-
```scala
class Test {
def foo = for {
x
-
Since https://github.com/scalacenter/scalafix/pull/1152, scalafix-interfaces allow clients to offload dependency resolution to scalafix using Coursier artifact coordinates & repositories. This should …
-
When I run `scalafix Collection213Upgrade` on my project, I get following exception:
```text
[IJ]scalafix Collection213Upgrade
[info] compiling 282 Scala sources and 6 Java sources to xxxxxx\targ…
-
I've noticed that some of the errors that I get are reported and can be suppressed like:
* scalafix:DisableSyntax.while
* scalafix:DisableSyntax.return
* scalafix:DisableSyntax.var
But at leas…
-
Scala 3 won't support macro annotation, which will break a number of open-source libraries.
AFAIK there is no "official" documented alternative and the only solution currently being tested by the c…
-
Tagging @khajavi as the resident Migration Guide expert :)
Some of the more recent changes need to be added to the guide.
## ScalaFix
We want to strongly encourage maintainers to start by apply…
-
-
over at https://github.com/scala/community-build/pull/1654, I am dropping simulacrum-scalafix from the Scala 2.13 community build because it has fallen too far out of date with these dependencies
f…
-
https://github.com/tpolecat/doobie/milestone/10
## Typelevel org migration
- [x] Transfer to typelevel github org (make sure docs work)
- [ ] Change code package to `org.typelevel.doobie`
- [ ] …
-
See https://github.com/scalacenter/scalafix/pull/500/files/9ae607183ec4721f6aefdd3cfc339535e347838e#diff-439023eeb6466236b27366980c2da737
If you disallow for example `println`, then it should be po…