Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 5433080: code review 5433080: exp/ssh: add Std{in,out,err}Pipe methods to Session (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by dave
Modified:
13 years, 8 months ago
Reviewers:
CC:
gpaul, cw, agl1, rsc, niemeyer, golang-dev
Visibility:
Public.

Description

exp/ssh: add Std{in,out,err}Pipe methods to Session

Patch Set 1 #

Patch Set 2 : diff -r 9597efd7331a https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 3 : diff -r a58f39a0aeb4 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r a58f39a0aeb4 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r a58f39a0aeb4 https://go.googlecode.com/hg/ #

Total comments: 18

Patch Set 6 : diff -r 3c286b9b2206 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 3c286b9b2206 https://go.googlecode.com/hg/ #

Total comments: 10

Patch Set 8 : diff -r 3c286b9b2206 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 9 : diff -r c93109f5d3ca https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -12 lines) Patch
M src/pkg/exp/ssh/session.go View 1 2 3 4 5 6 7 8 6 chunks +75 lines, -12 lines 0 comments Download
A src/pkg/exp/ssh/session_test.go View 1 2 3 4 5 6 7 1 chunk +149 lines, -0 lines 0 comments Download

Messages

Total messages: 16
cw
so far so good http://codereview.appspot.com/5433080/diff/2001/src/pkg/exp/ssh/session.go File src/pkg/exp/ssh/session.go (right): http://codereview.appspot.com/5433080/diff/2001/src/pkg/exp/ssh/session.go#newcode298 src/pkg/exp/ssh/session.go:298: return nil, errors.New("ssh: Stdin already ...
13 years, 8 months ago (2011-11-28 17:24:32 UTC) #1
gpaul
LGTM. I look forward to using this. I've been setting session.std{out/err} to buffers and calling ...
13 years, 8 months ago (2011-11-29 06:32:02 UTC) #2
gpaul
On 2011/11/29 06:32:02, gpaul wrote: > LGTM. I look forward to using this. I've been ...
13 years, 8 months ago (2011-11-29 06:56:47 UTC) #3
dave_cheney.net
Hello gustav.paul@gmail.com, cw@f00f.org, agl@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to ...
13 years, 8 months ago (2011-11-29 10:52:56 UTC) #4
niemeyer
Nice change.. we'll definitely make some good use of this in the near future. Some ...
13 years, 8 months ago (2011-11-29 12:13:01 UTC) #5
dave_cheney.net
Hello gustav.paul@gmail.com, cw@f00f.org, agl@golang.org, rsc@golang.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-11-30 10:32:58 UTC) #6
dave_cheney.net
Thanks for your comments Gustavo. I will continue to flesh out the Std...Pipe tests. I ...
13 years, 8 months ago (2011-11-30 10:34:32 UTC) #7
niemeyer
LGTM, with only a few minors. Btw, is Output and CombinedOutput in your upcoming plans? ...
13 years, 8 months ago (2011-11-30 14:18:38 UTC) #8
rsc
This is kind of odd. The reason we reversed the API was so that the ...
13 years, 8 months ago (2011-11-30 20:25:52 UTC) #9
dave_cheney.net
Thanks for your comments Gustavo. I hadn't intended to add Output and CombinedOutput, but it ...
13 years, 8 months ago (2011-11-30 20:52:03 UTC) #10
dave_cheney.net
On 2011/11/30 20:25:52, rsc wrote: > This is kind of odd. The reason we reversed ...
13 years, 8 months ago (2011-11-30 21:07:08 UTC) #11
dave_cheney.net
Hello gustav.paul@gmail.com, cw@f00f.org, agl@golang.org, rsc@golang.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-11-30 21:14:10 UTC) #12
rsc
LGTM. Leaving for Gustavo.
13 years, 8 months ago (2011-11-30 21:25:08 UTC) #13
niemeyer
LGTM Please just fix this comment and I'll submit: http://codereview.appspot.com/5433080/diff/7005/src/pkg/exp/ssh/session.go File src/pkg/exp/ssh/session.go (right): http://codereview.appspot.com/5433080/diff/7005/src/pkg/exp/ssh/session.go#newcode57 src/pkg/exp/ssh/session.go:57: ...
13 years, 8 months ago (2011-12-01 10:21:06 UTC) #14
dave_cheney.net
Hello gustav.paul@gmail.com, cw@f00f.org, agl@golang.org, rsc@golang.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-12-01 10:23:42 UTC) #15
niemeyer
13 years, 8 months ago (2011-12-01 10:30:24 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=16f9f293a550 ***

exp/ssh: add Std{in,out,err}Pipe methods to Session

R=gustav.paul, cw, agl, rsc, n13m3y3r
CC=golang-dev
http://codereview.appspot.com/5433080

Committer: Gustavo Niemeyer <gustavo@niemeyer.net>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b