David Sheldrick
David Sheldrick
Cool idea! This sounds like a separate project that anyone could implement. I'll leave this issue open for a while to foster discussion, but I don't have the inclination to...
yep @orta that's part of the reason I ended up abandoning the opposite idea (i.e. turning a patch file into a PR automatically)
Cool feature request! I'd love to have this as an option for power users. I'm happy to provide guidance if you're interested in working on this. Probably won't get around...
I think that's the trivial part and it makes sense to prototype the patch generation/updating first, since design decisions there might affect how the patch application works.
Hah, sorry, I was in work mode. I forgot that people also code for fun :-) If you want to build the patch application first, go for it. Often doing...
Not sure whether I want to support this feature or not. On the one hand, it makes it easier to group and understand related changes. On the other hand, it's...
Yeah that would work for creating patch files! But what if you want to go back and make changes to a previous patch file?
That assumes the patch files don't modify contiguous or overlapping areas of code. Otherwise the patch-application process would break.
Thanks for all your input! 👍 > Maybe instead of deleting the previous patch, you can just create a new patch that fixes the thing you want on top of...
Hi, sorry for the delay in getting back to you. Any chance you could attach the patch file that caused this failure? Thanks 🙏