Seth Tisue
Seth Tisue
on the Scalafix site, https://scalacenter.github.io/scalafix/docs/users/installation.html#maven basically just links to https://github.com/evis/scalafix-maven-plugin . Marcelo, would you want a similar link to your repo, or is your WIP still too WIPpy? (even if...
fyi @jorokr21. I've only seen scattered remarks about why the Scala 3 team hasn't pursued miniboxing further. One such remark is Vlad's remark above about Dmitry's plans. I also found...
see also https://github.com/lampepfl/dotty/issues/15532
@jxnu-liguobin do you believe this is ready for review? I see that CI likes it. @lrytz your question was just a side question and not a blocker, I think? does...
@lrytz do you intend to return to this?
Does Scala's `sealed` set the classfile flag (under `-target:17` or higher)? Should it?
As 2.13.9 may be imminent, let's hold this one for 2.13.10.
after re-STARRing onto 2.13.9, we could try the same experiment with `-Wnonunit-statement` /cc @som-snytt
@som-snytt as you can see I tended to (ever so mildly) prefer adding `()` to adding `: Unit`, despite the vertical space cost on second thought, though, I guess that...
it's also possible to not torment ourselves and just `@nowarn` an entire file when it's full of imperative code 🤷