-
Notifications
You must be signed in to change notification settings - Fork 22
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
Warning "The Julia package 'Downloads' cannot be loaded" when starting GAP.jl in CI #1040
Comments
Perhaps turning up the Also perhaps we should take advantage of that code in PackageManager to remove the hack where we patch PackageManager in |
Thanks for the hint about the I think that this problem will disappear when we simply omit the (Still it would be interesting why the warning appears only in certain CI runs.) |
- avoid the call `JuliaImportPackage("Downloads")`, which somehow does not work as expected in certain situations, see oscar-system/GAP.jl/issues/1040 - update the code of the function such that it contains the changes from oscar-system/GAP.jl/pull/961 (Yes, the new code looks ugly, and the next GAP.jl version will contain support for the "call with catch *and* keyword arguments" situation.)
- avoid the call `JuliaImportPackage("Downloads")`, which somehow does not work as expected in certain situations, see oscar-system/GAP.jl/issues/1040 - update the code of the function such that it contains the changes from oscar-system/GAP.jl/pull/961 (Yes, the new code looks ugly, and the next GAP.jl version will contain support for the "call with catch *and* keyword arguments" situation.)
I also saw this locally:
|
This is printed by
JuliaImportPackage
.That in turn is called by GAP's
PackageManage
which has aDownload.g
file containing this:The text was updated successfully, but these errors were encountered: