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

Issue 4128058: code review 4128058: go spec, effective go: cleanups (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by gri
Modified:
14 years, 3 months ago
Reviewers:
CC:
r, rsc, iant, ken2, golang-dev
Visibility:
Public.

Description

go spec, effective go: cleanups Removed most of the detailed examples about handing panics from the go spec since it's now covered by Effective Go.

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 2

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

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -111 lines) Patch
M doc/effective_go.html View 1 2 3 4 5 chunks +14 lines, -5 lines 0 comments Download
M doc/go_spec.html View 1 2 3 4 5 3 chunks +25 lines, -106 lines 0 comments Download

Messages

Total messages: 11
gri
Hello r, rsc, iant, ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change to ...
14 years, 3 months ago (2011-02-03 22:36:24 UTC) #1
r
http://codereview.appspot.com/4128058/diff/3003/doc/effective_go.html File doc/effective_go.html (right): http://codereview.appspot.com/4128058/diff/3003/doc/effective_go.html#newcode2763 doc/effective_go.html:2763: by the outside panic. move this down and shorten ...
14 years, 3 months ago (2011-02-03 23:38:28 UTC) #2
r
actually don't move it. it can stay where it is.
14 years, 3 months ago (2011-02-03 23:38:45 UTC) #3
gri
updated. PTAL On Thu, Feb 3, 2011 at 3:38 PM, <r@golang.org> wrote: > > http://codereview.appspot.com/4128058/diff/3003/doc/effective_go.html ...
14 years, 3 months ago (2011-02-03 23:48:21 UTC) #4
r
http://codereview.appspot.com/4128058/diff/7002/doc/effective_go.html File doc/effective_go.html (right): http://codereview.appspot.com/4128058/diff/7002/doc/effective_go.html#newcode2754 doc/effective_go.html:2754: Because <code>recover</code> always returns nil unless called directly from ...
14 years, 3 months ago (2011-02-03 23:52:22 UTC) #5
r
http://codereview.appspot.com/4128058/diff/7002/doc/effective_go.html File doc/effective_go.html (right): http://codereview.appspot.com/4128058/diff/7002/doc/effective_go.html#newcode2754 doc/effective_go.html:2754: Because <code>recover</code> always returns nil unless called directly from ...
14 years, 3 months ago (2011-02-03 23:52:22 UTC) #6
gri
PTAL - gri On Thu, Feb 3, 2011 at 3:52 PM, <r@golang.org> wrote: > > ...
14 years, 3 months ago (2011-02-04 00:08:33 UTC) #7
r
LGTM
14 years, 3 months ago (2011-02-04 00:09:41 UTC) #8
rsc
LGTM http://codereview.appspot.com/4128058/diff/10001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/4128058/diff/10001/doc/go_spec.html#newcode4666 doc/go_spec.html:4666: panic("should not reach here") s/should not reach here/unreachable/ ...
14 years, 3 months ago (2011-02-04 13:19:16 UTC) #9
gri
On Fri, Feb 4, 2011 at 5:19 AM, <rsc@golang.org> wrote: > LGTM > > > ...
14 years, 3 months ago (2011-02-04 16:42:42 UTC) #10
gri
14 years, 3 months ago (2011-02-04 16:43:24 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=bb3c8bb3f557 ***

go spec, effective go: cleanups

Removed most of the detailed examples about handing panics
from the go spec since it's now covered by Effective Go.

R=r, rsc, iant, ken2
CC=golang-dev
http://codereview.appspot.com/4128058
Sign in to reply to this message.

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