matlupi
matlupi
Working example ```yaml - repo: local hooks: - id: verible-format name: Verible verilog format entry: verible-verilog-format language: system types_or: [verilog, system-verilog] args: [--flagfile, .rules.verible_format] ``` You need to have a...
Is there a switch to avoid this syntax error? Since the file is not a VAMS file, I should be able to get around that, right?
Will do, thanks!
Added testcase for #2076
> This creates a shift-reduce conflict, so the grammar probably has to be massaged more. Any hint on where to try to investigate it?
I did run the same example above on the revisions below and it appears it has not been fixed yet. On `v0.0-2884-g42c9491b` - the file with the syntax error at...
@hzeller, could you point me to someone who could point me in the right direction to address this one?
> It does look strange. Is the `C` macro defined ? Because only then that branch would be seen. Thanks for the input @hzeller. The macros can be defined but...
Same problem observed with latest version available. If I remove the bit-selection, the code is accepted. Version ``` > verible-verilog-lint --version v0.0-3756-gda9a0f8c Commit 2024-08-23 Built 2024-08-24T03:49:26Z ```
I have observe the same problem with - Mkdocs 1.6.1 - mkdocs-material 9.5.15 - htmlproofer vers 1.3.0 (same with 1.4.0) Broken link ```md Please see the [project license](../about.md#license) for further...