eugene yokota
eugene yokota
Thanks for the report. This is a variation of #60/#296.
Saved the original branch to `issue-128-original`, and rebased this one against `0.10.x`.
@jsuereth The commit message says: > When deciding to delay the initialization of fields due to possible cycles,... If we flip this statement, we can derive: When there are possible...
I was able to reproduce this problem using Pickling 0.10.0.
Agreed on scala-xml 2.x. I am happy to update sbt dependency in the next feature release 1.8.x. #### persistent versioning? Related thought. In the age of scala-streward where people bump...
I think the readme or the talk said pickling's JSON implementation inlines the String operations on compile-time so the runtime performance is really good. sbt/serialization's implementation is less hardcore about...
Another exception during macro expansion. Same spot in code. ``` exception during macro expansion: [error] java.lang.RuntimeException: malformed Scala signature of Short at 45; bad type tag: 6 [error] at scala.reflect.internal.pickling.UnPickler$Scan.errorBadSignature(UnPickler.scala:833)...
I can reproduce this with Pickling 0.10.0.
Using Pickling 0.10.0, I get opposite result on REPL: ``` scala scala> import scala.pickling.Defaults._ import scala.pickling.Defaults._ scala> import scala.pickling.json._ import scala.pickling.json._ scala> Array(5 -> 0.5d, 6 -> 0.6d).pickle res0: pickling.json.pickleFormat.PickleType...
> No-one should have to spend a millisecond thinking about or cleaning up after your software when they're not using it. Stop fucking littering. I am so fucking sick of...