Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -14/+14 |
| | |||||
* | testsuite/pyunit/lsp: add a test for removing diags on close | Tristan Gingold | 2022-06-26 | 1 | -0/+6 |
| | |||||
* | testsuite/pyunit/lsp: add a test for ghdl/ghdl-language-server#28 | Tristan Gingold | 2022-06-26 | 1 | -0/+6 |
| | |||||
* | testsuite/pyunit: add a test for ghdl/ghdl-language-server#122 | Tristan Gingold | 2022-06-25 | 1 | -0/+6 |
| | |||||
* | testsuite/pyunit/lsp/LanguageServer: fix pasto | umarcor | 2021-09-23 | 1 | -10/+2 |
| | |||||
* | testsuite/pyunit/lsp: xfail Test004 on non MSYS2 Windows | umarcor | 2021-07-18 | 1 | -2/+9 |
| | |||||
* | testsuite/pyunit/lsp/LanguageServer.py: do not quote anymore uri. | Tristan Gingold | 2021-07-07 | 1 | -5/+1 |
| | | | | | The ':' after the driver letter must not be quoted on Windows. And there are no special characters (yet) in the filenames of the tests. | ||||
* | pyunit/lsp/LanguageServer.py: adjust error message | Tristan Gingold | 2021-07-07 | 1 | -2/+2 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb) | ||||
* | Formatted pyunit tests via black. | Patrick Lehmann | 2021-06-23 | 1 | -153/+162 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 1 | -2/+1 |
| | |||||
* | lsp testsuite: improve substitution (for windows) | Tristan Gingold | 2021-01-21 | 1 | -8/+13 |
| | | | | URI and paths need to be substitued differently | ||||
* | LanguageServer: quote URI, adjust lsp.py (for Windows) | Tristan Gingold | 2021-01-20 | 1 | -1/+2 |
| | | | | URI on windows have the colon character (':') quoted. | ||||
* | testsuite/pyunit/lsp: Remove verbosity flag | Tristan Gingold | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@ | Tristan Gingold | 2021-01-19 | 1 | -4/+39 |
| | |||||
* | LanguageServer.py: print missing elements in case of errors | Tristan Gingold | 2021-01-18 | 1 | -6/+8 |
| | |||||
* | testsuite/pyunit/lsp: check references and adjust them | Tristan Gingold | 2021-01-17 | 1 | -1/+1 |
| | |||||
* | testsuite/pyunit/lsp: rename test | Tristan Gingold | 2021-01-17 | 1 | -9/+5 |
| | |||||
* | pyunit/lsp: fix and reenable some tests | Tristan Gingold | 2021-01-16 | 1 | -53/+29 |
| | |||||
* | testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-ls | umarcor | 2021-01-08 | 1 | -2/+2 |
| | |||||
* | Marked failing tests with `@skip` for now. | Patrick Lehmann | 2021-01-07 | 1 | -24/+31 |
| | |||||
* | Added test module for LanguageServer tests containing 8 test groups 001..008 ↵ | Patrick Lehmann | 2021-01-07 | 1 | -0/+199 |
and 10 tests. |