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 redundant checks in parser/signatures #2288

Merged

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

Remove redundant checks within the parser and signatures submodules. All of these checks are now handled within type checking and all of this is unreachable code.

How I did it

Delete!

How to verify it

  1. Confirm the tests are still passing.
  2. Check the latest coverage report on master to verify that all of the deleted code is unreachable.

Cute Animal Picture

image

@iamdefinitelyahuman iamdefinitelyahuman merged commit 7ca1c89 into vyperlang:master Jan 28, 2021
@iamdefinitelyahuman iamdefinitelyahuman deleted the refactor-ded-code branch January 28, 2021 21:27
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

2 participants