-
Notifications
You must be signed in to change notification settings - Fork 429
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
Fix uncurry attribute on function application #2566
Fix uncurry attribute on function application #2566
Conversation
A bit confused why this is not resolving in the parsing stage instead of post-processing |
@bobzhang could you clarify your question? The change I made is in the parser |
My question is that when parser see |
I'm not sure, looks like legacy code that's moving attributes from the expression to the structure item. |
For this particular patch, you can use |
I can certainly switch to that, though I wanted to make the diff as easy to review as possible. The bug here is that we were checking the entire expression's attributes (could be a |
do you have an example of what |
ping? |
happy to merge if you're happy with it. I don't have bandwidth to get rid of Otherwise I'm also happy to close this PR and let you fix the issue. |
it seems to be introduced by this commit when introducing uncurried support: dabe031 |
Some context: |
535eb95
to
ce1a6eb
Compare
fixes #2565
cc @bobzhang