| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
what is the true argument for?
Sorry, something went wrong.
There was a problem hiding this comment.
whoops, was from a previous API version
Sorry, something went wrong.
|
@apapirovski @zhangzifa Any thoughts? |
Sorry, something went wrong.
There was a problem hiding this comment.
I would personally prefer if we went with camel case for the symbols, to match the vast majority of new usage, but the rest of this SGTM. 👍
Sorry, something went wrong.
|
Updated, new CI: https://ci.nodejs.org/job/node-test-pull-request/12755/ @apapirovski better now? |
Sorry, something went wrong.
Just cleanup so the file makes more future sense. PR-URL: nodejs#18065 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Hidden via a symbol because I'm unsure exactly what the API should look like in the end. Removes the need to use _unrefActive for efficiently refreshing timeouts. It still uses it under the hood but that could be replaced with insert() directly if it were in the same file. PR-URL: nodejs#18065 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Just cleanup so the file makes more future sense. PR-URL: #18065 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Hidden via a symbol because I'm unsure exactly what the API should look like in the end. Removes the need to use _unrefActive for efficiently refreshing timeouts. It still uses it under the hood but that could be replaced with insert() directly if it were in the same file. PR-URL: #18065 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
|
Thanks, landed in a5a8118...bb5575a |
Sorry, something went wrong.
|
This does not land cleanly on v9.x, should we backport? |
Sorry, something went wrong.
Just cleanup so the file makes more future sense. PR-URL: nodejs#18065 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Hidden via a symbol because I'm unsure exactly what the API should look like in the end. Removes the need to use _unrefActive for efficiently refreshing timeouts. It still uses it under the hood but that could be replaced with insert() directly if it were in the same file. PR-URL: nodejs#18065 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
|
@Fishrock123 should this be backported to v8.x? it doesn't land cleanly as we moved lib/timers.js --> lib/internal/timers.js |
Sorry, something went wrong.
|
@codebytere It’d be nice to backport — do you know if it depends on other commits of mine, or only the large timers refactor? I’ll try to get a backport PR up soon... |
Sorry, something went wrong.
|
@Fishrock123 my cursory inspection tells me the two timers commits need to be backported in concert but beyond that i think you're good! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hidden via a symbol because I'm unsure exactly what the API should look like in the end.
Removes the need to use _unrefActive() for efficiently refreshing timeouts. It still uses it under the hood but that could be replaced with insert() directly if it were in the same file.
Checklist
Affected core subsystem(s)
timers