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

Fixed 1636 unary negation bug #1638

Merged
merged 5 commits into from Oct 18, 2019
Merged

Commits on Oct 17, 2019

  1. Copy the full SHA
    1b755e3 View commit details
    Browse the repository at this point in the history
  2. bug: Overflow checking for unary operators

    - Also rejects unary sub on unsigned integers
    
    fixes: vyperlang#1636
    fubuloubu committed Oct 17, 2019
    Copy the full SHA
    30a2859 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5ecb297 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Copy the full SHA
    8cc3be8 View commit details
    Browse the repository at this point in the history
  2. test: Added test cases for valid negation

    - changed names of other tests
    fubuloubu committed Oct 18, 2019
    Copy the full SHA
    cf066b8 View commit details
    Browse the repository at this point in the history