-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve doc of gap/matrix/slconstr.gi #252
Conversation
@danielrademacher Maybe this is also interesting for you. |
Also, |
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
=======================================
Coverage 77.76% 77.76%
=======================================
Files 37 37
Lines 17497 17497
=======================================
Hits 13606 13606
Misses 3891 3891
|
Yes, that's great to know! Thanks! And I agree with Sergio, we should rename the function and choose clearer names to differentiate which function does what. The names should be chosen consistently in a certain way. Then it would be easier for users and programmers of the package. But that is probably connected with an enormous amount of effort. Shall we open an issue about this? |
@danielrademacher To in general come up with better names for many functions we already have an issue, see #177 and our note with proposals for new names which we made during the summer school. For #177 @FriedrichRober and I only looked into the documented names though. Thanks for the comment, I'm looking into finding a few names from our proposal note to open a PR with. That has also been lying around for way too long. Back to the |
@danielrademacher See #253. |
gap/matrix/slconstr.gi
Outdated
@@ -2465,7 +2471,7 @@ SLPforElementFuncsMatrix.SLConstructive := function(ri,x) | |||
end; | |||
|
|||
#! @BeginChunk NaturalSL | |||
#! TODO | |||
#! TODO: This function is not used at the moment, but SLCR.FindHom is used. |
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.
Iissue #257 would also take care of this comment
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.
- add a header comment which of these functions is actually used - document SLCR.FindHom Co-authored-by: Max Horn <[email protected]>
Added suggestions and rebased. |
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.
FindHomMethodsMatrix.NaturalSL
TODO: the documentation of SLCR.FindHom does not appear in the manual.
@fingolfin, could you point me to the file I need to change? I had a look but didn't find anything.