scalalandio / chimney

Scala library for boilerplate-free, type-safe data transformations

Home Page:https://chimney.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix symbol ownership shown when we enable -Xcheck-macros on Scala 3

MateuszKubuszok opened this issue · comments

Enabling scalacOption -Xcheck-macros fails compilation with a long list of errors.

The fact that code compiles is OK for now (for milestone release) but we should investigate and fix it before releasing proper 0.8.0.

  • enable -Xcheck-macros on Scala 3
  • fix compilation errors

Released in 0.8.0-RC1.