-
-
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
Meta-ticket: Remove runtime dependency on everything via sage_eval
#33802
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:4
With this change:
there are only a few failures (except for
New commits:
|
mkoeppe
changed the title
Remove runtime dependency on everything via sage_eval
Meta-ticket: Remove runtime dependency on everything via Jul 21, 2024
sage_eval
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sage_eval
evaluates a string using the globals ofsage.all
.It is used in some constructors and other functions - but in most uses, likely just a few bindings, namely those emitted by the preparser, are needed. We create a module
sage.repl.preparse_bindings
for these bindings (Ellipsis
,ellipsis_range
,ellipsis_iter
,Integer
,RealNumber
,ComplexNumber
,var
,symbolic_expression
, ...)It is also used by
sage_input
to verify inputs. We run the verification with a smaller module first before falling back tosage.all
Tickets:
See also:
sage_eval
,sage_input
old_style_globals
CC: @kwankyu @kliem @jhpalmieri @spaghettisalat @jcamp0x2a
Component: refactoring
Branch/Commit: u/mkoeppe/remove_runtime_dependency_on_everything_via_sage_eval @
3552523
Issue created by migration from https://trac.sagemath.org/ticket/33802
The text was updated successfully, but these errors were encountered: