Brice Jaglin
Brice Jaglin
I can't reproduce, probably because scala-reflect is built with some inlining flag ``` ➜ cat Test.scala object Test extends App { println(scala.util.hashing.MurmurHash3.finalizeHash(1,2)) } ➜ scala-cli --power package Test.scala -S 2.13.18...
Thanks for the report @coreyoconnor! Sorry for the delay following up. I managed to reproduce the behavior you are describing. Unfortunately, your config is [known to be unsafe due to...
> I think this should be an additional command that we could group all the potential fixes maybe together with scalafix (could it even be a scalafix rule)? > >...
Thanks for the report @jackkoenig, sorry for the delay. The `rewriteStructuralTypesToNamedSubclass` flag might be misleading, but it controls the refinement of anonymous classes, not the annotation of structural type. For...
Somewhat-related discussion about unifying the 2 backends behind `fix`: https://github.com/VirtusLab/scala-cli/pull/3400#issuecomment-2628524125