Backports for Julia 1.11.x #141
Merged
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.
Targets
release-julia-1.11
.Backported PRs:
Other included PRs:
release-julia-1.11
: Run CI on Julia 1.11.x #142Here is how I created the release-julia-1.11 branch (click to expand).
First, I went to the
JuliaLang/julia
repo, and I went to thebackports-release-1.11
branch (JuliaLang/julia#59336), and on thebackports-release-1.11
branch`, I went to the https://github.com/JuliaLang/julia/blob/backports-release-1.11/stdlib/Distributed.version file. The permalink (at the time of writing) for that file is https://github.com/JuliaLang/julia/blob/10014c5c8c4256b6158c71a61e7f70fd668b6ed1/stdlib/Distributed.version, and the contents are:So the commit we want is
6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab37811
(6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab37811).Now I create the branch as such:
git clone git@github.com:JuliaLang/Distributed.jl.git cd Distributed.jl git branch release-julia-1.11 6c7cdb5860fa5cb9ca191ce9c52a3d25a9ab37811 git push origin release-julia-1.11