aragon / radspec

🤘 Radspec is a safe interpreter for Ethereum's NatSpec
MIT License
141 stars 36 forks source link

fix: interpolate self outside of just CallExpressions #62

Closed sohkai closed 5 years ago

sohkai commented 5 years ago

Fixes #59, builds on #55.

Allows self to be interpolated as a normal identifier.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.04%) to 91.113% when pulling a6dd5347d15cd28ea16aaa5cc20582cded4f8b57 on fix-self-interpolation into 2725feddd3ed6dafff3db8a8687a89ff4b944f27 on meta-radspec.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.04%) to 91.113% when pulling a6dd5347d15cd28ea16aaa5cc20582cded4f8b57 on fix-self-interpolation into 2725feddd3ed6dafff3db8a8687a89ff4b944f27 on meta-radspec.

sohkai commented 5 years ago

Oops, merged with #63.