-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCaml-LSP hangs for some on-hover queries in Irmin's codebase #1192
Milestone
Comments
It looks like it is actually the Running merlin directly also hangs:
|
voodoos
added a commit
to voodoos/merlin
that referenced
this issue
Sep 26, 2023
voodoos
added a commit
to ocaml/merlin
that referenced
this issue
Sep 26, 2023
from voodoos/fix-scrape-aliases
voodoos
added a commit
to voodoos/merlin
that referenced
this issue
Sep 26, 2023
…caml#1686) from voodoos/fix-scrape-aliases
voodoos
added a commit
to voodoos/merlin
that referenced
this issue
Sep 26, 2023
…caml#1686) from voodoos/fix-scrape-aliases
voodoos
added a commit
to ocaml/merlin
that referenced
this issue
Sep 26, 2023
…1686) from voodoos/fix-scrape-aliases
voodoos
added a commit
to ocaml/merlin
that referenced
this issue
Sep 26, 2023
…1686) from voodoos/fix-scrape-aliases
voodoos
added a commit
to voodoos/opam-repository
that referenced
this issue
Sep 26, 2023
CHANGES: Tue Sep 26 17:45:42 CEST 2023 + merlin binary - Fix issue with let operators and tuples (ocaml/merlin#1684, fixes ocaml/merlin#1683, fixes ocaml/ocaml-lsp#1182) - Fix an issue causing Merlin locate queries to hang (ocaml/merlin#1686, fixes ocaml/ocaml-lsp#1192)
voodoos
added a commit
to voodoos/opam-repository
that referenced
this issue
Sep 26, 2023
CHANGES: Tue Sep 26 17:45:42 CEST 2023 + merlin binary - Fix issue with let operators and tuples (ocaml/merlin#1684, fixes ocaml/merlin#1683, fixes ocaml/ocaml-lsp#1182) - Fix an issue causing Merlin locate queries to hang (ocaml/merlin#1686, fixes ocaml/ocaml-lsp#1192)
voodoos
added a commit
to voodoos/opam-repository
that referenced
this issue
Sep 26, 2023
CHANGES: Tue Sep 26 17:45:42 CEST 2023 + merlin binary - Fix issue with let operators and tuples (ocaml/merlin#1684, fixes ocaml/merlin#1683, fixes ocaml/ocaml-lsp#1182) - Fix an issue causing Merlin locate queries to hang (ocaml/merlin#1686, fixes ocaml/ocaml-lsp#1192)
voodoos
added a commit
to voodoos/opam-repository
that referenced
this issue
Sep 26, 2023
CHANGES: Tue Sep 26 17:45:42 CEST 2023 + merlin binary - Fix issue with let operators and tuples (ocaml/merlin#1684, fixes ocaml/merlin#1683, fixes ocaml/ocaml-lsp#1182) - Fix an issue causing Merlin locate queries to hang (ocaml/merlin#1686, fixes ocaml/ocaml-lsp#1192)
voodoos
added a commit
to voodoos/merlin
that referenced
this issue
Nov 15, 2023
nberth
pushed a commit
to nberth/opam-repository
that referenced
this issue
Jun 18, 2024
CHANGES: Tue Sep 26 17:45:42 CEST 2023 + merlin binary - Fix issue with let operators and tuples (ocaml/merlin#1684, fixes ocaml/merlin#1683, fixes ocaml/ocaml-lsp#1182) - Fix an issue causing Merlin locate queries to hang (ocaml/merlin#1686, fixes ocaml/ocaml-lsp#1192)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Irmin, hovering at position
43:40
in fileirmin_pack_mem.ml
causesocaml-lsp
to hang at 100% cpu.Cancellation is not working and the process must be manually killed.
Merlin does answer fast (with
index 0
, see #1191):The text was updated successfully, but these errors were encountered: