chriseth
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...
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...
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,...