-
Notifications
You must be signed in to change notification settings - Fork 17
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
Warnings Fail: Object does not trigger warning #229
Comments
Oh shit! There's more...
Ping @milosstojanovic, any idea why this occurs? |
So, something is wrong with traits. Maybe I messed up with my last refactoring, will check now |
Or maybe it was that way from the beginning -- either way, we need to investigate. |
We should really test all possible combinations:
For trait extension, we should check both first position and second:
This way, if we lose someone along the way, we know about it :) |
Why don't we get a warning that
MyNumeric[T]
should be miniboxed?@biboudis: This is what you were seening.
The text was updated successfully, but these errors were encountered: