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
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
Meghan Denny
737a9dc008
remove some dead code
2021-10-19 19:26:57 -07:00
Meghan Denny
3f92120fbe
fix missing double reference
2021-10-19 19:26:57 -07:00
Meghan Denny
aae82d29bd
fix capitalization of top level fields structs
2021-10-19 19:26:57 -07:00
Meghan Denny
91c8ffb38c
fully qualify std.debug.assert references
2021-10-19 19:26:57 -07:00
Meghan Denny
d15ec06c69
make license a plain text doc
2021-10-19 19:26:57 -07:00
Meghan Denny
8d46ceff07
use an enum for zig version
2021-10-19 19:26:57 -07:00
Meghan Denny
94acedfde3
build.zig- use std.builtin for better autocomplete
2021-10-19 19:26:57 -07:00
Meghan
44fb88b85b
Merge pull request #404 from leecannon/builtin_changes
...
Update to use @import("builtin") where required
2021-10-11 10:56:12 -07:00
Lee Cannon
b88a95a617
Update submodule
2021-10-11 09:21:24 +01:00
Lee Cannon
90f8109639
Update to use @import("builtin") where required
2021-10-07 12:53:31 +01:00
Meghan Denny
b63339e350
remove Tree when it was the same as Ast
2021-09-30 18:57:45 -07:00
Meghan Denny
3c1152a536
use empty string for empty []const u8
2021-09-30 18:47:48 -07:00
Meghan Denny
164e078dbb
collapse some std imports
2021-09-30 18:47:19 -07:00
Meghan Denny
86e370add0
include anytype
in list of primitive types
2021-09-30 18:46:53 -07:00
Meghan Denny
0406f7cc93
ensure uN and iN types are clamped to 0-65535
2021-09-30 18:46:35 -07:00
Meghan Denny
50022e5d24
analysis- clean up isTypeIdent
2021-09-30 18:46:14 -07:00
Meghan Denny
4bc8b92e19
collapse more fn signatures
2021-09-30 18:45:45 -07:00
Meghan Denny
43796f6326
uri- add link to rfc
2021-09-30 18:44:23 -07:00
Meghan Denny
9e0f201283
finish rename of usage of std.zig.Ast
2021-09-30 18:44:06 -07:00
Meghan Denny
dc8affe122
add builtin data for 0.8.0 and 0.8.1
2021-09-30 17:53:14 -07:00
Meghan Denny
a75276defc
update master data
2021-09-30 17:52:56 -07:00
Meghan Denny
7c209a8404
condese small expanded things
2021-09-30 17:52:36 -07:00
Meghan Denny
8390aaa70b
use zinput as a package
2021-09-30 17:52:15 -07:00
Meghan Denny
ad8d75b613
use single line method signatures
2021-09-30 17:51:51 -07:00
Meghan Denny
f482950f5f
fix imports to use ./
for relative usage
2021-09-30 17:48:40 -07:00
Meghan Denny
6b3d4d7bd3
build.zig- use local builder
2021-09-30 17:46:10 -07:00