mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- The script was leaving hundreds of loose `tmp.XXXXXX` and `tmp.XXXXXX.bak` files in `/tmp` after each run - There's a trap handler that removes them but it's being registered multiple times in a loop and only the last one actually runs when the script exits. It's still useful because it removes the remaining files from the most recent iteration but on its own it's not enough to clean up everything. |
||
|---|---|---|
| .. | ||
| cmdlineTests | ||
| compilationTests | ||
| contracts | ||
| evmc | ||
| externalTests | ||
| formal | ||
| libevmasm | ||
| liblangutil | ||
| libsolidity | ||
| libsolutil | ||
| libyul | ||
| tools | ||
| yulPhaser | ||
| .solhint.json | ||
| .solhintignore | ||
| boostTest.cpp | ||
| buglist_test_vectors.md | ||
| buglistTests.js | ||
| CMakeLists.txt | ||
| cmdlineTests.sh | ||
| Common.cpp | ||
| Common.h | ||
| CommonSyntaxTest.cpp | ||
| CommonSyntaxTest.h | ||
| docsCodeStyle.sh | ||
| EVMHost.cpp | ||
| EVMHost.h | ||
| ExecutionFramework.cpp | ||
| ExecutionFramework.h | ||
| externalTests.sh | ||
| InteractiveTests.h | ||
| Metadata.cpp | ||
| Metadata.h | ||
| TestCase.cpp | ||
| TestCase.h | ||
| TestCaseReader.cpp | ||
| TestCaseReader.h | ||