Daniel
Daniel
This may by the way also partly, or even fully, address the allow performing no optimizations other than stack-to-memory part of https://github.com/ethereum/solidity/issues/13157...
Also are we sure we have to consider this a breaking change?
So as for some more guidance: We currently have the command line option ``-yul-optimizations steps`` and the standard json option ``optimizerSteps`` (in ``settings.optimizer.yulDetails``) which determines the sequence of yul optimizer...
So yeah, after talking with @cameel once more passing it in from CLI and standard json should work as follows: We allow a colon in the optimizer steps string as...
Yes, both at the beginning and at the end is fine.
Also ``":"`` is fine. That's actually among the expected use cases of this :-). (I.e. not perform any optimization other than stack compression and moving variables to memory, if running...
The layout of storage in the presence of inheritance is determined by the [C3 linearization](https://en.wikipedia.org/wiki/C3_linearization) of the inheritance graph. Adding the interface changes the C3 linearization, so the change in...
It does not look like the squashing actually worked - I still see two commits :-). ``git rebase -i origin/develop`` should have opened an editor to specify how to rebase...
The general sentiment among EF UI experts was "do not do this", so I'm closing this for now :-). But this triggered some discussion about the docs theme, so there...
Well, we said we wouldn't stall this longer than today due to naming and there wasn't that much more enlightening discussion on it... https://github.com/ethereum/solidity/pull/13265/files#r940130991 needs to be addressed in any...