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

doc: Clarify fs.symlink() usage #29700

Closed
wants to merge 1 commit into from

Conversation

Granjow
Copy link
Contributor

@Granjow Granjow commented Sep 25, 2019

Clarify the fs.symlink() parameters and state that relative paths are not resolved by Node.js.

Checklist

@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 Sep 25, 2019
doc/api/fs.md Outdated Show resolved Hide resolved
doc/STYLE_GUIDE.md Outdated Show resolved Hide resolved
doc/api/fs.md Outdated Show resolved Hide resolved
@Trott
Copy link
Member

Trott commented Sep 26, 2019

@nodejs/fs

@Trott
Copy link
Member

Trott commented Sep 26, 2019

Welcome, @Granjow! And thanks for the pull request!

doc/api/fs.md Outdated
```

It creates a symbolic link named "new-port" that points to "foo".
creates a symbolic link `mewtwo` in the `example` which points to `mew` in the
Copy link
Member

Choose a reason for hiding this comment

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

Sentence fragment?

Copy link
Member

Choose a reason for hiding this comment

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

Or maybe the first word just needs an initial capital letter?

Copy link
Member

Choose a reason for hiding this comment

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

Oooohhh! I see what you're trying to do here. Don't use the code snippet as the subject to your sentence.

Suggested change
creates a symbolic link `mewtwo` in the `example` which points to `mew` in the
The above example creates a symbolic link `mewtwo` in the `example` which points to `mew` in the

(You'll need to re-wrap at 80 chars if you accept this suggestion.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds better indeed, changed it, thanks for the suggestion!

@Trott
Copy link
Member

Trott commented Sep 27, 2019

@Granjow
Copy link
Contributor Author

Granjow commented Sep 28, 2019

Commit message fixed as well … :)

@Trott
Copy link
Member

Trott commented Sep 28, 2019

@Granjow
Copy link
Contributor Author

Granjow commented Sep 30, 2019

@Trott CI is failing for an unrelated reason. Is it still possible to get this PR merged?

@Trott
Copy link
Member

Trott commented Sep 30, 2019

@Trott CI is failing for an unrelated reason. Is it still possible to get this PR merged?

Jenkins CI passed and that's the one that counts. Travis CI is advisory only. So yes, this can land.

@Trott
Copy link
Member

Trott commented Sep 30, 2019

Landed in 2487f39

@Trott Trott closed this Sep 30, 2019
@Trott
Copy link
Member

Trott commented Sep 30, 2019

Thanks for the contribution! 🎉

Trott pushed a commit to Trott/io.js that referenced this pull request Sep 30, 2019
PR-URL: nodejs#29700
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@Granjow
Copy link
Contributor Author

Granjow commented Sep 30, 2019

Cool, thank you! =)

targos pushed a commit that referenced this pull request Oct 1, 2019
PR-URL: #29700
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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.

5 participants