Taro L. Saito

Results 287 comments of Taro L. Saito

I've found that if no `organization` value is set in your build.sbt, this error happens.

CI failures include: - MiMA errors due to the missing first release for Scala Native 0.5.x. I think we can ignore these errors. - Scala.js 0.6.x support. I also feel...

@ekrich Thanks for the hint! Ignoring a specific version worked by setting empty to `mimaPreviousArtifacts`

@sjrd FYI. The only reason I needed to drop Scala.js 0.6.x support is due to this missing dependency error: ``` [warn] Note: Unresolved dependencies path: [error] sbt.librarymanagement.ResolveException: Error downloading org.scala-js:scalajs-compiler_2.12.19:0.6.33...

As a preliminary work, I've added a CI for Scala 3.4.2 to reproduce this issue #3590. As path-dependent type support is a bit complicated, I will revisit the current implementation...

#3669 adopted this approach. Instead of handling the complicated ownership issue, I've fixed the test case side so that we don't need to address the outer reference for path-dependent types,...

We haven't updated IBM AIX native libraries (.a) for almost 7 years since the last contribution from @odaira-san: https://github.com/xerial/snappy-java/tree/master/src/main/resources/org/xerial/snappy/native/AIX I guess there was some system-side change around IBM AIX or...

Thanks @xuwei-k. This will be fixed in an upcoming version of Scala 3 https://github.com/scala/scala3/pull/21782

sbt 2.0.0-M4 still requires Scala 3.6, while some sbt plugin compilation bugs are fixed in Scala 3.7.x. We need to wait a bit more