Rewrite compiler flag on new play project yields errors #17453
-
Creating a new Play application with g8 and the play-scala-seed.g8 template. sbt new playframework/play-scala-seed.g8 --branch 2.9.x I was testing the rewrite capabilities of the compiler with the following options: scalacOptions ++= Seq(
"-rewrite",
"-indent",
) Launching a sbt shell & compiling the project, I'm facing the following errors:
Does anyone have ever faced this issue previously? |
Beta Was this translation helpful? Give feedback.
Answered by
ckipp01
May 10, 2023
Replies: 1 comment 2 replies
-
Thanks for reporting @PeuTit, although following your reproduction steps I can't reproduce this. Is there any other details or steps that you can provide? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I turned this into #17456, so I'll go ahead and close this. We can continue the discussion there.