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

Issue 82080044: code review 82080044: cmd/gc: check duplicate keys in maps with interface{} k... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by atom
Modified:
11 years, 2 months ago
Reviewers:
rsc
CC:
golang-codereviews, bradfitz, rsc, minux1
Visibility:
Public.

Description

cmd/gc: check duplicate keys in maps with interface{} key type Fixes issue 7214

Patch Set 1 #

Patch Set 2 : diff -r b1f6ff3c9f0e https://code.google.com/p/go/ #

Patch Set 3 : diff -r b1f6ff3c9f0e https://code.google.com/p/go/ #

Patch Set 4 : diff -r 4f9de7749827 https://code.google.com/p/go/ #

Patch Set 5 : diff -r 4f9de7749827 https://code.google.com/p/go/ #

Patch Set 6 : diff -r e426bfa69c19 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -6 lines) Patch
M src/cmd/gc/typecheck.c View 1 2 3 2 chunks +21 lines, -6 lines 0 comments Download
A test/fixedbugs/issue7214.go View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 8
atom
Hello golang-codereviews@googlegroups.com (cc: minux.ma@gmail.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 2 months ago (2014-03-29 11:39:35 UTC) #1
atom
Please take a look.
11 years, 2 months ago (2014-04-01 14:20:14 UTC) #2
bradfitz
R=rsc On Sat, Mar 29, 2014 at 4:39 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > Reviewers: golang-codereviews, > ...
11 years, 2 months ago (2014-04-01 15:51:23 UTC) #3
rsc
What about map[interface{}]bool{int(1): true, int16(1): true} ? I think that's legal but I think this ...
11 years, 2 months ago (2014-04-01 16:56:53 UTC) #4
atom
On 2014/04/01 16:56:53, rsc wrote: > What about map[interface{}]bool{int(1): true, int16(1): true} ? > I ...
11 years, 2 months ago (2014-04-01 17:25:49 UTC) #5
atom
Hello golang-codereviews@googlegroups.com, bradfitz@golang.org, rsc@golang.org (cc: golang-codereviews@googlegroups.com, minux.ma@gmail.com), Please take another look.
11 years, 2 months ago (2014-04-04 06:53:43 UTC) #6
rsc
LGTM nice
11 years, 2 months ago (2014-04-04 14:23:36 UTC) #7
atom
11 years, 2 months ago (2014-04-04 14:46:28 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=3188f9e48f0f ***

cmd/gc: check duplicate keys in maps with interface{} key type

Fixes issue 7214

LGTM=rsc
R=golang-codereviews, bradfitz, rsc
CC=golang-codereviews, minux.ma
https://codereview.appspot.com/82080044
Sign in to reply to this message.

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