Skip to content

Commit

Permalink
Update development status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekeyes authored Feb 19, 2021
1 parent b846b2c commit 8cd57be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ if err := gitdiff.NewApplier(code).ApplyFile(&output, files[0]); err != nil {

## Development Status

Mostly complete, but API changes are possible. Patch parsing and strict
application works and is well-covered by unit tests, but has not been validated
extensively against real-world patches.
Mostly complete. API changes are possible, particularly for patch application,
but I expect the parsing interface and types to remain stable.

Patch parsing and strict application are well-covered by unit tests and the
library is used in a production application that parses and applies thousands of
patches every day, but the space of all possible patches is large, so there are
likely undiscovered bugs.

## Why another git/unified diff parser?

Expand Down

0 comments on commit 8cd57be

Please sign in to comment.