chriseth

Results 34 issues of chriseth

Reported by @magnus237: The following code does not report a warning because of the self-assignment: ``` function f() external pure { string storage s1; s1 = s1; // self-assignment string...

breaking change :warning:
low effort
low impact
must have eventually

The source maps currently contain one item per opcode, instead of one item per byte in the assembly. This kind of makes sense because it allows the source maps to...

breaking change :warning:
protocol design :crystal_ball:
medium effort
high impact
must have
ethdebug

I'm pretty sure there are issues about this scattered across the project, but this has come up recently, so I'll create a new one. Since linking is a bit cumbersome,...

language design :rage4:
medium effort
high impact
must have eventually
needs design