-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
fix crash of wds when trying to follow emacs lock files by ignoring them #10706
base: main
Are you sure you want to change the base?
Conversation
Hi @zalox! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Anyone know why Azure barfed all over this? If it was a coincidential but, would those messages be cleared by @zalox pushing a trivial whitespace change? |
Hello, I just rebased my branch top of the current master. |
The tests were bad. They assumed that the |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
@zalox , as far as you know, is this patch still necessary? If you merge main, do the tests still pass? |
I think this is where monorepos and monoliths fail. If there is a problem and nobody exposes a way to configure it then people need to go through hoops to fix it. If that's even possible at all. This repo has 1.2K of open issues. There is no way this is ever going to merged. Let's keep bumping it if it's the only way to provide any signalling. |
|
After a bit of investigation I figured out that the issue was fixed upstream. Would it be productive to merge this anyways for the users running an old version of chokidar, to somehow pick this up as a minor update for this package? (Not completely sure how packages are resolved with npm/yarn) |
Hi,
The Webpack development server crashes when it tries to follow emacs lock files.
See #9056 for a more detailed description of the issue.
The default ignore options from watchpack (chokidar?) was changed at some point. This restores previous behavior of this package.