The Wayback Machine - https://web.archive.org/web/20200917110428/https://github.com/numba/numba/issues/6163
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

Better error message in `with ... as ...` #6163

Open
sklam opened this issue Aug 24, 2020 · 0 comments
Open

Better error message in `with ... as ...` #6163

sklam opened this issue Aug 24, 2020 · 0 comments

Comments

@sklam
Copy link
Contributor

@sklam sklam commented Aug 24, 2020

Probably we can catch the error message and give you a better message along the lines of: "Numba is currently unable to compile your code."

Originally posted by @esc in #6142 (comment)

We can catch the NotDefinedError can report a better message that says the compiler failed to analyze the bytecode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.