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

Issue 5574046: code review 5574046: gc: static implements check on typeswitches only applie... (Closed)

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

Description

gc: static implements check on typeswitches only applies to concrete case types. Fixes issue 2700.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M src/cmd/gc/swt.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/typeswitch3.go View 1 2 3 1 chunk +21 lines, -6 lines 0 comments Download

Messages

Total messages: 4
lvd
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-01-23 14:43:57 UTC) #1
lvd
maybe i should add bug400.go below to typeswitch3.go On Mon, Jan 23, 2012 at 15:43, ...
13 years, 3 months ago (2012-01-23 14:47:46 UTC) #2
rsc
LGTM Adding to typeswtich3.go makes sense to me. In general I try to put things ...
13 years, 3 months ago (2012-01-23 17:24:45 UTC) #3
lvd
13 years, 3 months ago (2012-01-24 12:53:05 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=10b075a7a9b7 ***

gc: static implements check on typeswitches only applies to concrete case types.

Fixes issue 2700.

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

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