-
Notifications
You must be signed in to change notification settings - Fork 193
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
Error triggered when adding a different function #2013
Comments
Forgot to add, the error happens both release and master. gcc (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1) and Python 3.9.13. |
Still present in 0.12.0. |
Thanks for the... reminder :-) Turns out we don't implement |
But why does it crash on the other function? |
because type error reporting in pythran is... not that good :-/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code compiles:
But, if we add another function,
Pythran chokes on the first one:
The order of the functions doesn't matter.
Compiling
c2
only also fails, with Pythran calling for Jack, and threatening with flooding me with C++ errors, but never following through:The functions at least are runnable:
The text was updated successfully, but these errors were encountered: