solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Solidity, the Smart Contract Programming Language

Results 696 solidity issues
Sort by recently updated
recently updated
newest added

``` { function f() -> o1, o2, o3, o4, o5, o6, o7, o8, o9, o10, o11, o12, o13, o14, o15, o16, o17, o18 { for {} o13 { o18 :=...

bug :bug:

#13543 Semantic test for copying calldata structs placed in the wrong subdirectory @cameel could you help to see if I got the task correct?

## Page https://docs.soliditylang.org/en/latest/060-breaking-changes.html ## Abstract v0.6.0 introduced breaking changes to how inline assembly defined opcodes that do not take an argument. In particular, these opcodes were standalone identifiers in `<...

## Description The current compiler prevent having multiple initialization of a immutable variable, even if the are in independent branches. It would be nice if this was supported. ## Environment...

should compile without error
medium effort
low impact

Pulled out from #13532

build system :building_construction: