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

Issue 871042: code review 871042: runtime: turn run time errors checks into panics (Closed)

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

Description

runtime: turn run time errors checks into panics

Patch Set 1 #

Patch Set 2 : code review 871042: runtime: turn run time errors checks into panics #

Patch Set 3 : code review 871042: runtime: turn run time errors checks into panics #

Total comments: 2

Patch Set 4 : code review 871042: runtime: turn run time errors checks into panics #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -228 lines) Patch
M src/cmd/5g/cgen.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/5g/gg.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/5g/ggen.c View 1 2 3 5 chunks +17 lines, -65 lines 0 comments Download
M src/cmd/5g/gsubr.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/6g/cgen.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/6g/gg.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/6g/ggen.c View 3 chunks +4 lines, -4 lines 0 comments Download
M src/cmd/6g/gsubr.c View 3 chunks +3 lines, -3 lines 0 comments Download
M src/cmd/6g/reg.c View 1 chunk +3 lines, -3 lines 0 comments Download
M src/cmd/8g/cgen.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/8g/gg.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/8g/ggen.c View 3 chunks +4 lines, -4 lines 0 comments Download
M src/cmd/8g/reg.c View 1 chunk +3 lines, -3 lines 0 comments Download
M src/cmd/cov/main.c View 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/gc/builtin.c.boot View 1 chunk +2 lines, -1 line 0 comments Download
M src/cmd/gc/print.c View 1 chunk +4 lines, -1 line 0 comments Download
M src/cmd/gc/runtime.go View 1 chunk +2 lines, -1 line 0 comments Download
M src/cmd/gc/walk.c View 2 chunks +1 line, -6 lines 0 comments Download
M src/pkg/runtime/complex.c View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/error.go View 1 2 3 4 chunks +23 lines, -4 lines 0 comments Download
M src/pkg/runtime/hashmap.c View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M src/pkg/runtime/iface.c View 1 2 3 3 chunks +8 lines, -10 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 5 chunks +7 lines, -3 lines 0 comments Download
M src/pkg/runtime/runtime.c View 1 2 3 6 chunks +20 lines, -27 lines 0 comments Download
M src/pkg/runtime/slice.c View 1 2 3 4 chunks +3 lines, -16 lines 0 comments Download
M src/pkg/runtime/string.cgo View 1 2 3 4 chunks +16 lines, -31 lines 0 comments Download
M test/golden.out View 1 chunk +4 lines, -8 lines 0 comments Download
M test/recover.go View 1 2 3 7 chunks +26 lines, -17 lines 0 comments Download
A test/recover2.go View 1 1 chunk +86 lines, -0 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello ken2 (cc: golang-dev@googlegroups.com, r), I'd like you to review this change.
14 years, 12 months ago (2010-04-01 08:10:58 UTC) #1
r
LGTM http://codereview.appspot.com/871042/diff/5001/6020 File src/pkg/runtime/error.go (right): http://codereview.appspot.com/871042/diff/5001/6020#newcode10 src/pkg/runtime/error.go:10: RuntimeError() // no-op that uniquely identifies runtime.Error worth ...
14 years, 12 months ago (2010-04-02 03:59:19 UTC) #2
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=173e1c995750 *** runtime: turn run time errors checks into panics R=ken2, r ...
14 years, 12 months ago (2010-04-02 05:31:36 UTC) #3
ken3
14 years, 11 months ago (2010-04-05 23:10:13 UTC) #4
LGTM
Sign in to reply to this message.

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