-
Notifications
You must be signed in to change notification settings - Fork 531
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
Typeable failing in 2.3.3 for code that works in 2.3.2 #812
Labels
Milestone
Comments
This error message is very misleading. Weird how the comment explains something else entirely: shapeless/core/src/main/scala/shapeless/typeable.scala Lines 473 to 477 in e17b96e
|
jeremyrsmith
added a commit
to jeremyrsmith/shapeless
that referenced
this issue
Jun 11, 2019
Fixes milessabin#812 Don't reject materializing a `Typeable` instance due to the presence of a non-case-accessor value, unless its type is abstract.
milessabin
pushed a commit
that referenced
this issue
Jun 11, 2019
joroKr21
pushed a commit
to joroKr21/shapeless
that referenced
this issue
Apr 23, 2021
* Loosen typeable restrictions Fixes milessabin#812 Don't reject materializing a `Typeable` instance due to the presence of a non-case-accessor value, unless its type is abstract. * Fix Scala 2.10 issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Tested under scala 2.11)
The following code works as expected with shapeless 2.3.2
But when using shapeless 2.3.3 I get:
The text was updated successfully, but these errors were encountered: