This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Reopening a buffer causes errors that have already been fixed #1629
Open
Description
Steps to reproduce
- Make any kind of error
doi -- << Error here
putStrLn "Hello, world!"
return 1
- Fix it
do -- << Error has been fixed
putStrLn "Hello, world!"
return 1
- Close and reopen the source file, and edit anywhere
do
putStrLn "Hello, world!"
return $ 1 + 1 -- << Edited here
- Error which occured in Step 1 occurs again at the same location
do -- << Error here!
putStrLn "Hello, world!"
return $ 1 + 1
This is my output of hie-wrapper --version
:
Version 1.0.0.0, Git revision 4bec07d79cf77c8ee855957d20e315a89f799d75 (3745 commits) x86_64 ghc-8.6.5