-
Notifications
You must be signed in to change notification settings - Fork 16
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
More fixes for functions #503
Conversation
@inducer I think this is ready for a look. (I'm getting some lingering doc errors about |
9d8b85f
to
de0ad07
Compare
a67b520
to
72bf01d
Compare
72bf01d
to
ecf1532
Compare
ecf1532
to
d073b9f
Compare
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.
Thanks for working on this. Just a few hopefully relatively simple things, then this should be good to go.
9c34aa1
to
11eaa85
Compare
Should be ready for another look. (Previous review was up through the second "add FIXME".) |
doesn't make sense, since it doesn't return anything
now done in arraycontext
11eaa85
to
1e7c71d
Compare
Ready for real this time. @inducer |
default map_call implementation was removed from CombineMapper, so it needs to be here
pytato/transform/__init__.py
Outdated
@@ -1215,19 +1227,44 @@ class CachedWalkMapper(WalkMapper): | |||
|
|||
def __init__(self) -> None: | |||
super().__init__() | |||
self._visited_nodes: set[Any] = set() | |||
self._visited_arrays_or_names: set[Any] = set() |
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.
Leave these changes for #531?
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.
Reverted.
Thanks! |
(Probably easier to read commit by commit.)