-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change iteration over GAP objects (#1057)
* change iteration over GAP objects - omit holes when iterating over GAP lists - extend documentation - fix a GAPDoc error in the JuliaInterface manual * declare a missing local variable in GAP The effect of this missing declaration was strange: I did not get error messages when trying `include("test/runtests.jl")`, but the CI tests showed the GAP warning together with an (intended) error message, which caused a different output there and hence a test failure.
- Loading branch information
1 parent
7d1ab87
commit 5cbad84
Showing
4 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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