-
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
Remove PositionFirstComponent #2791
Remove PositionFirstComponent #2791
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2791 +/- ##
==========================================
+ Coverage 85.34% 85.35% +<.01%
==========================================
Files 699 699
Lines 346504 346489 -15
==========================================
- Hits 295733 295732 -1
+ Misses 50771 50757 -14
|
#2789 closed - now waiting until the next AtlasRep release will be published by @ThomasBreuer and will appear in merged package archives. |
a0c14b5
to
2f6365a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does exactly what it says on the box.
Status update: this PR waits for @ThomasBreuer to publish a new release of AtlasRep, which will contain the fix as announced in #2789. |
2f6365a
to
37a8d16
Compare
AtlasRep release appeared, and is now in bootstrapping package archives, so we could rebase and check this and hopefully go ahead. |
818597d
to
3c56de8
Compare
3c56de8
to
1c7fd10
Compare
@@ -183,7 +183,8 @@ Here are some further name changes. | |||
|
|||
<Index Key="PositionFirstComponent"><C>PositionFirstComponent</C></Index> | |||
The operation <C>PositionFirstComponent</C> has been deprecated in GAP | |||
4.8 and later due to issues with its documentation and implementation. | |||
4.8 due to issues with its documentation and implementation, and was | |||
removed in GAP 4.10. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We actually removed PositionFirstComponent
in GAP 4.10... this Pr just removes the last vestiges of it.
Updated and rebased this PR. Note that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (in particular, https://travis-ci.org/gap-system/gap/jobs/538692593)
Merging this needs to wait till issue #2789 is resolved.