Open j-potts opened 3 years ago
Thanks for reporting! Were you able to run with SBT BSP as suggested on Discord? I am not too familiar with pureconfig or scalaz-deriving. Might this be indeed an issue that macro annotation reads configuration from the classpath at compile-time?
I found the underlying issue to be a bug around sbt bloopInstall
.
https://github.com/scalacenter/bloop/issues/1504
That specific scalaz-deriving functionality depends on resource files and they aren't being shared properly between projects.
Do you have maybe some sample project I can take a look at ?
Hey guys,
Looks like there may be some compatibility issues with the latest scalaz-deriving and bloop. Under my multi-project mono-repo I'm using the following libs:
The issue I'm facing is that using those libs together will cause persistent errors to show up, despite not showing up when compiling within SBT. Here a code snippet as an example...
This will result in...
This issue seems to prevent Metals and Bloop from properly compiling dependent files, and breaks IDE functionality downstream.
Thanks for the help!