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

remove the outdated Deduplication section from event-loop-timers-and-nexttick.md #2158

Merged
6 commits merged into from
Apr 4, 2019

Conversation

bughit
Copy link
Contributor

@bughit bughit commented Mar 18, 2019

Deduplication section appears to be describing how things worked prior to nodejs/node#22842, so is no longer correct. The output in 11.12 is

setImmediate 1
process.nextTick a
process.nextTick b
setImmediate 2
process.nextTick a
process.nextTick b

Deduplication section appears to be describing how things worked prior to nodejs/node#22842, so is no longer correct. The output in 11.12 is 

```
setImmediate 1
process.nextTick a
process.nextTick b
setImmediate 2
process.nextTick a
process.nextTick b
```
@Fishrock123
Copy link
Contributor

This change is still pretty new... can we point out that it acts as normal since 11.2 (or whichever version it was), rather than removing it?

@bughit
Copy link
Contributor Author

bughit commented Mar 19, 2019

Ideally guides should be versioned like api docs. Since they are not, I was assuming they apply to the latest version, as it does not seem practical to have the same document cover multiple versions.

AFAICT the Deduplication section was only recently added (b440166) when it was no longer valid for the latest version.

However if you want a more nuanced rewording rather than removal, perhaps the original author (@OmarDarwish) is better suited for that.

@ghost ghost requested review from a team and removed request for a team March 28, 2019 06:07
Maledong added 4 commits April 4, 2019 11:20
fa: update
it: update
ja: update
zh-CN: update
@yous
Copy link
Contributor

yous commented Apr 4, 2019

@nodejs/nodejs-ko I've just pushed to follow changes of event-loop-timers-and-nexttick.md. Please review this.

@marocchino
Copy link
Contributor

@yous LGTM

@ghost ghost merged commit caf442e into nodejs:master Apr 4, 2019
This pull request was closed.
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

Successfully merging this pull request may close these issues.

5 participants