defining in init.g the four PreImages...NC operations#28
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #28 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 47 47
Lines 366448 366448
=======================================
Hits 364912 364912
Misses 1536 1536
🚀 New features to boost your workflow:
|
|
I don't understand this PR -- if all it does is define the names Looking at #27, it apparently was closed because the But changing these methods to But this PR here does not do that; well it does it in "old" GAP versions that don't have |
|
Please advise me what to do about all this PreImages stuff! It all started with GAP issue #4809, three and a half years ago, and proceeded with GAP PR #5073. It was agreed that all packages which used PreImages... should define the NC versions in their init.g before any changes could be made to the main library. It is this preparatory stage which has stalled. You talk above about '"old" GAP versions that don't have PreImagesRepresentativeNC' but the current gapdev still does not have any NC versions, and perhaps never will? I'm willing to start thinking about this again - but is it worth it? |
|
The plan was to introduce a new operation The problem this idea faced (and still faces) is that one can't start using At the same time, one can not stat implementing To get out of this chicken-and-egg problem, the idea was to convert all packages to provide (Once all packages which define But this PR doesn't do that: It doesn't ensure a So the correct way to proceed would be to do as you did in your original PR, and rename that |
|
Sorry to be so slow on the uptake with this, but I have been trying to get my head around it. |
|
So I have not reopened #PR27. Instead the changes made there have been repeated for PR#28. |
dea913d to
1449f5e
Compare
|
The history of this PR was messed up, so I've rebased it now to make the diff readable. |
fingolfin
left a comment
There was a problem hiding this comment.
The documentation should not reference the NC versions (except possibly to plain the difference, but I don't think that's necessary here, given that that there currently is none)
|
I've applied some more changes and this would be OK from my POV now. Would be great if @Stefan-Kohl could merge this and the other PR and make a release ; or alternatively gives me permission to do so on his behalf. |
|
@fingolfin Yes, please merge this (assuming the tests run through without diffs), and make a release. - Thanks a lot! |
This PR refers to issue #26, just reopened, and replaces the closed PR #27. Perhaps you might be willing to reconsider the situation? The plan is to complete gap-system/gap#5073 at the GAP days in March. Only
init.gis changed in this PR.