Truffle/compile-solidity stuck
December 18, 2020 at 10:29pmTruffle/compile-solidity stuck
December 18, 2020 at 10:29pmHello!
I am using new /compile-solidity package along with the other ones. And my local test got stuck at compiling and does not move anywhere for a long time.
Can someone help, what can be the issue here?
December 19, 2020 at 2:13am
December 23, 2020 at 4:23pm
(kirill-korchagin) It is very difficult to read your code. Could you link to it in a repo or format it before posting it? And it is part of a test that hangs when you try to run it?
January 5, 2021 at 8:23pm
sorry, this website bugs for me. this is the best it let me do.
so it hangs on
compile.all()
. where compile
is taken from '/compile-solidity'. it seems to be working and producing a result, giving events like Compiling Contract.sol
and then it keeps doing that indefinitely.January 12, 2021 at 8:00pm