-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nested accessors and methods #29
Comments
Solutions discussed:
|
This may be more complicated than just applying the transforms recursively, because the first transform could cause a loss of type information. See #35 (comment) for a similar issue and a proposed solution. |
Reopening based on #69 (comment) |
Currently when the rewriter encounters nested accessors and methods it will only convert the outermost to its original:
This is possibly because parents of observed nodes are being rewritten, which prevents the algorithm from continuing to inspect and properly rewrite all the children.
The text was updated successfully, but these errors were encountered: