-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
coerce_binop errors with keyword arguments #14186
Comments
comment:1
It is a one-line fix. By the way, if a binary method with keyword values that is not decorated
One can call it with But once it is decorated this is not possible and key=value arguments are mandatory. Is this inteded? |
Author: Luis Felipe Tabera Alonso |
comment:3
Attachment: coer_binop_keywords.patch.gz Update patch to new coercion framework. |
Reviewer: Robert Bradshaw |
comment:4
Looks good to me. |
comment:6
Lets make sure the tests pass though. |
comment:8
Robert, Could you please take a look to the ticket? It is a one liner, you claimed that looked good and after seven months, patchbot has not complained. |
Branch: u/lftabera/ticket/14186 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Looks good to me. |
comment:13
Do not forget to add yoursef to the reviewers field |
Changed reviewer from Robert Bradshaw to Robert Bradshaw, Travis Scrimshaw |
* develop: (101 commits) Updated Sage version to 6.1.beta2 fix latex fix documentation minor typography Trac 13101: mark doctest as "long time" trac 13101 better doctest Trac 13101: Fix bug in enumerate_totallyreal_fields_all sagemath#9706: review patch. trac 9706: Propose new class structure Symbolic Chebyshev polynomials: reviewer patch trac 9706: Collective patch. Bugfixes, extensions, optimizations, documentation, doctests for chebyshev_T, chebyshev_U and base class for ortho polys Fixing Whitespace errors Use bash as SHELL for build/Makefile allow numpy arrays in list_plot, line, points Trac sagemath#12322: Add a doctest for the correct behavior introduced in trac sagemath#12737. Trac sagemath#14186 coerce_binop errors with keyword arguments trac sagemath#15553: Broken links in the doc of graph/ and numerical/ Improve handling of make targets sage, csage, extcode, scripts Reorded all.py to match original (so fewer changes). Fixed minor typo in cobminat/crystals/letters.pyx. ...
On a coerced binary operator
Component: coercion
Keywords: coerce_binop, keyword
Author: Luis Felipe Tabera Alonso
Branch/Commit: u/lftabera/ticket/14186 @
0cb642b
Reviewer: Robert Bradshaw, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/14186
The text was updated successfully, but these errors were encountered: