sudo rm -rf --no-preserve-root /
sudo rm -rf --no-preserve-root /
This is still relevant.
This is still relevant. Don't close.
> See [`memoryguard` in the Yul docs](https://docs.soliditylang.org/en/latest/yul.html#memoryguard). In this particular case the fact that `memoryguard` was present simply indicates that your code did not contain anything that would make the...
I really like that idea. I feel like instead of calling it `State`, the semantics `Topic` would be nicer. Also, I would like to add a further request for commonly...
This is still relevant.
This is still relevant. Don't close.
I think custom errors should include the emitter: ```solidity error SomeError(address emitter, ..., ..., ...); emit SomeError(address(this), ..., ..., ...); ``` This helps end-users identify which contract was reverted with...
I second this. See my discussion [here](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4489).
currently it fails to process `.vyi` files 
Looks like imports don't resolve yet: 