idris2-vim icon indicating copy to clipboard operation
idris2-vim copied to clipboard

Fix bug in IWrite causing Idris to not see changes.

Open CodingCellist opened this issue 4 years ago • 0 comments

IWrite somehow persisently updates the file without requiring a write afterwards. This can lead to unexpected behaviour where Idris fails to recognise that a file has updated and checks the old .ttc version instead of the file containing the change, e.g. a case-split. Adding an explicit write at the end of IWrite seems to fix the problem.

CodingCellist avatar May 07 '21 12:05 CodingCellist