doomemacs/modules/lang
Henrik Lissner acae9f9acb
bump: :tools lsp
emacs-lsp/lsp-mode@6b6afc00de -> emacs-lsp/lsp-mode@3fa645c039
joaotavora/eglot@e835996e16 -> joaotavora/eglot@bd970be047

- There are multiple issues in the lsp-mode
  repo (emacs-lsp/lsp-mode#2722), lsp-julia repo (gdkrmr/lsp-julia#23
  and gdkrmr/lsp-julia#35), and the LanguageServer.jl
  repo (julia-vscode/LanguageServer.jl#844) about crashes of the Julia
  LSP with lsp-mode due to errors caused by the folding capabilities
  announced by the client. One can work around these issues by enabling
  folding (see gdkrmr/lsp-julia#23) but that is only a hack and does not
  fix the underlying issue. The problem is caused by a violation of the
  LSP specs in lsp-mode which was fixed in emacs-lsp/lsp-mode#3593. The
  PR updates lsp-mode to the latest commit on the master branch which
  contains this fix (and some other unrelated fixes, CI passes
  successfully again), and hence the workaround for lsp-julia can be
  removed.

Ref: emacs-lsp/lsp-mode#3593
Ref: emacs-lsp/lsp-mode#2722
Ref: gdkrmr/lsp-julia#35
Ref: gdkrmr/lsp-julia#23
Ref: julia-vscode/LanguageServer.jl#844
Close: #6516
Co-authored-by: devmotion <devmotion@users.noreply.github.com>
2022-07-05 01:35:06 +02:00
..
agda refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
beancount refactor(beancount): +beancount/clone-transaction 2022-04-03 20:51:54 +02:00
cc refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
clojure fix(clojure): adjust buffer-local hook, not global 2022-06-17 21:58:54 +02:00
common-lisp bump: :lang 2022-03-31 21:09:38 +02:00
coq bump: :lang 2022-03-31 21:09:38 +02:00
crystal bump: :lang 2022-03-31 21:09:38 +02:00
csharp refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
dart bump: :lang 2022-03-31 21:09:38 +02:00
data bump: :lang 2022-03-31 21:09:38 +02:00
dhall bump: :lang dhall 2022-06-17 18:47:23 +02:00
elixir docs(tree-sitter): add doc checks for langs 2022-06-17 20:08:42 +01:00
elm refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
emacs-lisp fix(emacs-lisp): flycheck false positives in Doom configs 2022-06-22 23:04:00 +02:00
erlang bump: :lang 2022-03-31 21:09:38 +02:00
ess bump: :lang 2022-03-31 21:09:38 +02:00
factor bump: :lang 2022-03-31 21:09:38 +02:00
faust Bump * 2020-08-19 16:18:11 -04:00
fortran feat(fortran): name executable after the file name 2022-05-27 02:59:55 +02:00
fsharp bump: :lang fsharp 2022-06-28 00:04:19 +02:00
fstar bump: :lang 2022-03-31 21:09:38 +02:00
gdscript bump: :lang 2022-03-31 21:09:38 +02:00
go fix(go): exactly match test function name 2022-06-18 17:21:20 +02:00
graphql fix(graphql): truncated pin 2022-06-17 19:37:41 +02:00
haskell bump: :lang 2022-03-31 21:09:38 +02:00
hy bump: :lang 2022-03-31 21:09:38 +02:00
idris bump: :lang 2022-03-31 21:09:38 +02:00
java refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
javascript fix(javascript): guard evil-textobj-tree-sitter setting 2022-06-18 15:01:13 +02:00
json refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
julia bump: :tools lsp 2022-07-05 01:35:06 +02:00
kotlin bump: :lang 2022-03-31 21:09:38 +02:00
latex bump: :lang 2022-03-31 21:09:38 +02:00
lean bump: :lang 2022-03-31 21:09:38 +02:00
ledger bump: :lang 2022-03-31 21:09:38 +02:00
lua bump: :lang 2022-03-31 21:09:38 +02:00
markdown bump: :lang markdown 2022-06-18 16:57:17 +02:00
nim fix(nim): correct :lang nim SHA from last bump 2021-12-18 01:13:02 +01:00
nix feat(nix): add generic completing-read support to +nix/lookup-option 2022-06-18 17:22:47 +02:00
ocaml refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
org fix(org): end-of-file error while parsing +present 2022-06-24 12:25:44 +02:00
php refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
plantuml docs(plantuml): add graphviz/dot doctor 2022-01-27 18:47:07 +01:00
purescript tweak(:lang,:tools): start eglot/lsp-mode later 2022-03-30 17:32:47 +02:00
python fix(python): syntax highlighting in 28.1 2022-06-21 14:32:13 +02:00
qt Add qt module documentation 2021-05-23 11:40:02 +02:00
racket bump: :lang 2022-03-31 21:09:38 +02:00
raku bump: :lang 2022-03-31 21:09:38 +02:00
rest feat(rest): add +jq flag 2022-06-19 14:56:04 +02:00
rst bump: :lang 2022-03-31 21:09:38 +02:00
ruby refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
rust refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
scala refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
scheme tweak(scheme): move repl history file to cache dir 2022-05-27 00:35:37 +02:00
sh refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
sml Bump :lang 2021-02-25 10:46:46 -05:00
solidity bump: :lang 2022-03-31 21:09:38 +02:00
swift refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
terra bump: :lang 2021-09-15 01:22:33 +02:00
web refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
yaml bump: :lang 2022-03-31 21:09:38 +02:00
zig merge: pull request #5401 from jeetelongname/tree-sitter 2022-06-17 22:55:42 +02:00