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

[Bug]: scalafmt stopped working in 1.0.0-rc9 #413

Open
agluszak opened this issue Oct 11, 2024 · 1 comment
Open

[Bug]: scalafmt stopped working in 1.0.0-rc9 #413

agluszak opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@agluszak
Copy link

What happened?

It works in 1.0.0-rc8. Starting in 1.0.0-rc9 it reports progress as usual, but the changes to the files are not made. Same in 1.0.0-rc10, 1.0.1 and 1.0.2

Version

Development (host) and target OS/architectures:

Output of bazel --version:
bazel 7.3.1

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:

Language(s) and/or frameworks involved:

How to reproduce

No response

Any other information?

No response

@agluszak agluszak added the bug Something isn't working label Oct 11, 2024
@alexeagle alexeagle self-assigned this Oct 11, 2024
@alexeagle
Copy link
Member

alexeagle commented Oct 11, 2024

That's very surprising - studying v1.0.0-rc8...v1.0.0-rc9 I can't see anything that could explain this.
Also I edited example/src/hello.scala in this repo (at HEAD) and then cd example ; bazel run format src/hello.scala and it re-formatted the file.

So I think something else must be wrong in your setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants