eugene yokota
eugene yokota
git bisecting landed on https://github.com/scala/scala/pull/7297.
> The question is if this is out of scope for Paradox itself since it would require some tight integration with scaladoc and/or javadoc generators. If it helps Akka HTTP...
Removing sbt tag and assignment to @softprops, but having table would be nice.
Related discussion happening in https://github.com/scala/bug/issues/11634.
Both in Som's repro and [1.txt](https://github.com/tpolecat/lucuma-core-crashes/blob/main/1.txt), the error compiler seems to be JS? ``` [info] compiling 1 Scala source to /Users/rnorris/Scala/lucuma-core/modules/tests/jvm/target/scala-2.13/classes ... [error] (coreJS / Compile / compileIncremental) Compilation failed...
@tpolecat I think (https://www.scala-sbt.org/1.x/docs/Parallel-Execution.html): ```scala Global / concurrentRestrictions += Tags.limit(Tags.Compile, 1) ```
The original issue name "BinaryPickle - unpickling something that contains empty Maps fails" is stated as if this is a bug, but this is more of a feature request. ```...
The error message is coming from https://github.com/scala/pickling/blob/v0.10.1_2.11/core/src/main/scala/scala/pickling/internal/package.scala#L152-L161 likely some issue in structure sharing.
Did @hseeberger volunteer for a pull request?