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

XGAP testing framework #16

Merged
merged 4 commits into from
Feb 16, 2022
Merged

XGAP testing framework #16

merged 4 commits into from
Feb 16, 2022

Commits on Mar 1, 2021

  1. Merge pull request #1 from gap-packages/master

    update fork to 4.30
    RussWoodroofe authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    13a174c View commit details
    Browse the repository at this point in the history
  2. create xgap_test.g, a framework to test GAP package mode

    This framework loads a new instance of GAP run with the -p flag, parses and responds to XGAP queries about fonts and colors, and waits until GAP is ready for input.  It then runs a single command, waits until GAP is ready for input (or error input) again, and then closes the child GAP -p instance.
    
    All output from the GAP -p instance goes to stdout.  The package mode codes are parse and properly displayed: the output should look like that of a normal GAP instance.
    RussWoodroofe authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    dcca51a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    3c1d590 View commit details
    Browse the repository at this point in the history
  2. turn on tests

    RussWoodroofe authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    610ff97 View commit details
    Browse the repository at this point in the history