JoinColony / solcover

Code coverage for solidity
MIT License
64 stars 8 forks source link

Bitshift operators #15

Closed area closed 7 years ago

area commented 7 years ago

Solidity 0.4.7 got released yesterday, which includes bitshift operators. While great for programmers, that's not something that we can deal with currently.

area commented 7 years ago

This isn't a problem any more (for now...) because of the change in approach to instrumenting (804c5fb428b5466006cfe9b1e450c001036c9987) i.e. we know that we can't instrument part of a statement, so we don't delve any deeper into the statement, so we don't 'see' the bitshift operator.