Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chokidar won't glob symlinks while gaze did #27

Closed
thetrevdev opened this issue Sep 6, 2016 · 3 comments
Closed

chokidar won't glob symlinks while gaze did #27

thetrevdev opened this issue Sep 6, 2016 · 3 comments

Comments

@thetrevdev
Copy link

Thought it would be worthwhile pointing out that chokidar won't glob symlinks while gaze did.

paulmillr/chokidar#419
paulmillr/chokidar#530

If I have the paths:

origin
symlink-to-origin -> ./origin

I can watch ./symlink-to-origin/* but I can't watch ./symlink-*/*

@phated
Copy link
Member

phated commented Sep 6, 2016

As you linked, it's a chokidar problem. Please bring it up with them.

@phated phated closed this as completed Sep 6, 2016
@thetrevdev
Copy link
Author

As you can see in the links above this has been an open issue for 9 months in chokidar.
I thought it was valuable to point out that by changing the libraries you depend on you have broken some use cases that worked previously.
Apparently you don't think that is valuable to draw attention to.

@phated
Copy link
Member

phated commented Sep 7, 2016

That's the reason for a semver major release. Things get changed, possibly removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants