-
Notifications
You must be signed in to change notification settings - Fork 984
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
nix: downgrade watchman to 4.9.0 #16406
Conversation
@jakubgs, please have a look |
Jenkins BuildsClick to see older builds (18)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, and appears to work. Nice.
Maybe we could add a README.md
in nix/pkgs/watchman
giving a short explanation of the issue this pinning solves and an example of error.
And you have context in the PR description but not in commit body. |
78d6983
to
8f4f413
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double approved for great justice.
Tested your branch with these settings
A lot of files were open at the same time because i ran This PR does solve the problem I think. |
98e62e9
to
c1026c2
Compare
c1026c2
to
d280836
Compare
watchman was upgraded significantly during the last #14944 (4.9.0 (Aug 16, 2017) to 2023.01.30.00 - 6 years between): status-im/nixpkgs@4e9c02b Probably causing developers to have "too many files open" issue #16341 This PR is an attempt to fix the issue by downgrading the watchman Signed-off-by: Jakub Sokołowski <jakub@status.im>
d280836
to
07d037f
Compare
Notes for future upgrades:
|
fixes #16341
Summary
watchman
was upgraded significantly during the last #14944 (4.9.0
(Aug 16, 2017) to2023.01.30.00
- 6 years between):status-im/nixpkgs@4e9c02b
Probably causing developers to have "too many files open" issue #16341
This PR is an attempt to fix the issue by downgrading the
watchman
Testing notes
"too many files open" issue of
watchman
might be difficult to catch.So let's test, that the downgrade doesn't break the flow rather.
Steps to test
run-clojure/run-metro/run-...
flow shouls continue to work and update the app as beforestatus: wip