haskell / haskell/haskell-language-server
Unload module from GHC session after a source file is renamed/moved/deleted
Đang mở
component: ghcide
type: bug
- Ngôn ngữ chính
- Haskell
- Star
- 3k
- Fork
- 455
- Merge trung bình
- 2 ngày 19 giờ
- Pull request đã merge (30 ngày)
- 11
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.