haskell / haskell/haskell-language-server
Unload module from GHC session after a source file is renamed/moved/deleted
オープン
component: ghcide
type: bug
- 主要言語
- Haskell
- スター
- 3k
- フォーク
- 455
- 平均マージ
- 2日 19時間
- マージ済み PR(30日)
- 11
説明
Steps to repro:
1. Create a project with two modules:
```
module Numeric where
-- shadows the Numeric module in base
```
```
module A where
import Numeric (showInt) -- error: Numeric doesn't export showInt
```
2. Delete the `Numeric` module
3. `A` still refuses to typecheck as it doesn't see the real `Numeric` module
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。