-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
New manifest format: Fix upgrade_manifest
and raw dict entry for nothing
#2610
Conversation
…ing "nothing" in
Shoot. I thought this was covered by tests. I'll push a test |
Also @IanButterworth does this need backporting to both 1.6 and 1.7, or just 1.7? |
Just 1.7 |
You can push directly to this branch, if that works for you. |
CI is passing now. |
Wait. There's a bug |
Good to merge now? |
julia_version
is the string "nothing" injulia_version
is the string "nothing"
julia_version
is the string "nothing"upgrade_manifest
and raw dict entry for nothing
…old format (#2561) * implement manifest format with deps field * temporarily run CI on base PR * simpler convert_flat_format_manifest * default to old manifest format * remove warning about maintaining old manifest format * add unknown manifest format warning * fix * only print the major and minor part of the `manifest_format` to file * add tests for manifest.toml formats * add test for unknown manifest format warning * provide manifest file path in warning, when available * Revert "temporarily run CI on base PR" This reverts commit d4a1e14. * add support for unknown extra data in Manifest * fixes * add missing write_manifest method * fix with windows-safe regex Co-authored-by: KristofferC <[email protected]> (cherry picked from commit a3fc759) New manifest format: Fix `upgrade_manifest` and raw dict entry for nothing (#2610) (cherry picked from commit b8bea6c)
Alternatively, could we just leave this key out when we don't know the Julia version? Using |
That sounds good to me. It wouldn't break the base heuristic But we would want to get that change out before people start generating manifests with |
I wouldn't worry about the people who are using master, just tell them how to fix it when it breaks. |
Fixes #2609