-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new Manifest.toml format during code load #40765
Merged
KristofferC
merged 3 commits into
JuliaLang:master
from
IanButterworth:ib/new_manifest_format
Jun 2, 2021
Merged
Add support for new Manifest.toml format during code load #40765
KristofferC
merged 3 commits into
JuliaLang:master
from
IanButterworth:ib/new_manifest_format
Jun 2, 2021
Conversation
This file contains 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
This was referenced May 10, 2021
IanButterworth
force-pushed
the
ib/new_manifest_format
branch
2 times, most recently
from
May 12, 2021 03:58
98512c1
to
2877f3b
Compare
IanButterworth
commented
May 18, 2021
IanButterworth
force-pushed
the
ib/new_manifest_format
branch
2 times, most recently
from
May 30, 2021 06:04
61b3e0e
to
a73d60f
Compare
IanButterworth
force-pushed
the
ib/new_manifest_format
branch
from
May 30, 2021 06:21
a73d60f
to
fd4d1d1
Compare
KristofferC
reviewed
May 30, 2021
KristofferC
approved these changes
May 30, 2021
Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
IanButterworth
changed the title
WIP: Trying out a new manifest format - Support during code load
Add support for new Manifest.toml format during code load
May 30, 2021
I've added this to the 1.7 milestone BTW. |
This was referenced Jun 3, 2021
KristofferC
pushed a commit
that referenced
this pull request
Jun 4, 2021
* support new manifest format during code load (cherry picked from commit fd905fa)
shirodkara
pushed a commit
to shirodkara/julia
that referenced
this pull request
Jun 9, 2021
…40765) * support new manifest format during code load
We had also discussed backporting support for the new manifest format to the 1.6 series since it will be the new LTS and we want moving back and forth to not become too annoying. Should this be backported to that branch as well? |
Indeed. It's in #40702 and on the Pkg side |
johanmon
pushed a commit
to johanmon/julia
that referenced
this pull request
Jul 5, 2021
…40765) * support new manifest format during code load
staticfloat
pushed a commit
that referenced
this pull request
Dec 23, 2022
* support new manifest format during code load (cherry picked from commit fd905fa)
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.
Initial discussion in JuliaLang/Pkg.jl#2557
First Pkg PR JuliaLang/Pkg.jl#2561