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

Invalid python function name fix #69

Merged
merged 5 commits into from
Oct 20, 2021

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.

gen_wrap.py Outdated Show resolved Hide resolved
@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