[nomerge] remove unused import.#8212
Conversation
|
This is outstanding, thank you! I think it might be hard to merge it onto the 2.13.x branch. Can I interest you in marking this one Is there a possibility of guarding against regressions in this area by enabling |
|
@SethTisue |
459441b to
011d379
Compare
011d379 to
15caff0
Compare
This comment has been minimized.
This comment has been minimized.
15caff0 to
cdfc331
Compare
| fork in IntegrationTest := true, | ||
| // enable this in 2.13, when tests pass | ||
| //scalacOptions in Compile += "-Yvalidate-pos:parser,typer", | ||
| scalacOptions -= "-Ywarn-unused:imports", |
There was a problem hiding this comment.
I'm fine with doing this, but how come you did it?
There was a problem hiding this comment.
I don't know how reason, but partest fails when adding -Ywarn-unused: imports.
There was a problem hiding this comment.
The 2.13 PR does something similar. Test compilations receive these args, too, with fatal warnings.
|
BTW, I'm preparing a quick update to 2.13 since the last clean-up PR. |
|
Thanks again for setting the flag. It was so nice seeing the extra help in my sbt window today. I was "optimizing imports" as they say in IDE lingo. |
No description provided.