retrie plugin can generate massive argument lists #407
Labels
component: hls-retrie-plugin
performance
Issues about memory consumption, responsiveness, etc.
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
While trying to play with the new case split plugin, I introduced the function
(the second line went through various iterations) at line 2093.
It initially produced .
After editing it a bit (and breaking it), the emacs session became unresponsive. And it seemed the
retrie
plugin was sending code actions with very long argument lists. https://gist.github.com/alanz/c7b110fa6783a09085d4e8537ed0e2e1#file-really-long-codeaction-response-L38Your environment
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
Which lsp-client do you use
Describe your project (alternative: link to the project)
https://github.com/ghc/ghc/blob/wip/az/exactprint
I was not able to reproduce the problem.
The text was updated successfully, but these errors were encountered: