Skip to content
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

[mypyc] Generate error on duplicate function definitions #16309

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Oct 21, 2023

Previously we produced duplicate functions in C, which caused C
compiler errors.

Previously we produced duplicate functions in C, which caused C
compiler errors.
Copy link
Collaborator

@msullivan msullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@JukkaL
Copy link
Collaborator Author

JukkaL commented Oct 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.

@JukkaL JukkaL merged commit f7d047c into master Oct 27, 2023
12 of 13 checks passed
@JukkaL JukkaL deleted the mypyc-detect-dup-funcs branch October 27, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants