Check for reuse of old error/warning codes #13545
Labels
low effort
There is not much implementation work to be done. The task is very easy or tiny.
medium impact
Default level of impact
must have eventually
Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
needs design
The proposal is too vague to be implemented right away
testing 🔨
Some error codes have been removed and are no longer emitted (for example, 8760 for shadowing of opcodes). There is currently a risk that those codes are reintroduced with a different meaning.
scripts/error_codes.py
should be amended to include a list of removed error codes and verify that they are not in use in the codebase.The text was updated successfully, but these errors were encountered: