Commit Graph

590 Commits

Author SHA1 Message Date
Donovan Glover
05a785be68
crystalline: 0.14.1 -> 0.15.0 (#351636) 2024-10-27 20:40:24 +00:00
R. Ryantm
5751539661 crystalline: 0.14.1 -> 0.15.0 2024-10-27 11:40:20 +00:00
Jaakko Paju
1bdddfbb04 metals: 1.3.5 -> 1.4.0 2024-10-26 19:20:15 +02:00
rewine
46b1c1ebef neocmakelsp: 0.8.4 -> 0.8.12 2024-10-24 20:56:23 +08:00
R. Ryantm
b6fa7e130b jq-lsp: 0.1.3 -> 0.1.4 2024-10-14 21:07:37 +00:00
Franz Pletz
97dc511b33
lua-language-server: 3.10.6 -> 3.11.1 (#345502) 2024-10-09 17:18:48 +02:00
Gutyina Gergő
0cc0cd0f09
lua-language-server: 3.10.6 -> 3.11.1 2024-10-09 09:34:59 +02:00
Nick Cao
120c2047dc
crystalline: 0.14.0 -> 0.14.1 (#345835) 2024-10-07 10:12:37 -04:00
R. Ryantm
c1c3296631 ccls: 0.20240202 -> 0.20240505 2024-10-03 04:13:28 +00:00
R. Ryantm
412213e8cd crystalline: 0.14.0 -> 0.14.1 2024-10-02 04:09:12 +00:00
R. Ryantm
373008cf86 nixd: 2.3.2 -> 2.4.0 2024-09-28 08:25:28 +00:00
OTABI Tomoya
13cf0a4dc6
crystalline: 0.13.1 -> 0.14.0 (#341835) 2024-09-25 12:13:02 +09:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
5f7af5b99f crystalline: 0.13.1 -> 0.14.0 2024-09-14 13:33:33 +00:00
R. Ryantm
c7a4b67d6a neocmakelsp: 0.8.2 -> 0.8.4 2024-09-14 00:00:01 +00:00
Sandro
c711a6c303
lua-language-server: 3.10.5 -> 3.10.6 (#341009) 2024-09-10 17:32:50 +02:00
Gutyina Gergő
27e643cb31
lua-language-server: 3.10.5 -> 3.10.6 2024-09-10 15:16:01 +02:00
Weijia Wang
3f010c164d
jsonnet-language-server: 0.14.0 -> 0.14.1 (#337477) 2024-09-09 21:08:51 +02:00
archer-65
64d90d8d24 rune-languageserver: 0.12.4 -> 0.13.4 2024-09-07 22:15:16 +02:00
R. Ryantm
dbe7e4419c helm-ls: 0.0.22 -> 0.1.0 2024-09-06 01:03:25 +00:00
R. Ryantm
a4aabf8866 neocmakelsp: 0.8.1 -> 0.8.2 2024-08-30 02:17:48 +00:00
R. Ryantm
6f5545e9a7 vhdl-ls: 0.82.0 -> 0.83.0 2024-08-28 03:02:00 +00:00
R. Ryantm
d73f94b82e helm-ls: 0.0.21 -> 0.0.22 2024-08-27 04:17:32 +00:00
R. Ryantm
345b6687f5 jsonnet-language-server: 0.14.0 -> 0.14.1 2024-08-26 13:30:49 +00:00
Gaetan Lepage
a09a3a78a7 typst-lsp: move to pkgs/by-name 2024-08-22 13:24:07 +02:00
Gaetan Lepage
d518c409f9 typst-lsp: format and clean 2024-08-22 13:24:07 +02:00
Gaetan Lepage
e164461713 typst-lsp: fix by updating dependencies 2024-08-22 13:22:57 +02:00
Sebastián Mancilla
c357a0532e
Merge pull request #333127 from r-ryantm/auto-update/jsonnet-language-server
jsonnet-language-server: 0.13.1 -> 0.14.0
2024-08-20 19:37:25 -04:00
Nick Cao
63b49425d4
Merge pull request #336056 from r-ryantm/auto-update/helm-ls
helm-ls: 0.0.20 -> 0.0.21
2024-08-20 15:47:30 -04:00
R. Ryantm
1693e37254 helm-ls: 0.0.20 -> 0.0.21 2024-08-20 13:09:44 +00:00
rewine
6e0702215b
Merge pull request #335796 from r-ryantm/auto-update/neocmakelsp
neocmakelsp: 0.7.9 -> 0.8.1
2024-08-20 13:57:22 +08:00
R. Ryantm
cf4ffe3dcb neocmakelsp: 0.7.9 -> 0.8.1 2024-08-19 12:04:30 +00:00
Gutyina Gergő
a619cf04a7
lua-language-server: 3.10.4 -> 3.10.5 2024-08-19 13:38:22 +02:00
isabel
e4a1022d70
vscode-langservers-extracted: fix build 2024-08-18 10:13:13 +01:00
Donovan Glover
d8c8d5c847
Merge pull request #335018 from r-ryantm/auto-update/nixf
nixf: 2.3.1 -> 2.3.2
2024-08-17 16:45:02 +00:00
Gaetan Lepage
c0629bcdcc typst-lsp: mark as broken 2024-08-17 11:36:17 +02:00
Pol Dellaiera
1a5b799949
Merge pull request #335267 from GaetanLepage/ruff-lsp
ruff-lsp: update and improvements
2024-08-17 08:02:20 +02:00
Gaetan Lepage
821467f51f ruff-lsp: move to pkgs/by-name and use buildPythonApplication 2024-08-17 01:33:10 +02:00
Riley Bruins
7f4aa52146 lua-language-server: 3.10.1 -> 3.10.4 2024-08-16 08:28:34 -07:00
Gaetan Lepage
f287b2281a pylyzer: move to pkgs/by-name 2024-08-16 10:06:33 +02:00
Gaetan Lepage
9ee29846df pylyzer: 0.0.58 -> 0.0.59
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.58...v0.0.59

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.59
2024-08-16 10:01:58 +02:00
Gaetan Lepage
ca97ea91ae csharp-ls: move to pkgs/by-name 2024-08-16 08:21:47 +02:00
R. Ryantm
32292313f8 nixf: 2.3.1 -> 2.3.2 2024-08-16 04:07:17 +00:00
Jörg Thalheim
4f1d12b50e
Merge pull request #332999 from redyf/update-nixd
nixd: 2.3.0 -> 2.3.1
2024-08-12 08:10:45 +03:00
Gaetan Lepage
33b72f965a pylyzer: 0.0.57 -> 0.0.58
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.57...v0.0.58

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.58
2024-08-10 13:29:41 +02:00
Gaetan Lepage
f6cef9ad48 pylyzer: 0.0.56 -> 0.0.57
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.56...v0.0.57

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.57
2024-08-08 08:03:36 +02:00
R. Ryantm
319cc06801 jsonnet-language-server: 0.13.1 -> 0.14.0 2024-08-08 01:35:53 +00:00
Nick Cao
875809e48d
Merge pull request #332988 from r-ryantm/auto-update/beancount-language-server
beancount-language-server: 1.3.4 -> 1.3.5
2024-08-07 14:29:05 -04:00
redyf
35d1305130 nixd: 2.3.0 -> 2.3.1 2024-08-07 10:32:42 -03:00