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

Issue 9738053: code review 9738053: go.crypto/ssh: add a error return to decode(), and avoi... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by hanwen-google
Modified:
10 years, 11 months ago
Reviewers:
kardia
CC:
dave_cheney.net, kardia, agl1, gobot, golang-dev
Visibility:
Public.

Description

go.crypto/ssh: add a error return to decode(), and avoid casting decode() output.

Patch Set 1 #

Patch Set 2 : diff -r 273987d8ccbc https://code.google.com/p/go.crypto #

Patch Set 3 : diff -r 273987d8ccbc https://code.google.com/p/go.crypto #

Total comments: 7

Patch Set 4 : diff -r 273987d8ccbc https://code.google.com/p/go.crypto #

Patch Set 5 : diff -r 273987d8ccbc https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -13 lines) Patch
M ssh/client.go View 1 2 3 4 1 chunk +9 lines, -2 lines 0 comments Download
M ssh/client_auth.go View 1 2 chunks +8 lines, -2 lines 0 comments Download
M ssh/messages.go View 1 2 chunks +5 lines, -5 lines 0 comments Download
M ssh/server.go View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 9
hanwen-google
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
10 years, 11 months ago (2013-05-31 22:22:42 UTC) #1
gobot
R=dfc (assigned by dfc)
10 years, 11 months ago (2013-06-01 02:07:00 UTC) #2
dave_cheney.net
Thank you for this proposal. I'd like to hear from a few other folks about ...
10 years, 11 months ago (2013-06-01 05:39:52 UTC) #3
kardia
I like making error value out of band. LGTM after comments addressed. https://codereview.appspot.com/9738053/diff/3001/ssh/client.go File ssh/client.go ...
10 years, 11 months ago (2013-06-01 06:13:58 UTC) #4
hanwen-google
PTAL https://codereview.appspot.com/9738053/diff/3001/ssh/client.go File ssh/client.go (right): https://codereview.appspot.com/9738053/diff/3001/ssh/client.go#newcode253 ssh/client.go:253: if err != nil { On 2013/06/01 06:13:58, ...
10 years, 11 months ago (2013-06-01 10:52:31 UTC) #5
kardia
LGTM for error handling. Agree that errors should not print to Stdout and that it ...
10 years, 11 months ago (2013-06-01 21:21:52 UTC) #6
hanwen-google
Thanks, do I need to do anything to get the patch in?
10 years, 11 months ago (2013-06-06 13:34:18 UTC) #7
agl1
*** Submitted as https://code.google.com/p/go/source/detail?r=b5f1a3f28dce&repo=crypto *** go.crypto/ssh: add a error return to decode(), and avoid casting ...
10 years, 11 months ago (2013-06-06 14:24:47 UTC) #8
hanwen-google
10 years, 11 months ago (2013-06-06 15:42:54 UTC) #9
*** Abandoned ***
Sign in to reply to this message.

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