-
-
Notifications
You must be signed in to change notification settings - Fork 391
Data.Text.Internal.Fusion.Common.index: Index too large #2602
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
Comments
I've just seen this issue: #2149 which is reporting the same error 😟 |
Ah, I knew I've seen this before! Unfortunately, no solution yet. |
Just ran into this. Can't tell when the error fired (wasn't paying attention). I've been working on |
haskell-language-server/ghcide/src/Development/IDE/Plugin/Completions/Logic.hs Lines 733 to 736 in ffd0f34
This is wrong, should be backtickIndex >= T.length line .
|
(I'll appreciate if someone else raises a PR) |
Raised #2629 |
Uh oh!
There was an error while loading. Please reload this page.
Your environment
Which OS do you use: Ubuntu
Which LSP client (editor/plugin) do you use: VSCode
Describe your project (alternative: link to the project):
bios project with custom
hie.yaml
. I do not believe the project itself is important, but it does use TH.Noticeably, this HLS version is installed via nix, is based on the hackage release 1.5.1, and applies the patch #2359.
Steps to reproduce
Open HLS and perform some arbitrary editing of files.
Expected behaviour
HLS should be happy and report diagnostics.
Actual behaviour
Stops responding and shows no diagnostics any more. Logs contain:
Include debug information
Since HLS has been installed via nix, I am not sure at the moment, whether an outdated dependency might cause the issue.
The error was thrown while all non-essential plugins were disabled via the VSCode settings.
The text was updated successfully, but these errors were encountered: