Closed suoto closed 8 years ago
Some tests like https://travis-ci.org/suoto/vim-hdl/jobs/133960177 failed because vroom scripts don't wait until the project has finished building. One possible solution is to add something like a VimhdlWaitForBuild command.
VimhdlWaitForBuild
As of d425e127583953c122ed994b230bc7f2a7787dbe, this issue as described is invalid because hdlcc is not slow to reply anymore.
Some tests like https://travis-ci.org/suoto/vim-hdl/jobs/133960177 failed because vroom scripts don't wait until the project has finished building. One possible solution is to add something like a
VimhdlWaitForBuild
command.