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

[First-Class Calc] Fix a parenthesizing bug #3148

Merged
merged 1 commit into from
Sep 14, 2021
Merged

[First-Class Calc] Fix a parenthesizing bug #3148

merged 1 commit into from
Sep 14, 2021

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Sep 14, 2021

a - (b - c) should preserve the parentheses of the right-hand
operand, but we weren't doing so.

See #3147

@nex3 nex3 requested a review from Awjin September 14, 2021 21:36
`a - (b - c)` and `a - (b + c)` should preserve the parentheses of the
right-hand operand, but we weren't doing so.

See #3147
@nex3 nex3 merged commit 0ddf73f into main Sep 14, 2021
@nex3 nex3 deleted the minus-paren branch September 14, 2021 22:42
nex3 added a commit to sass/sass-spec that referenced this pull request Sep 14, 2021
nex3 added a commit to sass/dart-sass that referenced this pull request Sep 14, 2021
mirisuzanne pushed a commit that referenced this pull request Feb 10, 2022
`a - (b - c)` and `a - (b + c)` should preserve the parentheses of the
right-hand operand, but we weren't doing so.

See #3147
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.

None yet

2 participants