Bug in compilation when multiple versions are used with many contracts #4490
Labels
area:compilation
Related to the built-in compile task
status:ready
This issue is ready to be worked on
type:bug
Something isn't working
See original discussion here: #3722
Reproduction:
f74c15a717
)cd contracts && pnpm i
hh clean --global
while true; do hh clean && hh clean --global && hh compile || break; done
. This will remove the downloaded compilers and re-compile the project until it fails.This seems to be fixed by #3818
The text was updated successfully, but these errors were encountered: