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

Fs stats added in versions #19266

Closed
wants to merge 2 commits into from
Closed

Fs stats added in versions #19266

wants to merge 2 commits into from

Conversation

jvelezpo
Copy link
Contributor

@jvelezpo jvelezpo commented Mar 9, 2018

Almost all fs.Stats entries now have the added in version documented

Fixes:: #19178

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Affected core subsystem(s)
doc

Adds the added in label on the documentation for each one of the
properties of Class: fs.Stats

Fixes:: #19178
Adds more added in label on the documentation for each one of the
properties of Class: fs.Stats

Fixes:: #19178
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Mar 9, 2018
@jvelezpo
Copy link
Contributor Author

jvelezpo commented Mar 9, 2018

Also as a note, the following fs.Stats entries are still missing their added in version

stats.dev
stats.ino
stats.mode
stats.nlink
stats.uid
stats.gid
stats.rdev
stats.blksize
stats.blocks

this entries have such a generic name that with my skills with grep i could not find the versions for them.
So if someone is willing to add the versions to these entries it would be great 👍

Copy link
Member

@edsadr edsadr left a comment

Choose a reason for hiding this comment

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

LGTM

@hiroppy
Copy link
Member

hiroppy commented Mar 15, 2018

@trivikr
Copy link
Member

trivikr commented Mar 25, 2018

trivikr pushed a commit that referenced this pull request Mar 25, 2018
Adds the added in label on the documentation for each one of the
properties of Class: fs.Stats

PR-URL: #19266
Fixes: #19178
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@trivikr
Copy link
Member

trivikr commented Mar 25, 2018

Landed in 1d8909b

@trivikr trivikr closed this Mar 25, 2018
targos pushed a commit that referenced this pull request Mar 27, 2018
Adds the added in label on the documentation for each one of the
properties of Class: fs.Stats

PR-URL: #19266
Fixes: #19178
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@jvelezpo jvelezpo deleted the fs-stats-added-in-versions branch September 6, 2018 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants