Reserve keywords and remove identifier exceptions for 0.9.0 #14770
Labels
breaking change ⚠️
low effort
There is not much implementation work to be done. The task is very easy or tiny.
low impact
Changes are not very noticeable or potential benefits are limited.
must have eventually
Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
Milestone
In this release cycle we had to introduce a bunch parser hacks to avoid breaking existing code:
createReservedIdentifiers()
:basefee
prevrandao
tstore
tload
blobbasefee
blobhash
mcopy
at
layout
transient
code
orcontractdata
code
data location. #13368In the next breaking release the exceptions should be removed and keywords added.
The text was updated successfully, but these errors were encountered: