Skip to content

docs: clarify which methods return ShellStrings #934

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

Merged
merged 1 commit into from
Mar 6, 2019

Conversation

nfischer
Copy link
Member

@nfischer nfischer commented Mar 4, 2019

No change to logic, only docs.

In v0.7.0, we introduced ShellStrings and changed most methods to return
them. Docs weren't appropriately updated, so this PR cross-links these
methods to the ShellString docs.

This also expands on the ShellString docs themselves, since there was
room to make this clearer.

Fixes #933

@nfischer nfischer force-pushed the docs-link-shellstring branch from 02118e6 to 7a34a9d Compare March 4, 2019 07:15
@nfischer nfischer added the docs label Mar 4, 2019
@nfischer nfischer force-pushed the docs-link-shellstring branch 2 times, most recently from 283a9d4 to 96416f1 Compare March 4, 2019 07:21
No change to logic, only docs.

In v0.7.0, we introduced ShellStrings and changed most methods to return
them. Docs weren't appropriately updated, so this PR cross-links these
methods to the ShellString docs.

This also expands on the ShellString docs themselves, since there was
room to make this clearer.

Fixes #933
@nfischer nfischer force-pushed the docs-link-shellstring branch from 96416f1 to 025290e Compare March 4, 2019 07:44
@codecov-io
Copy link

codecov-io commented Mar 4, 2019

Codecov Report

Merging #934 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #934   +/-   ##
=======================================
  Coverage   97.28%   97.28%           
=======================================
  Files          34       34           
  Lines        1290     1290           
=======================================
  Hits         1255     1255           
  Misses         35       35
Impacted Files Coverage Δ
src/touch.js 100% <ø> (ø) ⬆️
src/which.js 95% <ø> (ø) ⬆️
src/common.js 98.46% <ø> (ø) ⬆️
src/mkdir.js 100% <ø> (ø) ⬆️
src/tail.js 97.22% <ø> (ø) ⬆️
src/find.js 100% <ø> (ø) ⬆️
src/sed.js 100% <ø> (ø) ⬆️
src/exec.js 97.1% <ø> (ø) ⬆️
src/sort.js 96.96% <ø> (ø) ⬆️
src/cat.js 100% <ø> (ø) ⬆️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a877512...025290e. Read the comment docs.

@nfischer nfischer merged commit 9237f66 into master Mar 6, 2019
@nfischer nfischer deleted the docs-link-shellstring branch March 6, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants