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

Issue 126720043: code review 126720043: test/mapnan.go: add regression test for non-empty inter... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by adonovan
Modified:
10 years, 7 months ago
Reviewers:
khr, rsc
CC:
rsc, khr, bradfitz, golang-codereviews
Visibility:
Public.

Description

test/mapnan.go: add regression test for non-empty interfaces.

Patch Set 1 #

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

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

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

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

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

Patch Set 7 : diff -r 70a668a2e09e1587fee166f92c265861c57a490f https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -26 lines) Patch
M test/map.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/maplinear.go View 1 2 3 4 5 6 3 chunks +112 lines, -25 lines 0 comments Download

Messages

Total messages: 12
adonovan
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 7 months ago (2014-08-06 19:15:30 UTC) #1
adonovan
On 2014/08/06 19:15:30, adonovan wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
10 years, 7 months ago (2014-08-06 19:19:15 UTC) #2
bradfitz
Seems a little odd the file's called mapnan.go if it does non-nan stuff too. I ...
10 years, 7 months ago (2014-08-06 19:19:50 UTC) #3
rsc
You can hg mv the file to a new name.
10 years, 7 months ago (2014-08-06 19:47:35 UTC) #4
adonovan
Hello rsc@golang.org, khr@golang.org, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 7 months ago (2014-08-06 19:54:08 UTC) #5
adonovan
On 2014/08/06 19:47:35, rsc wrote: > You can hg mv the file to a new ...
10 years, 7 months ago (2014-08-06 19:55:41 UTC) #6
rsc
the interesting cases are int (memory) string interface{} interface{f()} float32 float64 complex64 complex128 can you ...
10 years, 7 months ago (2014-08-06 20:00:59 UTC) #7
adonovan
On 2014/08/06 20:00:59, rsc wrote: > the interesting cases are > > int (memory) > ...
10 years, 7 months ago (2014-08-06 20:32:31 UTC) #8
rsc
LGTM I'll look at the bad float hashes.
10 years, 7 months ago (2014-08-06 20:36:41 UTC) #9
khr
On 2014/08/06 20:36:41, rsc wrote: > LGTM > > I'll look at the bad float ...
10 years, 7 months ago (2014-08-06 20:40:49 UTC) #10
rsc
Please put the print in an if false before submitting. Otherwise all.bash does not complete. ...
10 years, 7 months ago (2014-08-06 20:43:24 UTC) #11
adonovan
10 years, 7 months ago (2014-08-06 21:02:58 UTC) #12
*** Submitted as https://code.google.com/p/go/source/detail?r=e7ab9958f9cb ***

test/mapnan.go: add regression test for non-empty interfaces.

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

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