zio-config icon indicating copy to clipboard operation
zio-config copied to clipboard

Fix inconsistency in builds due to scala-3 autoderivation (use https://github.com/afsalthaj/shapely)

Open afsalthaj opened this issue 4 years ago • 1 comments

Master branch is now quite unhappy with scala-3 auto derivation (at times), and apparently the pull request builds are succeeding at the same time.

All said, we should be avoiding call to symbol.tree in scala3 auto derivation macros, that finds the default values.

afsalthaj avatar Sep 02 '21 08:09 afsalthaj

In progress at #617

afsalthaj avatar Sep 13 '21 00:09 afsalthaj