Skip to content
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
@suhdonghwi

Description

@suhdonghwi

Steps to reproduce

  1. Make any kind of error
doi -- << Error here 
  putStrLn "Hello, world!"
  return 1
  1. Fix it
do -- << Error has been fixed
  putStrLn "Hello, world!"
  return 1
  1. Close and reopen the source file, and edit anywhere
do
  putStrLn "Hello, world!"
  return $ 1 + 1 -- << Edited here
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions