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

Issue 805043: code review 805043: runtime: make type assertion a runtime.Error, the first... (Closed)

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

Description

runtime: make type assertion a runtime.Error, the first of many

Patch Set 1 #

Patch Set 2 : code review 805043: runtime: make type assertion a runtime.Error, the first... #

Total comments: 2

Patch Set 3 : code review 805043: runtime: make type assertion a runtime.Error, the first... #

Patch Set 4 : code review 805043: runtime: make type assertion a runtime.Error, the first... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -135 lines) Patch
M src/pkg/runtime/386/asm.s View 1 chunk +0 lines, -14 lines 0 comments Download
M src/pkg/runtime/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/amd64/asm.s View 1 chunk +0 lines, -13 lines 0 comments Download
M src/pkg/runtime/arm/asm.s View 1 chunk +0 lines, -15 lines 0 comments Download
A src/pkg/runtime/error.go View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
M src/pkg/runtime/iface.c View 1 2 3 6 chunks +39 lines, -16 lines 0 comments Download
M src/pkg/runtime/print.c View 1 2 3 1 chunk +0 lines, -65 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download
M test/golden.out View 2 chunks +4 lines, -8 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-03-31 22:35:46 UTC) #1
r
LGTM http://codereview.appspot.com/805043/diff/2001/3005 File src/pkg/runtime/error.go (right): http://codereview.appspot.com/805043/diff/2001/3005#newcode10 src/pkg/runtime/error.go:10: RuntimeError() // no-op but uniquely identifies runtime.Error s/but/that/ ...
14 years, 11 months ago (2010-03-31 22:48:00 UTC) #2
rsc
14 years, 11 months ago (2010-03-31 22:55:13 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=041923b8667e ***

runtime: make type assertion a runtime.Error, the first of many

R=r
CC=golang-dev
http://codereview.appspot.com/805043
Sign in to reply to this message.

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