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

chore: remove validation for redundant methods #1847

Merged
merged 1 commit into from
Aug 21, 2022
Merged

Conversation

bd82
Copy link
Member

@bd82 bd82 commented Aug 21, 2022

This validation was problematic because different
manners of inheritance implementations in js may require
different approaches for enumerating the method names

Additionally this validation did not handle the case of custom
utilities on visitors which resulted in false positives.

This validation was problematic because different
manners of inheritance implementations in js may require
different approaches for enumerating the method names

Additionally this validation did not handle the case of custom
utilities on visitors which resulted in false positives.
@bd82
Copy link
Member Author

bd82 commented Aug 21, 2022

related to discussion in #1845

@bd82 bd82 merged commit 680158e into master Aug 21, 2022
@bd82 bd82 deleted the remove_validate_visitor branch August 21, 2022 16:42
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.

None yet

1 participant