-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stackoverflow when reading simple example in 0.2.0 #8
Comments
The last person who saw this didn't |
|
Ok cool. Let's leave this issue open just to remind myself that improving the error behavior is something that should happen at some point |
Yesterday, I ran into the same bug after factoring out some code into a new module. I forgot to copy over the |
This seems to have gone away on its own in the latest version, though I have no idea how. Could you guys try again (the exact example above) and re-open the issue if it's still failing? For discussion on default-behavior-ness, let's do that over on #32 |
With Scala 2.11.2, on JDK 6, using upickle 0.2.0, this fails to compile with a StackOverflowError. Reverting to 0.1.7 has no error.
object bug {
case class Portfolio(trades: List[String])
upickle.readPortfolio
}
The text was updated successfully, but these errors were encountered: