-
-
Notifications
You must be signed in to change notification settings - Fork 552
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
deprecate unused PermutationGroup_generic.has_element #33831
Comments
Author: Martin Rubey |
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:5
empty branch, did you forget to commit ? |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
yes :-) |
comment:8
Minor point: the preferred style is for warning messages (like deprecations) to not start with a capital and to not end with a period. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
done :-) |
Reviewer: David Ayotte |
comment:11
It looks good to me! Thanks! |
Changed branch from u/mantepse/deprecate_unused_permutationgroup_generic_has_element to |
The method
PermutationGroup_generic.has_element
is unused andG.has_element(g)
is the same asg in G
. It should therefore be deprecated.Component: group theory
Author: Martin Rubey
Branch/Commit:
1a13f63
Reviewer: David Ayotte
Issue created by migration from https://trac.sagemath.org/ticket/33831
The text was updated successfully, but these errors were encountered: