X Tutup
The Wayback Machine - https://web.archive.org/web/20200911162218/https://github.com/IntelPython/sdc/issues/236
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

Correct parameters checking in new style methods #236

Open
PokhodenkoSA opened this issue Oct 18, 2019 · 0 comments
Open

Correct parameters checking in new style methods #236

PokhodenkoSA opened this issue Oct 18, 2019 · 0 comments

Comments

@PokhodenkoSA
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA commented Oct 18, 2019

According to Numba docs @overload... functions should return nothing (None) if it can not return function for given input types.

All our current implementations of attributes, methods and functions in new style raise exception if input types are incorrect.

I think it is incorrect behavior. And we should correct current implementations.

@shssf, @kozlov-alexey, @Alexander-Makaryev do you agree?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup