eine
eine
With `path-type: inherit`, those envvars should work.
That might be because the default installation path changed (#163). If you were relying on absolute and hardcoded paths, you might need to fix those.
@Biswa96, see #104 for context.
There were some changes in the virtual environments provided by GitHub. Previously MSYS2's PATH was added by default, and several packages were preinstalled. Therefore, inheriting that in the clean installation...
@pascalandy I have not intensively used them, but when I tried some docker-compose templates for prometheus and grafana I didn't feel them being so ram-hungry. Moreover, I think that grafana...
Overall, I think it is an interesting request/proposal. However, I'm neither familiar with the logging codebase... Meanwhile, an alternative can be to use GHDL's own features to set the simulation...
Regarding having a default VHDL package, or handling it as a generic/parameter (so that users can define it as a constant in their testbench and use whatever mechanism to set...
> do I need a unit test for `add_waves_by_depth()`? If so, how would I do this since the entire interface is creating a file and adding waves to the simulator?...