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

Issue 10113043: code review 10113043: go.crypto: remove unreachable code. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by agl1
Modified:
10 years, 10 months ago
Reviewers:
r, rog
CC:
golang-dev, r, dgryski
Visibility:
Public.

Description

go.crypto: remove unreachable code. I ran go vet over all of go.crypto and removed lots of panic("unreachable") that are no longer needed.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -16 lines) Patch
M cast5/cast5_test.go View 1 1 chunk +4 lines, -2 lines 0 comments Download
M openpgp/keys.go View 1 1 chunk +0 lines, -2 lines 0 comments Download
M openpgp/packet/packet.go View 1 1 chunk +0 lines, -2 lines 0 comments Download
M openpgp/packet/public_key.go View 1 1 chunk +0 lines, -1 line 0 comments Download
M ssh/channel.go View 1 1 chunk +0 lines, -2 lines 0 comments Download
M ssh/client_auth.go View 1 2 chunks +0 lines, -2 lines 0 comments Download
M ssh/server.go View 1 1 chunk +0 lines, -2 lines 0 comments Download
M ssh/server_terminal.go View 1 1 chunk +0 lines, -1 line 0 comments Download
M ssh/session_test.go View 1 1 chunk +0 lines, -1 line 0 comments Download
M ssh/transport.go View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 8
agl1
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, 10 months ago (2013-06-07 14:35:22 UTC) #1
r
LGTM
10 years, 10 months ago (2013-06-07 15:25:20 UTC) #2
dgryski
Le vendredi 7 juin 2013 16:35:22 UTC+2, agl a écrit : > > Reviewers: golang-dev1, ...
10 years, 10 months ago (2013-06-07 18:22:00 UTC) #3
agl1
On Fri, Jun 7, 2013 at 2:21 PM, Damian Gryski <dgryski@gmail.com> wrote: > This change ...
10 years, 10 months ago (2013-06-07 18:24:11 UTC) #4
agl1
*** Submitted as https://code.google.com/p/go/source/detail?r=7f5a59ff6b43&repo=crypto *** go.crypto: remove unreachable code. I ran go vet over all ...
10 years, 10 months ago (2013-06-07 20:07:09 UTC) #5
rog
unfortunately this has broken our build, because we have go.crypto as an external dependency and ...
10 years, 10 months ago (2013-06-10 12:43:56 UTC) #6
agl1
On Mon, Jun 10, 2013 at 8:43 AM, roger peppe <rogpeppe@gmail.com> wrote: > unfortunately this ...
10 years, 10 months ago (2013-06-10 14:57:34 UTC) #7
rog
10 years, 10 months ago (2013-06-10 15:01:32 UTC) #8
thanks very much

On 10 June 2013 15:57, Adam Langley <agl@golang.org> wrote:
> On Mon, Jun 10, 2013 at 8:43 AM, roger peppe <rogpeppe@gmail.com> wrote:
>> unfortunately this has broken our build, because we have
>> go.crypto as an external dependency and we cannot
>> move to go1.1 until some outstanding bugs are
>> released in 1.1.1.
>>
>> might it be possible to revert this change until 1.1.1 is released?
>
> Reverted.
>
>
> Cheers
>
> AGL
Sign in to reply to this message.

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