Max Horn

Results 501 issues of Max Horn

... even the copy we don't install system wide. On macOS this allows us an annoying issue with the linker flags used by e.g. gac for building kernel extensions: by...

topic: build system
release notes: not needed

... so that e.g. a change in the `prefix` or `libdir` patch can take effect.

topic: build system
release notes: not needed

I discovered this while investigating issue #4368: We have a test file which compares performance for `PositionSorted` on mutable vs. immutable lists. While looking at that, I discovered that `PositionSorted`...

topic: performance

Consider this: ``` gap> f := ApplicableMethod( OrbitsDomain, [ SymmetricGroup(5), [1..5] ] );; gap> Display(f); function ( G, D ) if D = MovedPoints( G ) then return op( G...

kind: enhancement

Resolves #5745 but unfortunately can't be merged as-is because it turns out several packages read files that don't exist... But I didn't want to loose these changes, so here they...

GAP 4.13.0 introduced package extensions, see PR #5375 plus some example added in PR #5490. They are implemented in a way that packages can use them but still be compatible...

Right now we use a hack to make sure `Julia.GAP` always refers to the `GAP` julia module, even if it was not loaded into Julia's `Main` module. This requires some...

We already have `UnwrapJuliaFunc`. But it would feel more natural to me if we (also?) had a `JuliaPointer` method applicable to them. Bonus points for also putting them into filter...

... at least in CI, I cannot yet reproduce it locally.

Also make sure other packages which only load Rings-conformance-tests.jl get them. Finally cleanup how we include Groups-conformance-tests.jl Unfortunately this causes test failures and eventually a bus error crash (!). This...