-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
abstract_methods_of_class #6809
Comments
comment:1
Attachment: trac_6809_abstract_methods_of_class.patch.gz |
New version with is_optional method |
comment:2
Attachment: trac_6809_abstract_methods_of_class.2.patch.gz I'm done reviewing this patch. It is good upto a small detail: the code access to a private attribute. I've added an accessor method. I just uploaded a new version of the patch after review which add a is_optional method for better encapsulation (as suggested by former comment in the code). Nicolas: please add a positive review when you finished reviewing my changes. Cheers, Florent |
Changed reviewer from Franco Saliola? to Florent Hivert |
comment:3
During his review of my change Nicolas spotted a missing blank line after 'EXAMPLE::'... I'm re-uploading the patch... Cheers, Florent |
Added missing blank line |
comment:4
Attachment: trac_6809_abstract_methods_of_class.3.patch.gz After Blank line added, Nicolas allows me to put the positive review. Only apply the last trac_6809_abstract_methods_of_class.3.patch Florent |
Merged: sage-4.2.alpha1 |
Implement a utility abstract_methods_of_class which lists all the optional and mandatory abstract methods of the class.
CC: @sagetrac-sage-combinat
Component: misc
Keywords: abstract methods
Author: Nicolas M. Thiéry
Reviewer: Florent Hivert
Merged: sage-4.2.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/6809
The text was updated successfully, but these errors were encountered: