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

Issue 821046: code review 821046: regexp: use panic/recover to handle errors (Closed)

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

Description

regexp: use panic/recover to handle errors

Patch Set 1 #

Total comments: 1

Patch Set 2 : code review 821046: regexp: use panic/recover to handle errors #

Total comments: 1

Patch Set 3 : code review 821046: regexp: use panic/recover to handle errors #

Patch Set 4 : code review 821046: regexp: use panic/recover to handle errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -72 lines) Patch
M src/pkg/regexp/regexp.go View 1 2 18 chunks +50 lines, -72 lines 0 comments Download

Messages

Total messages: 10
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-31 20:51:06 UTC) #1
gri
http://codereview.appspot.com/821046/diff/1/2 File src/pkg/regexp/regexp.go (right): http://codereview.appspot.com/821046/diff/1/2#newcode585 src/pkg/regexp/regexp.go:585: panic(e) The e here is the inner e, not ...
15 years ago (2010-03-31 21:05:30 UTC) #2
r
Hello rsc, gri (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-31 21:11:59 UTC) #3
rsc1
LGTM modulo the bug gri pointed out
15 years ago (2010-03-31 21:12:26 UTC) #4
rsc1
what you have is fine; the below might or might not be clearer http://codereview.appspot.com/821046/diff/2002/5001 File ...
15 years ago (2010-03-31 21:13:31 UTC) #5
r2
On Mar 31, 2010, at 2:13 PM, rsc@google.com wrote: > what you have is fine; ...
15 years ago (2010-03-31 21:15:26 UTC) #6
rsc
>> if e, ok := e.(Error); ok { >> err = e >> } else ...
15 years ago (2010-03-31 21:16:24 UTC) #7
gri
LGTM On Wed, Mar 31, 2010 at 2:11 PM, <r@golang.org> wrote: > Hello rsc, gri ...
15 years ago (2010-03-31 21:16:44 UTC) #8
gri
LGTM
15 years ago (2010-03-31 21:53:16 UTC) #9
r
15 years ago (2010-03-31 22:58:36 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=df1fd6ad4db8 ***

regexp: use panic/recover to handle errors

R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/821046
Sign in to reply to this message.

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