Techatrix
|
61c0981294
|
Use zig-lsp-codegen (#850)
* add lsp.zig
* change references from types.zig to lsp.zig
* remove types.zig and requests.zig
* add tres as a submodule
* transition codebase from types.zig to lsp.zig
* update lsp.zig
* completely overhaul message handler
* fix memory errors
* partially transition tests to lsp.zig
* update lsp.zig
* more test fixes
* disable failing tests
* fix message handling bugs
* fix remaining tests
* access correct union in diff.applyTextEdits
* more message handler fixes
* run zig fmt
* update tres submodule
* fix memory access to freed memory
* simplify initialize_msg for testing
* check if publishDiagnostics is supported
|
2022-12-27 01:47:57 -05:00 |
|
Techatrix
|
e9e9571fe5
|
avoid config copy for document store (#669)
|
2022-09-21 21:31:48 -04:00 |
|
Techatrix
|
7f4f002380
|
Testing improvements (#662)
|
2022-09-18 22:47:06 +00:00 |
|
Techatrix
|
5c9c0c316c
|
fix warning in session test
|
2022-09-12 00:05:26 +02:00 |
|
Techatrix
|
bcf8bc7094
|
set custom config for tests
|
2022-09-03 15:21:56 +02:00 |
|
Techatrix
|
f6082e837d
|
prepare testing framework
- allow source files from tests as a package
- use `tests/tests.zig` as the entry point
- add `Context.requestAlloc`
|
2022-08-26 16:45:22 +02:00 |
|
Techatrix
|
dc3199cffa
|
unmanage all the code
|
2022-08-23 12:44:26 +02:00 |
|
Techatrix
|
5d4c68e9c5
|
Add missing tests
|
2022-08-03 23:29:03 +02:00 |
|
Techatrix
|
e562d4cf4c
|
move Context into Context.zig
|
2022-08-03 23:11:55 +02:00 |
|