Skip to content

doc: Updated streams simplified constructor API - #3602

Closed
tomgco wants to merge 1 commit into
nodejs:masterfrom
tomgco:streams-docs
Closed

doc: Updated streams simplified constructor API#3602
tomgco wants to merge 1 commit into
nodejs:masterfrom
tomgco:streams-docs

Conversation

@tomgco

Copy link
Copy Markdown
Contributor

The examples for implementing the simplified constructor API was missing some details on its correct usages.

I have updated them to reflect this.

@Fishrock123Fishrock123 added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels Oct 30, 2015
Comment threaddoc/api/stream.markdown Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean an error can be optionally passed?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that would sound more concise, will update.

@tomgco

Copy link
Copy Markdown
ContributorAuthor

@trevnorris I have addressed your comments and updated the PR

@trevnorris

Copy link
Copy Markdown
Contributor

Thanks much.

Anyone from @nodejs/documentation or such mind weighing in?

@chrisdickinson

Copy link
Copy Markdown
Contributor

LGTM!

On Nov 6, 2015, at 7:46 AM, Trevor Norris notifications@github.com wrote:

Thanks much.

Anyone from @nodejs/documentation or such mind weighing in?


Reply to this email directly or view it on GitHub.

@jasnell

Copy link
Copy Markdown
Member

LGTM. There are some merge conflicts due to the doc being restructured. I'll fix those up on landing tho.

jasnell pushed a commit that referenced this pull request Nov 13, 2015
The examples for implementing the simplified constructor API
was missing some details on its correct usages.
PR-URL: #3602
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
@jasnell

Copy link
Copy Markdown
Member

Landed in 4270e7f

@jasnelljasnell closed this Nov 13, 2015
MylesBorins pushed a commit that referenced this pull request Nov 16, 2015
The examples for implementing the simplified constructor API
was missing some details on its correct usages.
PR-URL: #3602
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in v4.x-staging as bb20abb

Fishrock123 pushed a commit that referenced this pull request Nov 17, 2015
The examples for implementing the simplified constructor API
was missing some details on its correct usages.
PR-URL: #3602
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
rvagg pushed a commit that referenced this pull request Dec 4, 2015
The examples for implementing the simplified constructor API
was missing some details on its correct usages.
PR-URL: #3602
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
@jasnelljasnell mentioned this pull request Dec 17, 2015
jasnell pushed a commit that referenced this pull request Dec 17, 2015
The examples for implementing the simplified constructor API
was missing some details on its correct usages.
PR-URL: #3602
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
jasnell pushed a commit that referenced this pull request Dec 23, 2015
The examples for implementing the simplified constructor API
was missing some details on its correct usages.
PR-URL: #3602
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@tomgco@trevnorris@chrisdickinson@jasnell@MylesBorins@Fishrock123