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

Remove unused fast validation tuples #1601

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Nov 15, 2021

This PR removes some constants that are no longer needed within Traits, namely int_fast_validate, float_fast_validate and complex_fast_validate. The need for complex_fast_validate was removed in #1594. The other constants haven't been used for some time, except that float_fast_validate is used in a test that verifies validation in the presence of NumPy - I've switched that test to check bool_fast_validate instead.

These constants aren't exported in any of the api modules, so they shouldn't be being used by any other package. A check through the source available to me shows no uses in other packages.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM

@mdickinson mdickinson merged commit e13dc8d into main Nov 15, 2021
@mdickinson mdickinson deleted the remove-unused-fast-validate-tuples branch November 15, 2021 11:07
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