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

Issue 100130044: code review 100130044: spec: clarify type properties (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by gri
Modified:
11 years ago
Reviewers:
r, rsc, iant, rh
CC:
r, rsc, iant, ken2, rh, golang-codereviews
Visibility:
Public.

Description

spec: clarify type properties If the underlying type of a type T is a boolean, numeric, or string type, then T is also a boolean, numeric, or string type, respectively. Not a language change. Fixes issue 7551.

Patch Set 1 #

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

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

Total comments: 2

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

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

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

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

Patch Set 8 : diff -r ea90f25d321f https://code.google.com/p/go/ #

Total comments: 6

Patch Set 9 : diff -r d797b2316601 https://code.google.com/p/go/ #

Total comments: 1

Patch Set 10 : diff -r dd962f500bed https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M doc/go_spec.html View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 16
gri
Hello r@golang.org, rsc@golang.org, iant@golang.org, ken@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to ...
11 years ago (2014-05-05 22:33:34 UTC) #1
iant
https://codereview.appspot.com/100130044/diff/40001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/40001/doc/go_spec.html#newcode698 doc/go_spec.html:698: If the underlying type of a type <code>T</code> is ...
11 years ago (2014-05-05 23:44:11 UTC) #2
gri
Hello r@golang.org, rsc@golang.org, iant@golang.org, ken@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years ago (2014-05-06 00:38:51 UTC) #3
gri
PTAL https://codereview.appspot.com/100130044/diff/40001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/40001/doc/go_spec.html#newcode698 doc/go_spec.html:698: If the underlying type of a type <code>T</code> ...
11 years ago (2014-05-06 00:39:16 UTC) #4
iant
LGTM
11 years ago (2014-05-06 00:57:59 UTC) #5
rh
https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html#newcode1807 doc/go_spec.html:1807: operands of the new type. This is true of ...
11 years ago (2014-05-06 01:34:36 UTC) #6
gri
https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html#newcode1807 doc/go_spec.html:1807: operands of the new type. On 2014/05/06 01:34:35, rh ...
11 years ago (2014-05-06 02:45:24 UTC) #7
rh
https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html#newcode1807 doc/go_spec.html:1807: operands of the new type. I could have been ...
11 years ago (2014-05-06 02:48:49 UTC) #8
r
https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html#newcode1774 doc/go_spec.html:1774: that has the same <a href="#Types">underlying type</a> as an ...
11 years ago (2014-05-06 11:20:59 UTC) #9
rh
https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/120001/doc/go_spec.html#newcode1774 doc/go_spec.html:1774: that has the same <a href="#Types">underlying type</a> as an ...
11 years ago (2014-05-06 12:05:30 UTC) #10
gri
PTAL I am phrasing it a little bit more vague ("operations" rather than "operators"). If ...
11 years ago (2014-05-06 18:13:24 UTC) #11
rsc
LGTM
11 years ago (2014-05-07 02:49:25 UTC) #12
rh
LGTM
11 years ago (2014-05-07 12:00:26 UTC) #13
r
LGTM
11 years ago (2014-05-07 12:15:08 UTC) #14
iant
LGTM https://codereview.appspot.com/100130044/diff/140001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/100130044/diff/140001/doc/go_spec.html#newcode3 doc/go_spec.html:3: "Subtitle": "Version of May 5, 2014", s/5/7/
11 years ago (2014-05-07 13:43:39 UTC) #15
gri
11 years ago (2014-05-07 15:42:12 UTC) #16
*** Submitted as https://code.google.com/p/go/source/detail?r=0680597f46ae ***

spec: clarify type properties

If the underlying type of a type T is a boolean, numeric,
or string type, then T is also a boolean, numeric, or
string type, respectively.

Not a language change.

Fixes issue 7551.

LGTM=iant, rsc, robert.hencke, r
R=r, rsc, iant, ken, robert.hencke
CC=golang-codereviews
https://codereview.appspot.com/100130044
Sign in to reply to this message.

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