-
-
Notifications
You must be signed in to change notification settings - Fork 480
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 dynamic attributes of symbolic expressions #14802
Comments
Dependencies: #14780 |
This comment has been minimized.
This comment has been minimized.
comment:4
I'm getting doctest failures:
Missing dependency? |
comment:5
Attachment: trac_14802-dynamic_attribute_args.patch.gz Replying to @vbraun:
I forgot to update the documentation after adding the new function class argument. Updated patch attached. |
comment:6
looks good to me |
Reviewer: Volker Braun |
comment:10
Merge conflict with sage-6.2.beta6 will have to be resolved New commits:
|
Commit: |
Changed branch from u/vbraun/improve_dynamic_attributes_of_symbolic_expressions to public/14802 |
comment:12
rebased on 6.2.beta6 New commits:
|
comment:13
rebased on 6.2.beta7 New commits:
|
Changed branch from public/14802 to public/14802-1 |
comment:15
Tabs are not allowed, can you convert it to spaces?
|
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Changed branch from public/14802-1 to |
Symbolic functions can define dynamic attributes that will be added to symbolic expressions representing evaluated forms of these functions (#9556).
This patch extends the existing functionality to allow these attributes to take arbitrary arguments. It also passes the function class and the symbolic expression as arguments.
Apply: attachment: trac_14802-dynamic_attribute_args.patch
Depends on #14780
CC: @vbraun @eviatarbach
Component: symbolics
Keywords: sd48
Author: Burcin Erocal
Branch/Commit:
5c579d8
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/14802
The text was updated successfully, but these errors were encountered: