vyper
vyper copied to clipboard
VIP: change behavior of array getters
Simple Summary
have array getters return entire array instead of current behavior of returning a single item
Motivation
matches developer expectations more, also can reveal design flaws sooner
Specification
TBD
Backwards Compatibility
breaking change, must be in v0.4.x
Dependencies
If this VIP depends on any other VIPs being implemented, please mention them.
References
Add any references that this VIP might reference (other VIPs/issues, links to blog posts, etc.)
Copyright
Copyright and related rights waived via CC0
meeting notes: design/spec needs more details
once we have custom parser, might be good to have separate decorators for like @item_getter
vs @array_getter