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

codegen: Use python_codegen_method value, not its presence #462

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

bkeryan
Copy link
Collaborator

@bkeryan bkeryan commented Dec 14, 2023

What does this Pull Request accomplish?

functions_addon.py can't override 'python_codegen_method': 'no' because we are testing its presence instead of its value. Test its value so that functions_addon.py can enable codegen by setting 'python_codegen_method': None.

Why should this Pull Request be merged?

Enable overriding 'python_codegen_method': 'no' as discussed in #460.

What testing has been done?

Tested with the 2nd commit from #460, with 'python_codegen_method': None added to the override.

@bkeryan bkeryan force-pushed the users/bkeryan/override-python-codegen-method branch from 55935a6 to 5318c23 Compare December 14, 2023 16:38
@bkeryan bkeryan mentioned this pull request Dec 14, 2023
1 task
@bkeryan bkeryan merged commit 847a244 into master Dec 14, 2023
12 of 14 checks passed
@bkeryan bkeryan deleted the users/bkeryan/override-python-codegen-method branch December 14, 2023 17:22
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