Skip to content

Fixed bug in Scala 3 and ommits diagnostics generation if it's disabled

Latest
Compare
Choose a tag to compare
@MateuszKubuszok MateuszKubuszok released this 09 Jan 21:11
· 3 commits to master since this release
  • fix issue #27
  • skip generation of diagnostics messages if diagnostics flag is disabled (should speed up derivation a bit)
  • skip analyzing java.lang.Object methods, scala.Product methods, as well as case class-generated methods to speed up field matching
  • update Scala.js to 1.12.0
  • update Scala Native to 0.4.9