Dom

Results 13 issues of Dom

I am using a public library that has code that can be reduced to this: ```vhdl package test is type enum_1_t is (A_e); subtype enum_2_1 is test.enum_1_t; end package; ```...

bug

If you have a config like: ```json { "fileAssociations": [ { "systemId": "/schema.xsd", "pattern": "*-suffix.xml" } ] } ``` This should match a file called `file-suffix.xml` anywhere in the file...

**Environment** Ubuntu 20.04 VSG 3.23.0 **Describe the bug** Certain comments can cause the vsg parser to think it is parsing statements that it isn't. In the example below, vsg thinks...

bug

I get this warning using a GCC 12.2.0 cross compiler for AArch64 (in particular, the gcc built in to Xilinx Vitis 2023.1): ```console In file included from daniele77-cli/include/cli/detail/keyboard.h:44, from daniele77-cli/include/cli/clilocalsession.h:36,...

suspended

Recently updated `nvim-treesitter` and started getting errors with this parser: ```console - ERROR vhdl(highlights): /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:248: Query error at 1:2. Invalid node type "line_comment": (line_comment ^ ``` I do not know...

Opened to direct people to the maintained version: https://github.com/tree-sitter-grammars/tree-sitter-make https://pypi.org/project/tree-sitter-make/

Take the following example: ```make A+=1 B += 1 ``` If you run this through `tree_sitter` and print it's parse tree, you get something like this: ```text makefile [(0, 0)...

Note: This is quite a weird error, it took a while for me to be able to cut down my application to a minimal version that kept the error. #...

**What happened**: 1. When you run `grant list` it returns the full list of all licenses (SPDX and non-SPDX). 2. When you run `grant list --non-spdx` it returns the list...

bug

Hi, About a year ago I forked this repo in order to fix some issues with it that various people had reported. Unfortunately, various things came up in my life...