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

Release candidate for 5.3.7 #1006

Merged
3 commits merged into from
Mar 11, 2024
Merged

Release candidate for 5.3.7 #1006

3 commits merged into from
Mar 11, 2024

Commits on Mar 9, 2024

  1. Use MarkAllButFirstSubBags for T_BIPART

    T_BIPART consists of a general pointer not managed by GAP's GC,
    plus two bag references (which may be NULL). Hence we can use
    MarkAllButFirstSubBags instead of a custom marking function.
    fingolfin authored and james-d-mitchell committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    dc6462b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix mailmap

    james-d-mitchell committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7c7bfe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb60b5 View commit details
    Browse the repository at this point in the history