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

HPC-GAP: sync coll.gd and type.g #2501

Merged
merged 3 commits into from
Jun 1, 2018

Commits on May 30, 2018

  1. hpcgap: sync lib/object.gd

    fingolfin committed May 30, 2018
    Configuration menu
    Copy the full SHA
    b918bec View commit details
    Browse the repository at this point in the history
  2. Add comment to explain IsNonAtomicComponentObjectRep etc.

    ... they are used by HPC-GAP, and in GAP do nothing different than their
    counterparts, namely:
      IsNonAtomicComponentObjectRep <-> IsComponentObjectRep
      IsReadOnlyPositionalObjectRep <-> IsPositionalObjectRep
      IsAtomicPositionalObjectRep   <-> IsPositionalObjectRep
    
    We mainly provide them in plain GAP to make it easier to write code
    that works well in both GAP and HPC-GAP.
    fingolfin committed May 30, 2018
    Configuration menu
    Copy the full SHA
    4da042a View commit details
    Browse the repository at this point in the history
  3. hpcgap: sync lib/coll.gd

    fingolfin committed May 30, 2018
    Configuration menu
    Copy the full SHA
    a6ea534 View commit details
    Browse the repository at this point in the history