-
Notifications
You must be signed in to change notification settings - Fork 25
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
"undefined reference" error in test_piracy
#167
Comments
Note that this is an issue only on the 0.6.x versions, on master/0.7-DEV this is already fixed. A small fix for 0.6.x is #170. Furthermore, please note that there is no support to use your own subtypes of |
@dhanak can you confirm this works in 0.7? |
I just checked and it seems to be working as expected. The test that failed on my package succeeds with 0.7. Thanks for the fix! |
Version 0.6.4 introduced an issue with
test_piracy
, which can be reproduced with the following minimal working example:The problem is that even though
S
is aFunction
,S.instance
doesn't exist. I guess the latter makes sense, since S can only be instantiated with a specific integer parameter, it doesn't have a “default” instance.The text was updated successfully, but these errors were encountered: