-
Notifications
You must be signed in to change notification settings - Fork 19
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
Avoid using InstallValue #483
Avoid using InstallValue #483
Conversation
I have a question (sorry if I missed this while skipping over the linked issue): It seems like this also means getting rid of
What is the "official" way for doing those two things when not using |
5f08eb6
to
37c7808
Compare
If you need to reference a variable before actually defining it it, then GAP 4.12 (due to be released in 1-2 weeks) adds Hence if you really access a global variable before referencing it this doesn't work (e.g. you do something like
That leaves the documentation issue. AutoDoc >= 2020.08.11 knows about
and it will show up in the manual just as if there was no |
Codecov Report
@@ Coverage Diff @@
## master #483 +/- ##
==========================================
- Coverage 67.27% 67.26% -0.02%
==========================================
Files 409 390 -19
Lines 70646 70616 -30
==========================================
- Hits 47530 47501 -29
+ Misses 23116 23115 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@fingolfin Thanks for the detailed reply! :-) I like this new system and will apply it to my packages once I require GAP 4.12 (which should be rather soon after the release). |
Also use triple quoted strings for readability
37c7808
to
ef832ab
Compare
Fixed it |
For some background, see gap-system/gap#1637
ef832ab
to
c7a931e
Compare
To make the tests pass, I've moved |
The failure due to reduced code coverage is a red herring: I've also tweaked the |
Thank you very much Max. |
Do you want to bump the versions of the altered packages in your PR or shall I do this after merging? |
As you prefer, but I am not near a computer right now, so I can't do anything for now |
I will try to push a commit on your PR branch, otherwise, I would ask you to bump the versions :) |
I will bump all versions after adding |
For some background, see gap-system/gap#1637
This is just the tip of the iceberg, many more (most? all?)
InstallValue
calls in this repository could be eliminated