-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Split mathics.core.assignment into mathics.core.assignment and mathics.eval.assignment #1264
Merged
rocky
merged 16 commits into
removing_optional_in_get_definitions
from
assignment_another_round
Jan 7, 2025
Merged
Changes from 2 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5fc5e7e
split mathics.core.assignment
mmatera bc6f88b
Merge branch 'master' into assignment_another_round
mmatera 850f6f3
mypy
mmatera 47fc543
element->lhs
mmatera 13a5560
the class is not needed...
mmatera d619d36
fix docstring
mmatera bbb3664
bye bye _SetOperator
mmatera 34966d7
sort functions
mmatera 51708b6
assign_store_rules_by_tag -> eval_assign_store_rules_by_tag
mmatera 78e8999
one movement more
mmatera c394b4f
module docstring
mmatera a07d480
more docstrings and a few return fixes
mmatera fbf147a
Merge branch 'assignment_another_round_3' into assignment_another_round
mmatera ce61758
remove cast
mmatera 6679512
Merge branch 'removing_optional_in_get_definitions' into assignment_a…
mmatera 7c3c0e8
Assignment another round rocky (#1269)
rocky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually,
f_
is correct here since this is how the documentation describes the parameter. I will be putting in a PR for this and other changes.