-
-
Notifications
You must be signed in to change notification settings - Fork 547
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
Drop return type from arithmetic methods in coercion model #20740
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:3
(edit: wrong ticket) |
Branch: u/jdemeyer/drop_return_type |
New commits:
|
Commit: |
Changed keywords from none to days74 |
comment:7
Sounds convincing, though I would have preferred someone with stronger Cython-fu than me to review the ticket |
Reviewer: Marc Mezzarobba |
comment:9
Replying to @mezzarobba:
I'm not surprised. The overhead of these checks should be small compared to the actual operation. Thanks for the review of this and related tickets. |
Changed branch from u/jdemeyer/drop_return_type to |
Changed commit from |
comment:12
test |
Replace
by
and similar. The return type serves no purpose:
ModuleElement
is too generic anyway.Also remove the superfluous declarations of these methods in other
.pxd
files.CC: @videlec
Component: coercion
Keywords: days74
Author: Jeroen Demeyer
Branch:
56776e2
Reviewer: Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/20740
The text was updated successfully, but these errors were encountered: