haskell / haskell/haskell-language-server

Unload module from GHC session after a source file is renamed/moved/deleted

Aperta
#792 4 commenti 4 reazioni 0 assegnatari Vedi su GitHub
component: ghcide type: bug
Lingua principale
Haskell
Stelle
3k
Fork
455
Merge medio
2g 19h
PR unite (30g)
11

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.