You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing of #1449, it became apparent that Solang does not use all the Panic codes Solidity knows. Maybe this is fine because for our currently supported targets, it doesn't make sense to use them. But it is a hint that our codegen could produce different code from what's actually expected and should be investigated further.
Currently never used:
EnumCastOob
StorageBytesEncodingIncorrect
OutOfMemory
The text was updated successfully, but these errors were encountered:
While implementing of #1449, it became apparent that Solang does not use all the
Panic
codes Solidity knows. Maybe this is fine because for our currently supported targets, it doesn't make sense to use them. But it is a hint that our codegen could produce different code from what's actually expected and should be investigated further.Currently never used:
EnumCastOob
StorageBytesEncodingIncorrect
OutOfMemory
The text was updated successfully, but these errors were encountered: