Gaetan Lepage
9256b49ec0
plugins/lsp/packages: remove bufls
2025-11-07 00:02:09 +00:00
Gaetan Lepage
a38fba5880
tests: disable docker-language-server (build failure)
...
Fixed in https://github.com/NixOS/nixpkgs/pull/458418
2025-11-07 00:02:09 +00:00
saygo-png
baa99016bc
treewide: remove outdated broken package markings
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-24 23:14:15 +00:00
Matt Sturgeon
1a845c801e
tests/{lsp-servers,all-package-defaults}: disable roslyn_ls
...
Transient dependency `vmr` has a build failure:
https://github.com/NixOS/nixpkgs/issues/431811
2025-10-03 21:42:32 +00:00
Matt Sturgeon
4c99ccfe1e
tests/lsp-servers: disable building unfree default packages
...
Currently none of the server packages we build are unfree, however if
any unfree defaults are added then this test will fail.
The two solutions are:
1. Filter out unfree packages
- Either set `enable = false` or `package = null`
2. Allow building unfree packages
- By setting `nixpkgs.config.allowUnfree = true`
For now, I've gone with option 1.
2025-10-03 18:53:55 +00:00
Matt Sturgeon
5c4a10093d
plugins.lsp: automatically remove unsupported servers
...
A new update script will check which "old" files do not have an
equivalent "new" file, then the plugins.lsp module will create a
removal assertion for any servers that are listed in the generated
file.
2025-10-02 00:04:30 +00:00
Gaetan Lepage
523444bf99
tests: disable test relying on the idris2 plugin (using deprecated lspconfig API)
2025-10-01 23:54:08 +00:00
Matt Sturgeon
d241216ede
ci: only build "grouped" tests on x86_64-linux
2025-09-07 21:08:16 +00:00
Gaetan Lepage
2dd3e4c8fc
tests/lsp: disable broken servers
2025-07-25 16:18:00 +00:00
Gaetan Lepage
8529f1c86b
treewide: format with new treefmt
2025-07-25 16:18:00 +00:00
Matt Sturgeon
cd1f50b1e8
tests/lsp: improve vectorcode comment
...
It isn't broken on aarch64-linux, but it can't run in the build sandbox.
Therefore we can't run it in our tests.
2025-06-22 17:06:13 +00:00
Gaetan Lepage
35708afc63
Revert "tests/lsp: disable vectorcode_server as vectorcode is broken"
...
This reverts commit ada9f560c3 .
2025-06-22 17:06:13 +00:00
Matt Sturgeon
ada9f560c3
tests/lsp: disable vectorcode_server as vectorcode is broken
...
See https://github.com/NixOS/nixpkgs/issues/415770
and https://github.com/NixOS/nixpkgs/pull/416834#discussion_r2153315104
and https://github.com/nix-community/nixvim/pull/3486#issuecomment-2982081727
2025-06-17 23:48:17 +00:00
Gaetan Lepage
d385972711
Revert "tests/lsp: disable ols test because odin is broken"
...
This reverts commit 6597afe209 .
2025-05-13 21:30:47 +00:00
Gaetan Lepage
6597afe209
tests/lsp: disable ols test because odin is broken
...
https://github.com/NixOS/nixpkgs/pull/404919
2025-05-07 22:43:05 +02:00
Gaetan Lepage
76a319c5ab
Revert "tests/lsp-servers: disable bitbake_language_server (build failure)"
...
This reverts commit cd3cbb1e26 .
2025-04-30 08:31:32 +02:00
Gaetan Lepage
cd3cbb1e26
tests/lsp-servers: disable bitbake_language_server (build failure)
2025-04-29 15:37:54 +02:00
Gaetan Lepage
d6709382e7
tests: disable tests depending on broken sourcekit on aarch64-linux
2025-04-22 12:16:02 +00:00
Gaetan Lepage
75efaa0a97
tests: move away from string comparisons with stdenv.hostPlatform
2025-04-21 21:25:15 +10:00
Gaetan Lepage
199a300488
Revert "tests/lsp: disable golangci_lint_ls"
...
This reverts commit e1e0e6f024 .
2025-04-21 19:43:43 +10:00
Gaetan Lepage
5908b5a737
plugins/lsp: register pkgs.vectorcode for vectorcode_server
2025-04-06 10:32:48 +02:00
Gaetan Lepage
e1e0e6f024
tests/lsp: disable golangci_lint_ls
...
https://github.com/nametake/golangci-lint-langserver/issues/51
https://github.com/nametake/golangci-lint-langserver/pull/52
2025-04-01 16:03:03 +02:00
Gaetan Lepage
ade9e131cd
tests/lsp-servers: update ignores
2025-03-19 00:51:22 +01:00
Gaetan Lepage
9851246241
tests: re-enable tests that work
2025-03-04 15:28:43 +01:00
Quentin Boyer
a2f01876f7
lib: Harmonize package options which may not exist in nixpkgs
2025-01-31 22:55:38 +00:00
Gaetan Lepage
8926001426
tests/lsp-servers: disable bitbake_language_server (build failure)
2025-01-22 17:04:20 +00:00
Gaetan Lepage
bca43a2a8e
tests/lsp/all-servers: disable autotools_ls on aarch64-linux
...
https://github.com/NixOS/nixpkgs/issues/372375
2025-01-09 14:43:27 +01:00
Gaetan Lepage
2d18a77432
Revert "tests/lsp-servers: disable ruby_lsp (broken package)"
...
This reverts commit 7347e4508e .
2025-01-06 08:02:31 +01:00
Gaetan Lepage
6c93c52dc1
Revert "tests/lsp-servers: disable solc (broken package)"
...
This reverts commit c2e8865357 .
2025-01-03 21:08:19 +01:00
Sandro Jäckel
d608bccddd
Replace runCommandNoCCLocal alias with runCommandLocal
2025-01-01 00:54:27 +00:00
Gaetan Lepage
c2e8865357
tests/lsp-servers: disable solc (broken package)
2024-12-31 14:01:22 +01:00
Gaetan Lepage
7347e4508e
tests/lsp-servers: disable ruby_lsp (broken package)
2024-12-31 13:10:37 +01:00
Austin Horstman
fd279c892d
tests/lsp-servers: disable typst_lsp
...
Deprecation error
2024-12-14 17:35:56 -06:00
Gaetan Lepage
c39ecbb055
tests/lsp-servers: disable servers relying on EOL dotnet-core-combined
2024-11-30 12:33:56 +01:00
Gaetan Lepage
7defce3863
tests/{efmls-configs,lsp-servers}: re-enable psalm test
2024-11-20 23:07:45 +01:00
Gaetan Lepage
f4c910dd82
tests/lsp-servers: disable deprecated servers
2024-11-18 09:07:32 +00:00
Gaetan Lepage
e1417016df
tests/{lsp-servers,efmls-configs}: disable psalm
...
https://github.com/NixOS/nixpkgs/pull/356704
2024-11-18 09:07:32 +00:00
Gaetan Lepage
909b4f41d7
tests: re-enable lua-language-servers tests on all platforms
...
This reverts commit 432af78ffd .
2024-11-18 09:07:32 +00:00
Gaetan Lepage
432af78ffd
tests/lsp-servers: disable lua-language-server on aarch64-darwin
2024-11-10 23:37:18 +01:00
Gaetan Lepage
898246c943
Revert "tests/lsp-servers: disable typescript-language-server on darwin"
...
This reverts commit 98e8fcdded .
2024-11-06 08:20:18 +01:00
Gaetan Lepage
fefb588c7f
Revert "tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux"
...
This reverts commit 38dd5b07a0 .
2024-11-06 08:09:50 +01:00
Gaetan Lepage
38dd5b07a0
tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux
2024-11-04 10:46:02 +01:00
Gaetan Lepage
98e8fcdded
tests/lsp-servers: disable typescript-language-server on darwin
2024-11-03 16:04:18 +01:00
Gaetan Lepage
619e24366e
plugins/lsp/hls: handle automatic installation of required GHC
2024-10-13 14:33:12 +00:00
Matt Sturgeon
af650ba940
tests/lsp-servers: de-couple from grouped tests
...
Follow up to cab6b0c9fe
2024-10-10 21:50:23 +01:00
Quentin Boyer
ed4958c206
plugin/lsp: Re-enable sourcekit
2024-10-08 21:29:45 +02:00
Quentin Boyer
8d1e6f5ac4
plugins/lsp: Enable all lsp servers in tests
2024-10-08 21:29:45 +02:00
Quentin Boyer
8e8d9afe8e
plugins/lsp: Use the auto-generated lsp plugin list
2024-10-08 21:29:43 +02:00
Quentin Boyer
cab6b0c9fe
tests: Split off in a single derivation the lsp server test
...
This test is quite resource intensive, so let's split it to avoid
issues
2024-10-08 21:28:44 +02:00