Giter Club home page Giter Club logo

Comments (9)

michaelsbradleyjr avatar michaelsbradleyjr commented on July 21, 2024

Turns out the files that watch is tripping over aren't related to emacs' auto save/backup; rather watch is tripping on the symlinks created automatically by emacs for "interlocking".

They show up when you open and start editing a file, and disappear once you save the buffer to disk. They look like this:

$ ls -lad .*
lrwxr-xr-x   1 michael  staff    28 Dec 18 21:05 .#index.js -> [email protected]

I'm hunting for an option to disable the "interlocking" stuff. But I'm wondering if watch could / should support an option such that encountering these kinds of files won't cause it to throw an exception.

from watch.

michaelsbradleyjr avatar michaelsbradleyjr commented on July 21, 2024

Related: http://stackoverflow.com/questions/5738170/why-does-emacs-create-temporary-symbolic-links-for-modified-files

from watch.

max-mapper avatar max-mapper commented on July 21, 2024

if you do a straight up require('fs').watchFile() on the symlink does it still blow up?

from watch.

michaelsbradleyjr avatar michaelsbradleyjr commented on July 21, 2024

@maxogden no, it does not.

from watch.

michaelsbradleyjr avatar michaelsbradleyjr commented on July 21, 2024

To be more specific, sorry I was not earlier, the error is thrown in the context of my using watch.createMonitor... in a directory where emacs has created one of these interlocking-symlink files.

from watch.

michaelsbradleyjr avatar michaelsbradleyjr commented on July 21, 2024

Attempted a fix in the walk function in main.js:

https://github.com/michaelsbradleyjr/watch/blob/check-ENOENT/main.js#L21

Seems to be working.

from watch.

mikeal avatar mikeal commented on July 21, 2024

can i get a pull request?

from watch.

michaelsbradleyjr avatar michaelsbradleyjr commented on July 21, 2024

Pull request sent: #26

from watch.

mikeal avatar mikeal commented on July 21, 2024

merged fix, looks good.

from watch.

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.