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
I've found a bug/issue in revive when compiling large code bases. The issue appears with codebases with lots of files e.g like sablier-v2 which has 200+ files.
The issue manifests in two ways:
Using the revive CLI test - the process hangs indefinitely its been 30+ minutes
Using revive through foundry - immediately fails with "solc exit 1"
The lack of logs from standard_json in revive makes debugging challenging.
I've found a bug/issue in revive when compiling large code bases. The issue appears with codebases with lots of files e.g like sablier-v2 which has 200+ files.
The issue manifests in two ways:
The lack of logs from
standard_json
in revive makes debugging challenging.To reproduce:
revive/crates/solidity/src/tests/cli-tests/src/contracts/compiled
make test-cli
in the revive directoryThe only way ive made it to work is by playing around with the env vars
RUST\_MIN\_STACK
andRUST\_MAX\_STACK
to high valuesCan you help investigate this issue?
The text was updated successfully, but these errors were encountered: