-
Notifications
You must be signed in to change notification settings - Fork 277
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
Improve ScalafmtDynamicError messages #3192
Comments
@unkarjedy ptal, this sequence of changes should solve the problem and make one of the commits unnecessary: JetBrains/intellij-scala#614. |
Can we publish a version with this in order we can close https://youtrack.jetbrains.com/issue/SCL-20123? |
@unkarjedy can't upgrade yet to the new version of scalameta parser, it interferes with the current implementation of RedundantParens rule. fix is out for review: #3207. |
@kitbellew |
@unkarjedy perhaps because the parser change should have been released not as a patch but as a minor change. the parser changed treatment of infix expressions with a side enclosed in parentheses; before, these parentheses were included as part of the side but not anymore. this affected how the formatter has to deal with rewriting redundant parentheses... |
Influenced by https://youtrack.jetbrains.com/issue/SCL-20123
The text was updated successfully, but these errors were encountered: