Benjamin Lorenz
Benjamin Lorenz
> The failure in `test (1.10, book, ubuntu-latest)` is due to an intended change of the output shown: The group in question has now a different type. Then you can...
Maybe your computer ran out of memory? 2000 seconds is really long and might indicate swapping, on my old Windows desktop this took about 500 seconds (including Hecke and also...
You could try increasing the available memory for the WSL VM by creating a `.wslconfig` file in your windows profile folder, usually `C:\Users\`. It should contain: ``` [wsl2] memory=4GB ```...
> The change to `minimal_primes` changes the ordering in one of the book tests. How do we handle this again? Otherwise I would like to have this in, so that...
It does seem to work at first look: ```julia lorenz@munk Oscar-tmp.jl % julia-18 _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __...
I got the following output: ```julia julia> GAP.prompt() gap> GAPInfo.PackagesLoaded.utils; [ "/Users/lorenz/.julia/scratchspaces/c863536a-3901-11e9-33e7-d5cd0df7b904/gap_14782291787692535528_1.8\ /pkg/utils", "0.77", "utils", true ] gap> GAPInfo.PackagesLoaded.atlasrep; [ "/Users/lorenz/.julia/scratchspaces/c863536a-3901-11e9-33e7-d5cd0df7b904/gap_14782291787692535528_1.8\ /pkg/atlasrep", "2.1.6", "AtlasRep", true ] gap> Download_Methods[1]; rec( download...
Before posting this I did remove the `Manifest.toml` in the Oscar directory, ran a `git pull` (on master) and did `]up` using that folder as a project. So apart from...
This is probably the same as https://github.com/JuliaLang/NetworkOptions.jl/issues/33 which got triggered by https://github.com/JuliaLang/Downloads.jl/pull/226 in the [backports for 1.10](https://github.com/JuliaLang/julia/pull/52886).
> I thought that was fixed by [JuliaLang/NetworkOptions.jl#31](https://github.com/JuliaLang/NetworkOptions.jl/pull/31)? No, that fix was only for `BUNDLED_KNOWN_HOSTS_FILE` but this is `SYSTEM_CA_ROOTS`: ``` $ julia-1.10.0/bin/julia -e 'using NetworkOptions; println(NetworkOptions.SYSTEM_CA_ROOTS);' Base.RefValue{String}(#undef) $ julia-1.10.1/bin/julia -e...
The output of the booktests is unfortunately rather hard to parse, further up there is more details about that error: https://github.com/thofma/Hecke.jl/actions/runs/8673739125/job/23826928025?pr=1348#step:7:3639 One line of output has disappeared, I don't really...