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

Issue 144020043: code review 144020043: reflect: add Type.IsComparable (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by rsc
Modified:
10 years, 6 months ago
Reviewers:
gri
CC:
gri, r, golang-codereviews
Visibility:
Public.

Description

reflect: add Type.Comparable Like most of the Type methods, the definition of Comparable is what the Go spec says it is. Fixes issue 7911.

Patch Set 1 #

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -1 line) Patch
M src/reflect/all_test.go View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M src/reflect/type.go View 1 2 3 4 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 7
rsc
Hello gri, r (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 6 months ago (2014-09-16 19:41:49 UTC) #1
r
Does this fix a problem? Otherwise it should wait for 1.5, or what is a ...
10 years, 6 months ago (2014-09-16 19:44:22 UTC) #2
gri
LGTM I'm ok with this change since it's fixing an issue and doesn't seem to ...
10 years, 6 months ago (2014-09-16 20:25:00 UTC) #3
gri
https://codereview.appspot.com/144020043/diff/40001/src/reflect/type.go File src/reflect/type.go (right): https://codereview.appspot.com/144020043/diff/40001/src/reflect/type.go#newcode100 src/reflect/type.go:100: IsComparable() bool PS: What is the principle used for ...
10 years, 6 months ago (2014-09-16 20:27:23 UTC) #4
r
ok, i see the issue now. missed it before i agree the name doesn't seem ...
10 years, 6 months ago (2014-09-16 20:35:51 UTC) #5
rsc
Comparable works for me
10 years, 6 months ago (2014-09-16 21:34:08 UTC) #6
rsc
10 years, 6 months ago (2014-09-16 21:40:15 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=aadf24fd5f0b ***

reflect: add Type.Comparable

Like most of the Type methods, the definition of Comparable
is what the Go spec says it is.

Fixes issue 7911.

LGTM=gri
R=gri, r
CC=golang-codereviews
https://codereview.appspot.com/144020043
Sign in to reply to this message.

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