eugene yokota

Results 735 comments of eugene yokota

I sometimes use sbt-sriracha (http://eed3si9n.com/hot-source-dependencies-using-sbt-sriracha).

Thanks for the report!

> [debug] Invalidating '${CSR_CACHE}/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar' because could not find class scala.language$adhocExtensions$ on the classpath. This might be a hint. `scala.language.adhocExtension` does not exist in `scala-library-2.13.16.jar` because it's one of the constructs...

Here's a PR to remove the error - https://github.com/scala/scala3/pull/21975

Related ```scala [info] [info] welcome to sbt 2.0.0-M3 (Azul Systems, Inc. Java 11.0.25) [error] java.nio.file.AccessDeniedException: C:\temp\sbt_b628e199\project\project\target\config-classes [error] at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89) [error] at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) [error] at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) [error] at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:509) [error] at...

Should be fixed since sbt 2.x uses 3.6.x or 3.7.x.

@adpi2 I started migration guide on sbt/website. Could you update your findings to the doc plz? - https://www.scala-sbt.org/2.x/docs/en/changes/migrating-from-sbt-1.x.html @jtjeferreira Hopefully we'll have M1 sometime soon. This is more like a...

- https://github.com/sbt/sbt/wiki/sbt-2.x-plugin-migration

Yea, that's why I added a comment in the code saying `// using sbt 2.x`. Using sbt 1.x we need to implement the trick by hand like this: ```scala lazy...

Feel free to edit the wiki page as you see fit. The table was semi-programatically generated from the sbt documentation. Likely those plugins should be added to the plugin list...