Commit Graph

1683 Commits

Author SHA1 Message Date
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
Auguste Rame
644ded72d2
Merge pull request #560 from Techatrix/master
Update README.md and setup
2022-07-24 17:07:16 -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
Auguste Rame
6df4405fb1
Merge pull request #558 from xiyaowong/patch-1
docs(neovim/vim): Update instruction for Coc
2022-07-23 05:27:46 -04:00
Auguste Rame
0f7d173ea1
Merge pull request #557 from Techatrix/patch-1
Highlight orelse as a keyword
2022-07-23 05:26:19 -04:00
wongxy
5fae56fb40
docs(neovim/vim): Update instruction for Coc 2022-07-23 15:56:01 +08: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
ab62e58515
Merge pull request #549 from leroycep/add-flake-support
Add flake support
2022-07-19 15:13:01 -04:00
LeRoyce Pearson
5010de46db Make known-folders a flake input
Simpler than using `fetchFromGitHub`, we can have `nix` manage the
version instead
2022-07-19 00:08:04 -06:00
LeRoyce Pearson
5b94a7df02 Use flake-utils 2022-07-18 21:42:20 -06:00
LeRoyce Pearson
542f49087e Add known-folders as a flake input
This allows the flake to work without passing in `?submodules=1`, which
makes it easy to include in other flakes.

This commit also makes it possible to override the path to the
`known-folders` package like so:

```
zig build -Dknown-folders=/path/to/known-folders.zig
```

This allows `flake.nix` to pass in the nix store path.
2022-07-18 14:35:00 -06:00
LeRoyce Pearson
ac8600cd8c Add flake support
Have to use it with `nix run '.?submodules=1'`, unfortunately.

Might be able to remove that requirement by using the following, but I
don't know how it interacts with `gitignoreSource`:

```
fetchGit {
  url = ./.;
  submodules = true;
}
```
2022-07-18 11:12:17 -06:00
Auguste Rame
949e4fe525
Merge pull request #547 from zigtools/tokenRelativeLocation-fix-hopefully
Fix tokenRelativeLocation
2022-07-17 10:40:58 -04:00
Auguste Rame
5f9b9c564c
Fix tokenRelativeLocation
Closes #354

Closes #543
2022-07-17 16:29:03 +02:00
Auguste Rame
7f8c7430b1
Merge pull request #544 from Vexu/IterableDir
update to IterableDir changes in Zig std
2022-07-17 07:05:57 -04: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
63eb5fa8fc
Merge pull request #546 from zigtools/some-main-globals
Refactor out most main globals!
2022-07-17 06:22:13 -04: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
ba68a4dcb5
Merge pull request #539 from zigtools/basic-improvements
Basic improvements!
2022-07-15 13:46:36 -04: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
6e018d035e
Merge pull request #534 from zigtools/bug-fix-thursday
Bug Fixes!
2022-07-14 08:51:08 -04: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
Auguste Rame
c0668876f9
Merge pull request #530 from zigtools/felix-upload-thank-you-felix
Beam to felix land!
2022-07-13 05:25:39 -04:00
Auguste Rame
fea2070849
Beam to felix land! 2022-07-13 11:22:01 +02:00
Auguste Rame
00809f1067
Merge pull request #529 from zigtools/zstd-artifacts
ZSTD build artifacts
2022-07-13 05:08:48 -04:00
Auguste Rame
c7400a34fd
Increase workflow perf/debugability on non-main 2022-07-12 21:31:10 +02:00
Auguste Rame
97ac0e6ad0
Merge pull request #528 from alichraghi/patch-1
setup: Update vscode configuration snippet
2022-07-12 14:03:01 -04:00
Ali Chraghi
5162e9a803
setup: Update vscode configuration snippet 2022-07-12 22:31:29 +04:30
Auguste Rame
25421aa7a6
use zstd tars 2022-07-12 18:22:31 +02:00
Auguste Rame
24ec046b4a
Merge pull request #525 from Techatrix/master
Fix out of bound panic
2022-07-12 11:43:24 -04:00
Techatrix
6b66820677
Remove unnecessary pointer indirection 2022-07-11 23:57:41 +00:00
Auguste Rame
d431565312
Merge pull request #520 from zigtools/finish_configuration
Workspace configuration server request model implemented!
2022-07-11 14:37:41 -04: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
Sepruko
8d27b172aa Fix build.zig typo for enable_tracy using better wording 2022-07-09 05:24:22 -04:00