xermicus
xermicus
(This is different from how it works for `ink!` contracts, because Solidity has this concept of Error selectors and does bubble up reverts. But it shouldn't be a problem for...
For now, the message return type just specifies what will be returned in the non-revert case. If the contract reverts, the error data can be decoded according to the language...
Related: https://github.com/hyperledger/solang/issues/976
Related: https://github.com/hyperledger/solang/issues/976
Hi @brson I see, thanks for breaking down the problem. Yeah we we're concerned about this being not trivial to resolve. Solving the problem properly by disambiguating the namespaces is...
@brson thank you!
What is the status of this issue? For large programs full LTO isn't really an option.