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

change iteration over GAP objects #1057

Merged
merged 2 commits into from
Oct 21, 2024

Commits on Oct 18, 2024

  1. change iteration over GAP objects

    - omit holes when iterating over GAP lists
    - extend documentation
    - fix a GAPDoc error in the JuliaInterface manual
    ThomasBreuer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    68e4414 View commit details
    Browse the repository at this point in the history
  2. 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.
    ThomasBreuer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5555e51 View commit details
    Browse the repository at this point in the history