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

Array index typecheck #2108

Merged

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

  • Fix a missing type check on array index values.
  • Add __repr__ to abstract types to improve readability of error messages.

How I did it

When an index value is not a literal integer, call to validate_expected_type and expect IntegerAbstractType

How to verify it

Run tests.

Cute Animal Picture

image

@fubuloubu
Copy link
Member

Add a test

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Jul 15, 2020

This pull request introduces 1 alert when merging 431bde4 into d585a4c - view on LGTM.com

new alerts:

  • 1 for Conflicting attributes in base classes

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Jul 16, 2020

This pull request introduces 1 alert when merging f6d8513 into d585a4c - view on LGTM.com

new alerts:

  • 1 for Conflicting attributes in base classes

vyper/context/types/abstract.py Outdated Show resolved Hide resolved
vyper/context/types/indexable/sequence.py Show resolved Hide resolved
balajipachai and others added 5 commits July 16, 2020 20:53
After following the doc and executing brownie test, I faced an error: E       brownie.exceptions.EventLookupError: Unknown key '_value' - the 'DataChange' event includes these keys: setter, value

The error is quite explanatory, the event DataChange has been defined with keys `value` and `setter` and were being accessed in the test cases by `_value` and `_setter`.
Thus the proposed change
@codecov-commenter
Copy link

Codecov Report

Merging #2108 into master will decrease coverage by 0.90%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2108      +/-   ##
==========================================
- Coverage   85.02%   84.12%   -0.91%     
==========================================
  Files          83       83              
  Lines        8261     8276      +15     
  Branches     1992     1994       +2     
==========================================
- Hits         7024     6962      -62     
- Misses        740      816      +76     
- Partials      497      498       +1     
Impacted Files Coverage Δ
vyper/context/types/indexable/sequence.py 84.61% <75.00%> (+0.61%) ⬆️
vyper/context/types/abstract.py 100.00% <100.00%> (ø)
vyper/context/validation/utils.py 91.80% <100.00%> (+0.13%) ⬆️
vyper/context/types/value/numeric.py 78.04% <0.00%> (-6.10%) ⬇️
vyper/functions/functions.py 84.37% <0.00%> (-5.35%) ⬇️
vyper/parser/expr.py 71.78% <0.00%> (-4.98%) ⬇️
vyper/ast/nodes.py 92.06% <0.00%> (-1.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe474a9...24b7a3d. Read the comment docs.

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Jul 16, 2020

This pull request introduces 1 alert when merging 24b7a3d into 71568de - view on LGTM.com

new alerts:

  • 1 for Conflicting attributes in base classes

@fubuloubu fubuloubu merged commit dc8ebc0 into vyperlang:master Jul 16, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the fix-array-index-typecheck branch July 16, 2020 20:28
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

4 participants