-
Notifications
You must be signed in to change notification settings - Fork 161
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
New tests for group constructors and some fixes #1053
Merged
Merged
Commits on Jan 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b5c00b8 - Browse repository at this point
Copy the full SHA b5c00b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2227604 - Browse repository at this point
Copy the full SHA 2227604View commit details
Commits on Jan 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1b56939 - Browse repository at this point
Copy the full SHA 1b56939View commit details -
Configuration menu - View commit details
-
Copy full SHA for cacf734 - Browse repository at this point
Copy the full SHA cacf734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1ea6f - Browse repository at this point
Copy the full SHA 2b1ea6fView commit details -
tests: move some fast tests from teststandard to testinstall
Also updated some comments explaining why certain tests are excluded from testinstall.
Configuration menu - View commit details
-
Copy full SHA for 54ba846 - Browse repository at this point
Copy the full SHA 54ba846View commit details -
tests: cover two more ReeGroup/SuzukiGroup error messages
These error message (and also those for the classical groups) seem to vary quite a bit. We may want to unify them at some point.
Configuration menu - View commit details
-
Copy full SHA for ba25a69 - Browse repository at this point
Copy the full SHA ba25a69View commit details -
grp: don't invoke constructors with too many arguments
For some strange reasons, many group constructor wrapper allow the user to pass one more argument than documented. I could not find any methods supporting these extra arguments. Looking at the old repository, these extra calls already appear in the first GAP4 version of this code, added by Frank Celler 1997-01-15. So I think it's either a copy&paste mistake, or a remnant of GAP3.
Configuration menu - View commit details
-
Copy full SHA for fffc58a - Browse repository at this point
Copy the full SHA fffc58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c3f33 - Browse repository at this point
Copy the full SHA f1c3f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for b504e59 - Browse repository at this point
Copy the full SHA b504e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48acf38 - Browse repository at this point
Copy the full SHA 48acf38View commit details -
grp: get rid of cache for perfect group data
The whole data is only about 4.5 MB in RAM. The implemented caching logic was not very clever either (e.g. not using a "last recently used" approach, but rather always throwing away the first 25 loaded PERFGRP entries).
Configuration menu - View commit details
-
Copy full SHA for 901749c - Browse repository at this point
Copy the full SHA 901749cView commit details
Commits on Jan 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 30227dc - Browse repository at this point
Copy the full SHA 30227dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a85e11 - Browse repository at this point
Copy the full SHA 3a85e11View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.