amnaredo / test

0 stars 0 forks source link

Compiler StackOverflowError #74

Open amnaredo opened 3 years ago

amnaredo commented 3 years ago

case class Foo(x:Int) upickle.read[List[Foo]] ("")

At the same time upickle.write(List(Foo(0))) work fine

ID: 16 Original Author: user471

amnaredo commented 3 years ago

Same issue as https://github.com/lihaoyi/upickle/issues/8; I'll fix when I think of a nice way to do it

Original Author: lihaoyi