-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update scalafmt-core to 3.4.2 #4129
Update scalafmt-core to 3.4.2 #4129
Conversation
b869bdc
to
1531bf8
Compare
@armanbilge this time it is only about indentations added to code blocks inside some interpolated strings. Frankly, I cannot figure out the reasoning for these changes – the formatting looks a bit ugly either with or without them. But I am okay with this PR in general unless it breaks anything (seems it does not). Thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not a fan of how much churn there is version to version, but I guess we would rather just follow along to the latest version.
That said, I hope people who want scalafmt to churn less and have fewer options voice their support for that view.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like keeping up in the spirit of "standard Scala" (I envy the Gophers in this regard), but I agree with Oscar. The churn adds anoise to the history without clear benefit.
If the changes are due to bug fixes (and thus we were relying on buggy behavior) the churn seems unfortunate but unavoidable. If these changes were unintentional (at least in a patch release, which shouldn't change formatting): @kitbellew can we volunteer the Cats sources as some sort of regression test for scalafmt? |
thank you, @armanbilge :) as to the latest changes, they are indeed bug fixes, the indentation in interpolations was incorrect, until someone noticed. you could use the new setting |
4 approvals for a single PR (including one from me)! Seems that a lot of people are really happy with it. So I guess it would be impolite to keep this PR from being merged :) |
Updates org.scalameta:scalafmt-core from 3.4.0 to 3.4.2.
GitHub Release Notes - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
Ignore future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:labels: library-update, early-semver-patch, semver-spec-patch, commit-count:n:2