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

update the Julia code for downloading files #134

Merged
merged 1 commit into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. update the Julia code for downloading files

    - 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.)
    ThomasBreuer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    105f5ad View commit details
    Browse the repository at this point in the history