Skip to content

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