Skip to content

Invalid python function name fix#69

Merged
inducer merged 5 commits intoinducer:mainfrom
thisiscam:invalid_python_function_name_fix
Oct 20, 2021
Merged

Invalid python function name fix#69
inducer merged 5 commits intoinducer:mainfrom
thisiscam:invalid_python_function_name_fix

Conversation

@thisiscam
Copy link
Contributor

This fixes a small problem with automatically generated python name for the function isl_val_2exp.
Before the fix, the python name was "2exp" and was invalid (and probably got hidden by pybind since that function will not be accessible).

Currently I just chose to escape the name with a fun_ prefix. Let me know if there's a better choice?

@thisiscam
Copy link
Contributor Author

Hmm, that barvinok error seems like a CI configuration error?

@inducer
Copy link
Owner

inducer commented Oct 18, 2021

Hmm, that barvinok error seems like a CI configuration error?

Yeah, it doesn't know how to deal with fork-based PRs.

@thisiscam thisiscam mentioned this pull request Oct 19, 2021
@inducer inducer enabled auto-merge (squash) October 19, 2021 19:38
@inducer
Copy link
Owner

inducer commented Oct 19, 2021

Thanks!

@inducer inducer disabled auto-merge October 20, 2021 17:56
@inducer inducer merged commit a5c7df5 into inducer:main Oct 20, 2021
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