Philipp Haller
Philipp Haller
Status: https://github.com/heathermiller/f-p/tree/from-fun-nullary-spore Currently, `multi-jvm:run netty.Basic` crashes with an `java.lang.InstantiationException`. This is likely an issue with the nullary spore pickler.
@jvican @andreaTP Just wanted to say it's great to see the progress on Scala.js support.
@eed3si9n is right, it's an issue with structure sharing. You can try to disable structure sharing: ``` scala import scala.pickling.shareNothing._ ```
For the next pickling release we should get scalameta pickling working.
@MasseGuillaume I see. Then, indeed, structure sharing is required. It would be helpful to have a smaller example that exposes this bug, though.
@MasseGuillaume Great, thanks! I'll have a look at it.
@MasseGuillaume I'm running into issues building the `meta` project (`plugin` builds fine): ``` [error] 669 errors were encountered during merge [trace] Stack trace suppressed: run last plugin/*:assembly for the full...
OK, perfect, thanks!
@MasseGuillaume I can build and run the compiler plugin now, but I couldn't reproduce the bug, yet, unfortunately. I'll keep looking.
@MasseGuillaume OK, sounds good!