-
Notifications
You must be signed in to change notification settings - Fork 158
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
Inconsistency between 0.9.25 and 0.9.26 versions - possible regression #990
Comments
lewapek
changed the title
Inconsistency between 0.9.25 and 0.9.26 versions
Inconsistency between 0.9.25 and 0.9.26 versions - possible regression
Jul 8, 2021
#927 by @matwojcik was the only change in 0.9.26 that was not a version bump. Maybe this issue is related to that change. |
matwojcik
added a commit
to matwojcik/refined
that referenced
this issue
Jul 9, 2021
Thanks @matwojcik |
We are also suffering from this regression. Is the patch from #994 working? If so, can we get this released? |
fthomas
added a commit
that referenced
this issue
Jul 19, 2021
Move inferences to lower level of implicits, fixes #990
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
it seems that there is inconsistency between 0.9.25 and 0.9.26 versions of the library
Below you can find code snippet showing that with versions <= 0.9.25
Concrete
type could be passed to function which expectsBase
With 0.9.26 it's not possible (compilation error)
Is that intentional?
Full code snippet ready to compile can be found here (https://gist.github.com/lewapek/3cbf003a000bbe9bf479607e9967d201)
Thanks :)
The text was updated successfully, but these errors were encountered: