chriseth

Results 266 comments of chriseth

Confirmed, all start and end locations seem to be off by one for this contract in remix when using the "copy to clipboard" feature of etherscan. Other contracts are fine....

Ah, ok, it seems to be the copyright symbol. Could be a duplicate of https://github.com/ethereum/solidity/issues/4614

It seems that remix uses character counts for source references instead of byte amounts - is that correct?

I still think byte count is the better metric because it is independent of the encoding (which is not really specified) and all the weird unicode effects.

I don't think this is such a big problem. Currently the strategy to just have non--optimized code (or code with stack errors) for ancient versions works well enough in my...