Razvan Vacaru
Razvan Vacaru
@tgodzik @bjaglin I've just started working on scalafix with both Intellij and VS Code, so far these are my findings when comparing the IDEs: - Just looking at `ExplicitResultTypes.scala` -...
Hi all, as part of GSoC 2022 I'm currently working on cross compiling `scalafix-core`, `scalafix-rules`, `scalafix-reflect` and `scalafix-cli` to scala 3, hence allowing for the implementation of `ExplicitResultTypes` afterwards.
> Great to see the first little bits of dotty in here! > > However, compilation alone won't give many guarantees on this kind of code/PR, so I am wondering...
Hi all, as part of GSoC 2022 I'm currently working on cross compiling scalafix-core, scalafix-rules, scalafix-reflect and scalafix-cli to scala 3, hence allowing for the implementation of ExplicitResultTypes afterwards. @bjaglin...
@Ankitasw @dlipovetsky what can I do to progress with this pr? The only open point is how to get the previous version or maybe just remove it for the time...
@Skarlso sure I can check for the regression @sedefsavas is mentioning
@sedefsavas @Skarlso I've renamed all the getops arguments in the release changelog script, so they won't be shadowed/overridden with the ones in Makefile. I managed to test the sh script...