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

improve name of transformed function #145

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

esc
Copy link
Member

@esc esc commented Aug 14, 2024

Instead of every transformed function being called transformed_function, it is now called transformed_ORIGINAL where ORIGINAL is the original name of the function.

The tests do not need to be updated, because all the test functions are called function already.

Instead of every transformed function being called
`transformed_function`, it is now called `transformed_ORIGINAL` where
`ORIGINAL` is the original name of the function.

The tests do not need to be updated, because all the test functions are
called `function` already.
@esc esc requested review from kc611 and sklam August 14, 2024 12:09
Copy link
Contributor

@kc611 kc611 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@esc esc merged commit 4dcc9ab into numba:main Aug 14, 2024
2 checks passed
@esc esc deleted the enh/improve_transformed_name branch August 14, 2024 14:05
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