Auguste Rame
4e6564d7da
Merge pull request #467 from ikrima/fix-addrspace-section
...
fix: ast.lasttoken() does not handle addrspace section
2022-03-01 21:18:54 -05:00
Auguste Rame
706413e468
Merge pull request #463 from cascade256/comment-highlighting-fix
...
Skip char and string literals when highlighting comments
2022-03-01 21:18:34 -05:00
ikrima
90195a6695
fix: ast.lasttoken() does not handle addrspace section
2022-02-28 16:08:56 -06:00
Josh Crisp
e38278d2a5
Skip char and string literals when highlighting comments
2022-02-15 16:52:08 -08:00
David Gonzalez Martin
a1f72d46e3
Fix ZLS config not found crash #410
2022-02-07 22:14:31 -06:00
Auguste Rame
f3aabd6b7c
Merge pull request #453 from hexops/master
...
update for anytype field yeeting
2022-02-03 00:12:57 -05:00
Stephen Gutekanst
515cdd95a0
update for anytype field yeeting
...
Updates ZLS to account for the yeeting of anytype fields: https://github.com/ziglang/zig/pull/10766
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-02-02 22:00:31 -07:00
Auguste Rame
18a23c1aa2
Merge pull request #449 from novakne/patch-1
...
builtin_uri: Fix typo in log message
2022-02-01 19:16:35 -05:00
Auguste Rame
655a013db2
Merge pull request #451 from SebastianKeller/fix_build_master
...
Fix build on zig master (0.10.0-dev.500+66cf011aa)
2022-02-01 19:16:23 -05:00
Sebastian Keller
472104c0e1
Fix build on zig master (0.10.0-dev.500+66cf011aa)
...
std.process.args() has a slightly different api now, breaking the build
on zig master.
2022-02-01 21:52:15 +01:00
Hugo Machet
fa946526c2
builtin_uri: Fix typo in log message
2022-01-28 12:04:20 +01:00
Auguste Rame
fefabc658f
Merge pull request #448 from ikrima/add-typefunc-outline-nodes
...
add type function symbols to document symbol outline
2022-01-12 23:56:55 -05:00
ikrima
ca8ca06da9
yolo: add type function symbols to outline
...
Questions:
- `getDocumentSymbolsInternal`: from looking at the code + cross referencing VSCode Api, looks like its just used to enumerate document symbols
(call tree: `documentSymbol()->getDocumentSymbols()->getDocumentSymbolsInternal()`)
- sanity check: are there any other places this modification needs to be propogated?
- sanity check: specifically so that symbol resolve/rename/goto def/etc aren't broken?
- error handling: unsure what the pre/post conditions are of the parse tree when `getDocumentSymbolsInternal` is invoked
so there might be superflous guards/checks
- any tests to add?
2022-01-12 03:25:26 -06:00
Auguste Rame
08f2638d6a
Merge pull request #445 from nektro/autocomplete-builtin
...
add a default option for `@import(builtin)`
2022-01-01 16:57:39 -05:00
Auguste Rame
189de1768d
Merge pull request #446 from jonpalmisc/master
...
Update prebuilt release URLs
2022-01-01 16:56:33 -05:00
Jon Palmisciano
f7bc95500a
Update prebuilt release URLs
2021-12-31 22:00:42 -05:00
Meghan Denny
09d51af161
handle AccessDenied when making 'builtin.zig' fill-in
2021-12-29 22:53:30 -08:00
Meghan Denny
304c9bec2f
only print stderr
2021-12-29 22:47:12 -08:00
Meghan Denny
81818e3319
investing in debugging tools
2021-12-29 22:44:24 -08:00
Meghan Denny
56fccdefd5
add back FIXME comment
2021-12-29 22:24:33 -08:00
Meghan Denny
29e43a60ae
cant repro locally
2021-12-29 22:23:01 -08:00
Meghan Denny
578265f3e6
cleanup tests
2021-12-29 21:56:17 -08:00
Meghan Denny
b99c13ceef
match other tests
2021-12-29 21:45:32 -08:00
Meghan Denny
54d8f3273c
builtin_path might not be set if zig_exe_path isnt found
2021-12-29 21:17:44 -08:00
Meghan Denny
9006584835
uriFromImportStr expects a uri not a path
2021-12-29 21:08:13 -08:00
Meghan Denny
3fdab6c2fa
add a default option for import(builtin)
2021-12-29 19:35:16 -08:00
Meghan Denny
7cacfe9a6a
update builtin data for zig master
2021-12-29 22:25:03 -05:00
Meghan Denny
49cbbd1ebb
add builtin data for 0.9.0
2021-12-29 22:24:34 -05:00
Auguste Rame
18569926a3
Fix compilation on latest Zig
2021-12-23 14:00:07 -05:00
Matthew Murray
cb4e742134
Update submodule to latest commit ( #439 )
2021-12-22 23:08:05 -05:00
Sirius902
dc94a5e317
c_void -> anyopaque ( #437 )
2021-12-20 19:05:54 -05:00
Marten Ringwelski
abe82f6069
build_runner: Require some paths to be given ( #369 )
...
We now require the following to ge given in the cli args:
- zig_exe
- build_root
- cache_root
- global_cache_root
This fixes the path for packages that use one or more from the above to place
their files.
2021-12-11 12:42:18 -05:00
Matthew Knight
14528db0b7
update known-folders for allocgate ( #432 )
...
* update known-folders for allocgate
* run workflow on all pushes and PRs
2021-12-06 18:04:18 -08:00
maxxnino
5fd35f7efe
Fix zigtools/zls#389
2021-12-03 11:49:41 -05:00
Matt Knight
f9133ffdec
allocgate defeated
2021-12-03 08:00:22 -05:00
MineBill
227dcb4650
Remove newline
2021-11-30 16:24:37 -05:00
MineBill
e469d8171f
Fixes errors that are caused by using deprecated functions
2021-11-30 16:24:37 -05:00
Daniel M
7793b7250c
Fix and generalize broken link to Sublime Text instructions
2021-11-24 19:59:19 -05:00
Omar Alhammadi
12cda9b031
Change notification method in log
...
Currently in the log function in main, the notification method used to send logs to the client is "window/showMessage". This creates an a notification on the UI on VSCode that can cause slow downs. I propose a change to use the "window/logMessage" method instead, which is intended to be used for logging.
2021-11-04 19:35:49 -04:00
Omar Alhammadi
d4b6b97c01
temporary fix to issue #413 with #412 not building on release-safe.
2021-11-03 07:03:17 -04:00
Ryan Liptak
4d6d842fa5
Update Sublime LSP settings for Sublime Text 4
...
"selector" is now the preferred method of configuration, everything else was deprecated in SublimeLSP 4070-1.1.0: https://github.com/sublimelsp/LSP/releases/tag/4070-1.1.0
Also syncs setup.zig with the readme for the Sublime Text 3 settings (the Zig Language package name was wrong in setup.zig)
2021-11-02 22:14:58 -04:00
Omar Alhammadi
5bae50bcfe
changed default from .warn to .info
2021-11-02 22:13:53 -04:00
Omar Alhammadi
3531237afe
Added build option log_level to allow the user to set the default log level for release builds.
2021-11-02 22:13:53 -04:00
antlilja
80f09831bc
Remove use of notice log level
...
Removes the use of the notice log level.
Cleans up resulting code, the if else statement with nested switches was
converted into a single switch statement with the same behaviour, but
without relying on the enumToInt builtin.
2021-10-26 17:01:06 -04:00
Benjamin Feng
0f65093812
Fix off-by-one deinit on DocumentStore
2021-10-24 01:02:52 -04:00
Meghan Denny
088dc570de
actions- reflect license rename
2021-10-19 19:32:28 -07:00
Meghan Denny
04edc7a2d5
remove all use of usingnamespace
2021-10-19 19:26:57 -07:00
Meghan Denny
caaec2bcfd
lsp- alias []const u8
-> string
so its closer to docs
2021-10-19 19:26:57 -07:00
Meghan Denny
9ceaf90657
add reference for which lsp version we're targetting
2021-10-19 19:26:57 -07:00
Meghan Denny
e18003ff86
rename another top level fields file
2021-10-19 19:26:57 -07:00