-
Notifications
You must be signed in to change notification settings - Fork 15
Description
As discussed on slack.
I'm working on a package where JETLS has recently started getting stuck during the signature analysis phase, at the point shown in this screenshot:
It will hang here more or less forever; there seems to be a timeout after an hour or two, but it keeps spinning for at least several tens of minutes. The JETLS process maintains a steady CPU consumption during this time even if I leave the editor completely alone---macOS Activity Monitor reports about 120 % CPU on a 14-core M4 Pro---so I don't think it's just the UI that's stuck.
I've shared the package repo privately with @aviatesk. It will go public one day, but not today. To reproduce, just open a source file, e.g., src/algorithms.jl, and watch JETLS spin up but never finish the signature analysis.
I'm using neovim 0.11.5 and JETLS 2026-01-17, set up as per the docs (https://aviatesk.github.io/JETLS.jl/release/#Neovim), without any additional JETLS config.