This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Update to LTS and above versions of Julia#213
Open
ven-k wants to merge 6 commits intoJuliaPackaging:masterfrom
Open
Update to LTS and above versions of Julia#213ven-k wants to merge 6 commits intoJuliaPackaging:masterfrom
ven-k wants to merge 6 commits intoJuliaPackaging:masterfrom
Conversation
- Fixes the package for Julia-1.8 and above - The Pkg#release-1.8 has dropped the function from PlatformEngines
- This function is moved to `tests` in PlatformEngines
960e9e9 to
3507ea5
Compare
- `unpack` function internally uses Tar.extract which requires destination dir to be empty
probe_platform_engines!
Author
|
I've expanded scope of the PR to make it work on Julia LTS and above. The package seemed to need these updates additionally:
There still seem to be few test failures. In "Packaging", certain exceptions aren't raised. In "Libfoo downloading", |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
- Depends on ci: Bump FreeBSD image version to 13 #212 for CI to run