Skip to content
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(parser): left-to-right associativity for nested binary expression… #696

Merged
merged 2 commits into from
Jun 22, 2018

Conversation

fkleuver
Copy link
Member

@fkleuver fkleuver commented Jun 21, 2018

Somehow I missed this one. Big oops. Fixes #586 (comment)

@EisenbergEffect

@qraynaud
Copy link

qraynaud commented Jun 21, 2018

Thanks @fkleuver. You are really quick!

I think this should be released quickly since it is a big regression (and it caused me some headaches).

@fkleuver
Copy link
Member Author

fkleuver commented Jun 21, 2018

Agreed. Binary parsing received the biggest rework and I only tested precedence, not associativity. My sincere apologies!

Going to beef up the test coverage in the integration of parsing + evaluation a lot more in the coming days and make sure that everything is covered (and that it can't happen again)

@qraynaud
Copy link

Thanks a lot. And really you don't need to apologize. I could have done the same. I'm just concerned about others that might be struggling right now to understand why their shiny component is broken :-). I've added parens on my side and everything is fine again.

@EisenbergEffect EisenbergEffect merged commit 8cb9597 into aurelia:master Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants