Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.1k
[mypyc] Generate error on duplicate function definitions#16309
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Previously we produced duplicate functions in C, which caused Ccompiler errors.
msullivan left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good!
JukkaL commentedOct 27, 2023
There was the macOS 3.8 compiled test suite failing, IIRC, but it's no longer shown, probably because we switched it to use 3.9 instead. It's probably the same issue that has been going on for some time. |
Previously we produced duplicate functions in C, which caused C
compiler errors.