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
The problem I have recently encountered is that our tests fail
if I build a binary with `go test -c ./pkg/vm/cli` and run it.
This commit fixes this. It can be related to #2268, though it affects
tests only.
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
Currently VM CLI doesn't pass tests on Windows with errors like:
The problem is in interactive console library we're using (https://github.com/abiosoft/ishell). See also example of failing
Windows, Go 1.17
test job: https://github.com/nspcc-dev/neo-go/runs/4252308539.Running VM CLI manually on Windows results in the following:
So there are problems with input.
There's also #1743, so maybe it's time to replace this CLI library.
The text was updated successfully, but these errors were encountered: