AutoMerge: Migrate from juliaup_jll to directly using versions.json - #706
Draft
DilumAluthge wants to merge 1 commit into
Draft
DilumAluthge wants to merge 1 commit into
DilumAluthge wants to merge 1 commit into
Conversation
DilumAluthge
force-pushed
the
dpa/versions-json
branch
2 times, most recently
from
April 6, 2026 19:42
da8e3a2 to
9f8bdb1
Compare
DilumAluthge
force-pushed
the
dpa/versions-json
branch
from
April 7, 2026 04:40
d870626 to
6e83a86
Compare
juliaup_jll to directly using versions.jsonjuliaup_jll to directly using versions.json
DilumAluthge
force-pushed
the
dpa/versions-json
branch
from
April 7, 2026 05:38
67cc816 to
64befc2
Compare
DilumAluthge
force-pushed
the
dpa/versions-json
branch
from
April 7, 2026 06:04
0a328bc to
caf0be7
Compare
This branch has not been deployed
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 migrates from
juliaup_jlland instead directly depends uponversions.json.versions.jsonis the upstream source for tools such as Juliaup andjulia-actions/setup-julia. We try to avoid making breaking changes inversions.json, so I think it will be more stable to directly depend onversions.json(instead of depending on Juliaup).The PR adds a submodule named
AutoMerge.DownloadJuliaVersions. For now, the code can live inside of AutoMerge, but we could eventually consider pulling it out into its own package so that other people can use it without needing to pull in all of AutoMerge.The code is relatively straightforward:
versions.jsonfrom S3, and parse it.