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

Location list not populated on large files #22

Closed suoto closed 4 years ago

suoto commented 8 years ago

Tested with grlib lib/tech/ec/orca/orca.vhd and even after the project builds fine, there is nothing on the location list.

hdlcc logs look fine, but since the file is large (27k lines), the hdlcc client is probably timing out.

The client might need to continue in background if a timeout occurs, but the location list can only be updated synchronously. At least the user should be warned when a timeout occurs