Restore compatibility with GAP 4.10 and test against it in the CI#846
Merged
james-d-mitchell merged 2 commits intodigraphs:mainfrom Sep 26, 2025
Merged
Restore compatibility with GAP 4.10 and test against it in the CI#846james-d-mitchell merged 2 commits intodigraphs:mainfrom
james-d-mitchell merged 2 commits intodigraphs:mainfrom
Conversation
49d2b52 to
e792eed
Compare
eeb29b0 to
dfab3c8
Compare
* Avoid 1-argument `First`/`Last` – instead use `list[1]`/`list[Length(list)]` * Include compiled.h in GAP 4.10, since gap_all.h doesn't exist yet
dfab3c8 to
6fe39cd
Compare
Member
|
Thanks @wilfwilson |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also remove the test against GAP v4.11 with only needed Digraphs packages. Since NautyTracesInterface doesn't run on GAP v4.11, the only difference between the default or only-needed jobs would be whether Grape is loaded - and I think that is tested sufficiently on the other jobs. So we can save those resources.