Andre Souto

Results 11 comments of Andre Souto

The LSP side seems to be a bit off except when using with VS Code. Tested with https://github.com/dense-analysis/ale and https://github.com/autozimu/LanguageClient-neovim and diagnostics will usually show up upon opening a file,...

https://github.com/autozimu/Language Client-neovim allows dumping the json traffic (and events) to a log, I'll upload them tomorrow. Does rust hdl logs its activities somewhere?

Added a [this trace](https://github.com/kraigher/rust_hdl/files/3743952/trace.txt) using https://github.com/neoclide/coc.nvim and pretty much clearing up my vimrc. Had a config file only including one single file. It seems that rust hdl is not responding...

OK, I messed up things, it was another extension I didn't realized was active providing completion (I'm not a regular VS Code user), sorry about that. I'll try to check...

(1) You can look at what the dependencies are by hovering over the entity name (maybe not the best way to report but still). If ENT_A defines a component called...

HDL Checker has means to work out dependencies and compilation sequence, so all you should need is to let it know where the files are; there's support for config files...

Yes, the tool independent logic should sit on `base_builder.py`, while `.py` should have only specifics. (At least that's the goal...) I'll add verilator to the docker image so we can...

If you're running via [`./run_tests.sh`](https://github.com/suoto/hdl_checker/blob/master/run_tests.sh) or `tox`, logs emitted by the loggers will be inside `.tox//log/tests.log`, where `` is one of `py27-linux`, `py27-windows`, `py37-linux` or `py37-windows`. The main test for...

Not really, I usually look how other projects do things. The testing scripts should ideally be transparent, although there's no guide on that atm... HDL Checker testing is admittedly not...

First of all, sorry for the long time to get back on this. I tried cloning your repo and could not get it do reproduce this, I'm guessing not everything...