-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
use already read cpus variable only once and improve code little usi… #10842
Conversation
getting mercurial not installed in the CI. not sure why. I definitely didn't make any changes in that regard. |
Hello could anyone take a look at this please ? |
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.
thanks!
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Hello thanks for approval, made the requested changes, |
To be able to run locally, you can apply the diff from https://github.com/fsevents/fsevents/pull/348/files in you |
All right sure thanks will do that and update soon |
@sktguha I've rolled back the version of fsevents in this repo, so rebasing and running |
@SimenB oh that's great. Thanks let me try it out and run the tests locally and update here |
@sktguha ping 🙂 |
oh hi sorry, forgot. lemme update PR 🙂 |
I am getting the following errors on running |
@SimenB bump 😀 |
Hey! SOrry about the slow response. Linting is passing on CI on master. Did you run If you want to just run tests you can run |
Yesy changes are already pushed. don't have anything else to push 🙂 |
Huh alright. Actually I think it can be merged. there is nothing wrong with the part of the code I have changed. The issues are not related to that part of code. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
…ng Math.max
Summary
This PR improves the code of
getMaxWorkers.ts
a little bit, use already read cpus variable only once and improve code little using Math.maxTest plan
Unfortunately I am getting a typescript issue at the
yarn build
stage,So unable to run tests. Could someone who has the environment set up checkout this branch and run the tests ?
Anyways the code change is really small
Thanks
Saikat Guha
sktguha@gmail.com