nullptrdevs
54be6d92c6
fix: fix server crash related to parsing incomplete function as a function's parameter
...
fixes zigtools#567
2022-08-25 13:17:38 -07:00
Lee Cannon
8cf96fe27c
Merge pull request #605 from Techatrix/translate-c-patch-undef
...
emit correct c preprocessor macro in convertCInclude
2022-08-25 17:33:38 +01:00
Techatrix
127781962d
emit correct c preprocessor macro in convertCInclude
2022-08-25 16:25:47 +02:00
Techatrix
fce29fec41
patch allocator mismatch in translate_c
2022-08-25 15:16:27 +02:00
Lee Cannon
a18ec394f1
Merge pull request #602 from Techatrix/unmanage-code
...
unmanage all the code
2022-08-23 21:21:08 +01:00
Lee Cannon
163409f48f
Merge pull request #579 from jefftime/master
...
Text format to return edited ranges instead of entire document
2022-08-23 21:20:49 +01:00
Lee Cannon
7c245f7dd4
Merge pull request #595 from nullptrdevs/master
...
fix: fix memory leaks related to updating config variables
2022-08-23 15:04:30 +01:00
Techatrix
dc3199cffa
unmanage all the code
2022-08-23 12:44:26 +02:00
jefftime
5804454334
Merge branch 'zigtools:master' into master
2022-08-22 20:18:02 -04:00
Lee Cannon
eb60f75413
workaround zig tarball bug ( #599 )
2022-08-23 00:01:44 +02:00
nullptrdevs
015332b69e
Update analysis.zig
2022-08-22 10:54:29 -07:00
nullptrdevs
4d0ab8b1aa
Update Server.zig
2022-08-22 10:49:15 -07:00
Techatrix
333b1bad8c
fix Path <-> Uri mismatch
2022-08-22 16:54:56 +02:00
nullptrdevs
2c5ae262f7
fix: fix memory leaks related to updating config variables
...
adds an edge case in analysis.makeScopeInternal to prevent
leaking memory when adding duplicate container fields w/ name "other"
2022-08-21 17:11:50 -07:00
Techatrix
c6892eaafc
Merge branch 'zigtools:master' into cimport-support
2022-08-21 08:53:06 +00:00
Auguste Rame
fa48980acb
Merge pull request #591 from Techatrix/master
...
Update dependencies
2022-08-21 03:07:35 +02:00
Techatrix
2e61178a08
Update dependencies
2022-08-20 19:27:31 +02:00
Techatrix
8457487b2e
better handling for enum field signatures
2022-08-20 18:28:41 +02:00
Techatrix
f543659e31
correctly handle path to uri conversion
2022-08-20 15:34:36 +02:00
InKryption
63d84855a5
Improve unused variable report accuracy
2022-08-19 15:28:38 +02:00
InKryption
249685e4c5
2 minor tidy-ups + fix for over-eager unused parameter error in function types
2022-08-19 00:31:41 +02:00
Techatrix
d57f8e3a64
add basic cImport support
2022-08-19 00:00:46 +02:00
Techatrix
0436b05b80
rename build_runner_cache_path
to global_cache_path
2022-08-18 23:14:32 +02:00
Techatrix
1859afd4c5
emit JSON formatted packages & include dirs in build_runner.zig
2022-08-18 22:56:03 +02:00
Auguste Rame
41a467b0f3
Merge pull request #583 from InKryption/master
...
Improve CLI, fix leak, & other.
2022-08-18 20:23:47 +02:00
InKryption
cb5eeb0b45
Improve CLI, fix leak, & other.
2022-08-18 19:46:22 +02:00
Techatrix
29690f4e0b
Refactor Ast helper functions
2022-08-18 00:52:21 +02:00
Lee Cannon
673b4b3505
trigger completion after ]
2022-08-14 22:45:05 +01:00
Jeffery Stager
1fbf1c5427
Minor cleanup in formatting function
2022-08-13 17:23:39 -04:00
Jeffery Stager
254353a9f4
Add fallback to old behavior on diff failure
2022-08-13 17:16:53 -04:00
Jeffery Stager
4e33e1d61f
Working diff for formatting
2022-08-10 22:47:33 -04:00
Gregory Anders
c4f3cd0efa
Only return highlights for symbols in current document
...
This seems to only occur when highlighting "field access" symbols, e.g.
"bar" in a statement such as `foo.bar`. This is because the
`symbolReferencesInternal` function finds the reference to the field in
the container even when the container is not in the current document.
2022-08-10 16:03:00 -06:00
Techatrix
1ab262c625
Fix memory leaks
2022-08-06 01:30:43 +02:00
Auguste Rame
ea24928002
Merge pull request #574 from Techatrix/tokenize-undefined
...
Semantic token for keyword 'undefined'
2022-08-05 21:48:19 +02:00
Auguste Rame
a73c77db6d
Merge pull request #572 from Techatrix/patch-stduri
...
fix 'Cannot resolve std library import'
2022-08-05 21:48:00 +02:00
Techatrix
a30d310d7f
better semantic token for keyword undefined
2022-08-05 14:20:16 +02:00
Techatrix
cee46461e0
handle ptr_type_sentinel
2022-08-05 11:22:55 +00:00
Techatrix
c9d41650da
fix 'Cannot resolve std library import'
2022-08-05 13:01:39 +02:00
Techatrix
5d4c68e9c5
Add missing tests
2022-08-03 23:29:03 +02:00
Techatrix
ae5da361bf
Merge branch 'zigtools:master' into session-tests
2022-08-03 21:11:43 +00:00
Lee Cannon
d83e37d99a
provide build_runner command on failure ( #569 )
2022-08-03 13:43:34 -04:00
Techatrix
f2315e0c7a
Format zls.json
in setup wizard ( #568 )
2022-08-02 14:28:27 -04:00
Techatrix
fca78a98b0
move ArenaAllocator into Server
2022-08-01 00:44:07 +02:00
Techatrix
805148125c
revive session tests
2022-07-31 23:39:33 +02:00
Techatrix
75570aef3c
add writer interface to Server & move main to main.zig
2022-07-31 23:38:27 +02:00
Lee Cannon
cf8baa3586
fix format string ( #565 )
2022-07-27 15:46:03 -04:00
haze
528fd26a13
update format specifiers for optional strings ( #564 )
2022-07-27 09:41:45 -04:00
Auguste Rame
913d6aee9d
Fix tests for real? ( #562 )
...
* Actually a horrible patch
2022-07-25 16:09:54 -04:00
Lee Cannon
98e5451d98
support 0.9 and master ( #561 )
2022-07-24 17:08:14 -04:00
Techatrix
224332d3a8
update README.md and setup
...
- update notes for VS Code according to new changes in zls-vscode
- add instructions for setting up Helix editor
2022-07-24 17:01:05 +02:00
alvv-z
e8bbb20783
Update setup wizard for ST4 ( #461 )
...
* Set include_at_in_builtins to false if Sublime Text version > 4000
2022-07-24 07:58:26 -04:00
Techatrix
0ecdeeecb1
Implement textDocument/inlayHint ( #559 )
...
* Implement textDocument/inlayHint
* Add corresponding Config options
2022-07-24 07:38:13 -04:00
Auguste Rame
39e4a561b2
Merge pull request #484 from gpanders/documentHighlight
...
Implement textDocument/documentHighlight
2022-07-23 05:30:57 -04:00
Gregory Anders
b71a83b64a
Limit references to current document for documentHighlight
2022-07-22 19:38:26 -06:00
Gregory Anders
94770b86c6
Implement textDocument/documentHighlight
2022-07-22 19:37:06 -06:00
Techatrix
d734245141
Highlight orelse as a keyword
2022-07-23 00:34:53 +00:00
Auguste Rame
5f9b9c564c
Fix tokenRelativeLocation
...
Closes #354
Closes #543
2022-07-17 16:29:03 +02:00
Veikka Tuominen
427f7b12ef
update to IterableDir changes in Zig std
2022-07-17 13:03:30 +02:00
Veikka Tuominen
410a2dd6dd
add f80
2022-07-17 13:03:26 +02:00
Auguste Rame
8e2e597ec3
Refactor builds!
2022-07-17 12:17:55 +02:00
Auguste Rame
1d910ed973
Start refactoring main -> Server's globals
2022-07-17 12:00:29 +02:00
Auguste Rame
6f19772c17
Fix config source of truth problems, refactor some more
2022-07-15 18:06:18 +02:00
Auguste Rame
4507f4a275
Add Discord link, DocumentStore now uses the config source of truth!
2022-07-15 14:51:36 +02:00
Auguste Rame
c640903c98
Fix container function param completion
...
Closes #521
2022-07-14 14:44:22 +02:00
Auguste Rame
2e379336b9
(Hopefully) fix configuration uri/memory bugs
...
Closes #533
2022-07-14 12:43:10 +02:00
Ali Chraghi
5162e9a803
setup: Update vscode configuration snippet
2022-07-12 22:31:29 +04:30
Techatrix
6b66820677
Remove unnecessary pointer indirection
2022-07-11 23:57:41 +00:00
Auguste Rame
37f79c86fa
Fix CI?
...
I really need to fix Zig's error handling on message send failure, it's so bad 😭
2022-07-11 20:28:50 +02:00
Auguste Rame
acd57ddb16
workspace configuration server request model implemented!
2022-07-11 15:45:31 +02:00
Auguste Rame
3b33750f59
Add config option, fix config wizard, fix random crash and extern unused highlighting
2022-07-09 05:23:53 -04:00
Auguste Rame
43c61b3da6
@import and @embedFile completions!
2022-07-09 05:23:53 -04:00
Auguste Rame
bb89c3518b
Nice to have style hint and bug fix
2022-07-09 05:23:53 -04:00
Auguste Rame
5838a34101
Fix small bugs
...
Thanks for the heads up Travis :)
2022-07-08 22:57:34 +02:00
Auguste Rame
0c0cb261b7
Basic variable type resolution on hover
2022-07-08 15:15:50 -04:00
Auguste Rame
0f3eb1df36
Fix function snippets not working with details
2022-07-08 04:57:58 -04:00
Auguste Rame
a96532aa65
Add config option for unused vars
2022-07-08 04:26:31 -04:00
Auguste Rame
e5e76c8063
Add super basic unused variable support
2022-07-08 04:26:31 -04:00
Auguste Rame
acb339ab95
Merge branch 'master' into label_details_support
2022-07-07 03:15:05 -04:00
ryuukk
9101cc7c3f
Put constants/imports at the top
2022-07-07 03:09:44 -04:00
ryuukk
2fdb05f783
Append the actual label so it can then be sorted a-z
2022-07-07 03:09:44 -04:00
ryuukk
03f27ef145
Make Kind public
2022-07-07 03:09:44 -04:00
ryuukk
1abf328947
Cleanup
2022-07-07 03:09:44 -04:00
ryuukk
64fe8a6b03
Add sortText to CompletionItem struct
2022-07-07 03:09:44 -04:00
ryuukk
b625eb763e
Sort completion items
2022-07-07 03:09:44 -04:00
Lee Cannon
e9e4a15224
fix memory leak
2022-06-27 10:14:18 -04:00
Yuri Pieters
178e823d77
Ease debugging package loading from build_runner
2022-06-24 16:15:01 -04:00
ryuukk
c964c4545a
Add link to the note
2022-06-24 13:37:24 +02:00
ryuukk
64f525f95f
Implement label details support
2022-06-23 16:44:22 +02:00
ryuukk
803f89941b
Update request to enable label details support
2022-06-23 16:44:01 +02:00
ryuukk
2a181af823
Update types for label details support
2022-06-23 16:43:23 +02:00
Loris Cro
fc5b1c6457
fix off by one error in documentRange
2022-06-09 18:12:15 -04:00
Gerred Dillon
083dd5fbdf
Remove duplicated deinit defer for GPA
2022-06-09 17:05:03 -04:00
Tw
769fecf9c8
only send format editings when necessary
...
If the original document is same as the formatted one, there's no need to send the unchanged
document's content back which will make the client confused.
Signed-off-by: Tw <tw19881113@gmail.com>
2022-06-08 22:54:17 -04:00
Riccardo Binetti
259f056bd2
Add support for Spacemacs
...
Add Spacemacs setup instructions to README and configuration wizard
2022-06-06 14:03:04 -04:00
Auguste Rame
29d2dd6802
Add tracy
2022-06-06 00:28:52 -04:00
Auguste Rame
2fc5047cbd
Add tracy submodule
2022-06-06 00:28:52 -04:00
Gregory Anders
289d137d13
Ignore unimplemented notifications
...
Responding to an unimplemented notification can cause errors for some
LSP clients that do not expect to receive a response after sending a
notification. Differentiate between unimplemented requests and
notifications and only send a generic null response for the former while
silently ignoring the latter.
2022-06-05 17:26:56 -04:00
Auguste Rame
ebc6de9673
Remove zinput dependency
2022-06-05 13:36:43 -04:00
Auguste Rame
e320dbd651
Add builtin path to configuration struct
2022-06-05 13:36:28 -04:00
Vesim
f5fb4afd7c
implement workspace/configuration
2022-06-05 13:36:28 -04:00