index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
pyunit
/
lsp
/
LanguageServer.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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.