Closed
Description
Following up discussion in zio/zio#2412 we are not able to compile ZIO against the latest nightly version of Dotty. We are testing all PRs against Dotty 0.20 as part of our CI process so it appears that the issue relates to a change since then. Specifically, I am getting the following error:
[error] not found: /drone/src/library/src/scala/internal/Quoted.scala
[error] not found: /drone/src/library/src/scala/internal/Quoted.scala
[error] not found: /drone/src/library/src/scala/internal/Quoted.scala
[error] not found: /drone/src/library/src/scala/quoted/QuoteContext.scala
[error] not found: /drone/src/library/src/scala/quoted/QuoteContext.scala
[error] not found: /drone/src/library/src/scala/quoted/QuoteContext.scala
To reproduce, you can change this line in ZIO to use the latest Dotty nightly and then attempt to compile after setting the version to Dotty or do the same thing with my local branch here.
Sorry I don't have a more detailed diagnosis. Copying @smarter and @neko-kai.