Skip to content
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

use a custom Downloads.Downloader for installing GAP packages #961

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

ThomasBreuer
Copy link
Member

The idea is to fix a problem with Julia 1.10, see oscar-system/Oscar.jl/pull/3222.

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Merging #961 (8056405) into master (63493a8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #961   +/-   ##
=======================================
  Coverage   75.80%   75.80%           
=======================================
  Files          51       51           
  Lines        4186     4187    +1     
=======================================
+ Hits         3173     3174    +1     
  Misses       1013     1013           
Files Coverage Δ
src/packages.jl 78.00% <100.00%> (+0.22%) ⬆️

@fingolfin fingolfin merged commit 02c47bd into oscar-system:master Jan 25, 2024
13 of 14 checks passed
@ThomasBreuer ThomasBreuer deleted the TB_custom_downloader branch January 25, 2024 21:41
ThomasBreuer added a commit to ThomasBreuer/PackageManager that referenced this pull request Sep 18, 2024
- 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.)
fingolfin pushed a commit to gap-packages/PackageManager that referenced this pull request Sep 19, 2024
- 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.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants