Skip to content

Commit 8cd57be

Browse files
authored
Update development status in README
1 parent b846b2c commit 8cd57be

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ if err := gitdiff.NewApplier(code).ApplyFile(&output, files[0]); err != nil {
3636

3737
## Development Status
3838

39-
Mostly complete, but API changes are possible. Patch parsing and strict
40-
application works and is well-covered by unit tests, but has not been validated
41-
extensively against real-world patches.
39+
Mostly complete. API changes are possible, particularly for patch application,
40+
but I expect the parsing interface and types to remain stable.
41+
42+
Patch parsing and strict application are well-covered by unit tests and the
43+
library is used in a production application that parses and applies thousands of
44+
patches every day, but the space of all possible patches is large, so there are
45+
likely undiscovered bugs.
4246

4347
## Why another git/unified diff parser?
4448

0 commit comments

Comments
 (0)