We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We did some substantial progress towards that; let's get that over the finish line.
The test suite can be run with:
$ infra run --release --bin solidity_testing_sanctuary -- ethereum mainnet
public
internal
UnnamedFunctionAttribute
0.5.0
var
TupleDeconstructionStatement
/**/
private
0.7.0
override
virtual
ConstructorAttribute
ColonEqual
0.5.5
0.5.8
pure
view
constant
indexed
The text was updated successfully, but these errors were encountered:
Skip contracts from Sanctuary that rely on exotic parser bugs (#896)
5cf6b7f
Ref #892
Patch known buggy compiler versions for sanctuary (#934)
b5365ea
Closes #892 I see that the compiler versions are already updated, e.g. https://etherscan.io/address/0ff7599a9e2c9eb63ddb42a0e8b475b579a13e08#code points to `v0.4.18+commit.9cf6e910`. Until it propagates to the sanctuary index, let's ignore these for now to get that sweet, sweet 100% coverage. Latest run: https://github.com/Xanewok/slang/actions/runs/8651403744
Xanewok
OmarTawfik
Successfully merging a pull request may close this issue.
We did some substantial progress towards that; let's get that over the finish line.
The test suite can be run with:
Remaining
public
andinternal
toUnnamedFunctionAttribute
till0.5.0
#796var
inTupleDeconstructionStatement
before0.5.0
#840/**/
comments #844private
toUnnamedFunctionAttribute
till0.5.0
#8420.7.0
#800override
andvirtual
toConstructorAttribute
#849ColonEqual
as two separate tokens before0.5.5
#8520.5.8
till0.7.0
#869pure
andview
as only used since 0.4.16 and add missingconstant
attribute #887indexed
event attribute until 0.8.18 #921The text was updated successfully, but these errors were encountered: