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

Add newline to end of ipfs object put text output. #2000

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

nham
Copy link

@nham nham commented Nov 23, 2015

License: MIT
Signed-off-by: Nick Hamann nick@wabbo.org

@jbenet jbenet added the backlog label Nov 23, 2015
@whyrusleeping
Copy link
Member

you'll also need to update the relevant sharness tests, t0051-object.sh i think

@rht
Copy link
Contributor

rht commented Nov 24, 2015

  • this class of bug can be wiped out entirely from core/commands. If you grep for strings.NewReader, there are several more still (e.g. ipfs id).

@GitCop
Copy link

GitCop commented Nov 29, 2015

There were the following issues with your Pull Request

  • Commit: 8a61b53
    • Invalid signoff. Commit message must end with
      License: MIT
      Signed-off-by: .* <.*>

Guidelines and a script are available to help. Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

@nham nham force-pushed the object_put_newline branch 3 times, most recently from b103ea8 to 1a565b0 Compare November 29, 2015 17:41
Commands affected:

 - ipfs object put
 - ipfs tar add
 - ipfs resolve
 - ipfs name resolve

License: MIT
Signed-off-by: Nick Hamann <nick@wabbo.org>
@nham
Copy link
Author

nham commented Nov 29, 2015

Per @rht's suggestion I've added newlines to the output for a few more commands: ipfs resolve, ipfs name resolve, and ipfs tar add. I believe I've fixed all the tests. Not sure what the test failure is about, seems unrelated to my changes.

@rht
Copy link
Contributor

rht commented Dec 1, 2015

@nham there are still ipfs dns, ipfs id left yet to be fixed.

@jbenet
Copy link
Member

jbenet commented Dec 2, 2015

LGTM thanks @nham -- we can do dns and id as separate PR.

jbenet added a commit that referenced this pull request Dec 2, 2015
Add newline to end of `ipfs object put` text output.
@jbenet jbenet merged commit 1c53aea into ipfs:master Dec 2, 2015
@jbenet jbenet removed the backlog label Dec 2, 2015
@jbenet jbenet mentioned this pull request Dec 7, 2015
14 tasks
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.

None yet

5 participants