suoto / vim-hdl

Vim plugin to aid VHDL development (for LSP, see https://github.com/suoto/hdl_checker)
GNU General Public License v3.0
59 stars 5 forks source link

Tests failing due to missing synchronization #24

Closed suoto closed 8 years ago

suoto commented 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.

suoto commented 8 years ago

As of d425e127583953c122ed994b230bc7f2a7787dbe, this issue as described is invalid because hdlcc is not slow to reply anymore.