Giter Site home page Giter Site logo

Comments (11)

dmos62 avatar dmos62 commented on May 4, 2024 1

from patch-package.

dmos62 avatar dmos62 commented on May 4, 2024

Instead of working around host platform's peculiarities, would it make sense to replace git with a js implementation of diff-patch?

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

Maybe. I looked into it a couple of weeks ago when fixing some windows support issue. It seemed like overkill for that but in the long run might be worth it. But then again it would need a lot more code to be written and tested, whereas fixing forward/back slash usage is not much code, just a bit fiddly.

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

Oh, and thanks for the report, I'm looking into it now :)

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

That's awesome! Really clean implementation. Using hashes is a cool idea. patch-package does dry runs to detect whether the patch was already applied, which is likely a bit more expensive.

from patch-package.

dmos62 avatar dmos62 commented on May 4, 2024

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

Is it that the underlying patch
implementation can tell that the patch was already applied?

Kinda. If the dry run fails, then it does a "reverse" patch dry run, which is like assuming the patch was already applied and trying to unapply the patch. If that "reverse" patch is successful, then it means the patch was already applied. This is more complicated and slower than hashing, but also allows the contents of the file to change in independent unaffected areas, e.g. if the package is updated but the patch is still needed.

from patch-package.

dmos62 avatar dmos62 commented on May 4, 2024

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

Apologies for the delay. I had a chance to look into this today. Couldn't reproduce the issue on Windows Server 2016 with latest Cygwin, but have tried enforcing use of unix-style paths everywhere and it seems to be OK. Will test some more tomorrow and publish a new version if all goes well.

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

Testing went well. v3.4.6 might fix this. Let me know if you try it out.

from patch-package.

ds300 avatar ds300 commented on May 4, 2024

Haven't been able to reproduce this issue, and have changed all paths to be unix-style, so I'm closing this due to inactivity. Feel free to reopen it if you find you're still encountering the issue.

from patch-package.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.