haskell / haskell/haskell-language-server

Codelens eval should not interact with IO

未關閉
#461 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
component: hls-eval-plugin type: enhancement
主要語言
Haskell
星號
3k
分支
455
平均合併
2 天 19 小時
30 天內合併 PR
11

描述

### Subject of the issue
`-- >>> getChar` actually returns a value. It seems to be reading the characters from the link between the server and editor. However it does not seem to cause any crashes or ruin the link, on my editor at least. `putStr` etc. might also possibly be doing something unexpected although it does not seem to produce any noticeable effects on the editor.

### Your environment
`neovim 4.4`, `coc.nvim`.

The codelens eval should perhaps perform some pre-processing and get rid of any IO first, just to be safe.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。