-
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
ENHANCE: Option NoPrecomputedData
to avoid use of data libraries
#986
Conversation
Current coverage is 49.45% (diff: 73.21%)@@ master #986 diff @@
==========================================
Files 424 424
Lines 223224 223260 +36
Methods 3430 3430
Messages 0 0
Branches 0 0
==========================================
- Hits 110418 110409 -9
- Misses 112806 112851 +45
Partials 0 0
|
Seems plausible to me. |
Some of these commits are already in master. Maybe an accidental merge happened instead of a rebase? |
@hungaborhorvath This is only supposed to be merged after recent changes in |
7106bc6
to
074bfdf
Compare
and how to check/turn it off. This might need to be moved to a more prominent place.
Tick all what applies to this pull request
Write below the description of changes (for the release notes)
Add the function option
NoPrecomputedData
to turn off reliance on data libraries. This applies for all uses of Small groups/Tom/Prim/Trans data libraries in the main GAP library.Added deocumentation in section on data libraries.