You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [CI] Add a job running with Julia nightly
* Adapt some Pkg function calls for nightly
* More `VesionSpec` fixes
* Upgrade `collect_jlls()` to handle Manifest format v2.0
* Properly download stdlibs on later versions of Julia
We use some new tricks to properly identify and download the correct
version of a stdlib JLL, dodging resolution where we need to.
* Patch for Julia v1.6
* Run tests with Julia v1.7 as well
* Work around Pkg bug, make it work in v1.7
* Require Julia v1.7
* Cleanup Pkg internals nightmare, add `get_addable_spec()`
This cleans up our `Pkg` usage a bit, reducing the likelihood that
changes in the future will break us, and allows us to use `Pkg.add()` to
get stdlibs.
* Add test for `get_addable_spec`
Co-authored-by: Elliot Saba <[email protected]>
0 commit comments