Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: allow writing starting at offset beyond file length #71

Merged
merged 1 commit into from Jan 10, 2020

Conversation

achingbrain
Copy link
Collaborator

There was a test for this but it didn't check the contents of the entire file, only starting from the difference between the offset and the file length. Oops.

Fixes #53

There was a test for this but it didn't check the contents of the
entire file, only starting from the difference between the offset
and the file length.  Oops.

Fixes #53
Copy link

@dirkmc dirkmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot append to end of file with CLI
2 participants