File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments