Hi, thank you for such an awesome crate! I've been working on my own fork of diffy with a lot of additions required to replace git in patch application during package build for rattler-build and was thinking about integrating some of them back.
There are several things that I did:
- Dirty hacks to fix parsing for different patch files.
- Parsing of multiple patches (in your terminology) in one file.
- @wolfv added support for fuzzy matching.
- Tests of some patches from conda-forge.
- Hunk parsing strategies.
There are some more things incoming, but list above is what we have right now. Which one you would like me to integrate back?
Hi, thank you for such an awesome crate! I've been working on my own fork of
diffywith a lot of additions required to replacegitin patch application during package build forrattler-buildand was thinking about integrating some of them back.There are several things that I did:
There are some more things incoming, but list above is what we have right now. Which one you would like me to integrate back?