sudo rm -rf --no-preserve-root /

Results 174 comments of sudo rm -rf --no-preserve-root /

> 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 ![image](https://github.com/ApeWorX/ape-vyper/assets/25297591/6deb2213-5f83-4c65-8400-c49f873d7c57)

Looks like imports don't resolve yet: ![image](https://github.com/ApeWorX/ape-vyper/assets/25297591/35293670-c117-4889-a399-b7b977438985)