Drop support for Julia < 1.10, remove Requires, update GHA and other housekeeping#41
Merged
MasonProtter merged 10 commits intoJuliaFolds2:masterfrom Sep 11, 2025
Merged
Conversation
Contributor
Author
|
@MasonProtter are you currently maintaining Transducers? Could you have a look at the PR? I'm not sure what to think of https://github.com/JuliaFolds2/Transducers.jl/actions/runs/17410020091/job/49424569124?pr=41 but it seems tests of the last commit on the master branch also failed for 32bit Ubuntu: https://github.com/JuliaFolds2/Transducers.jl/actions/runs/11258755775/job/31306110645 |
Member
|
Fantastic, thanks @devmotion! |
Member
|
Looks like the failing test is about a SIMD optimization not occuring somewhere, let's just merge this. |
Contributor
Author
|
Can you tag a new release? I already bumped the version number. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Julia compat entry to the LTS version (1.10). By doing so, the dependencies on Requires and Adapt can be removed. Additionally, a few
VERSION-based branches can be removed. Additionally, I updated the GH actions.