Skip to content

Conversation

@CodingCellist
Copy link

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.

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 to `IWrite` seems to fix the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant