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

Issue 125540043: code review 125540043: go.blog: constants

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

Description

go.blog: constants

Patch Set 1 #

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

Total comments: 48

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

Total comments: 1

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

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

Total comments: 5

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+851 lines, -0 lines) Patch
A content/constants.article View 1 2 3 4 5 1 chunk +452 lines, -0 lines 0 comments Download
A content/constants/bool.go View 1 1 chunk +18 lines, -0 lines 0 comments Download
A content/constants/complex1.go View 1 1 chunk +18 lines, -0 lines 0 comments Download
A content/constants/complex2.go View 1 1 chunk +13 lines, -0 lines 0 comments Download
A content/constants/complex3.go View 1 1 chunk +15 lines, -0 lines 0 comments Download
A content/constants/default1.go View 1 1 chunk +11 lines, -0 lines 0 comments Download
A content/constants/default2.go View 1 1 chunk +14 lines, -0 lines 0 comments Download
A content/constants/default3.go View 1 1 chunk +15 lines, -0 lines 0 comments Download
A content/constants/exercise1.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A content/constants/exercise2.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A content/constants/exercise3.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
A content/constants/exercise4.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
A content/constants/exercise5.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A content/constants/exercise6.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
A content/constants/float1.go View 1 1 chunk +18 lines, -0 lines 0 comments Download
A content/constants/float2.go View 1 1 chunk +17 lines, -0 lines 0 comments Download
A content/constants/float3.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
A content/constants/float4.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
A content/constants/float5.go View 1 1 chunk +15 lines, -0 lines 0 comments Download
A content/constants/int1.go View 1 1 chunk +18 lines, -0 lines 0 comments Download
A content/constants/int2.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
A content/constants/int3.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
A content/constants/int4.go View 1 1 chunk +11 lines, -0 lines 0 comments Download
A content/constants/numbers1.go View 1 1 chunk +19 lines, -0 lines 0 comments Download
A content/constants/numbers2.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
A content/constants/string1.go View 1 1 chunk +15 lines, -0 lines 0 comments Download
A content/constants/string2.go View 1 1 chunk +16 lines, -0 lines 0 comments Download
A content/constants/string3.go View 1 1 chunk +17 lines, -0 lines 0 comments Download
A content/constants/string4.go View 1 1 chunk +16 lines, -0 lines 0 comments Download
A content/constants/syntax.go View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 10
gri
LGTM but several comments. As an aside: I was thinking it would be nice if ...
9 years, 9 months ago (2014-08-20 00:32:10 UTC) #1
adg
https://codereview.appspot.com/125540043/diff/20001/content/constants.article File content/constants.article (right): https://codereview.appspot.com/125540043/diff/20001/content/constants.article#newcode167 content/constants.article:167: func Printf(a ...interface{}) (n int, err error) you use ...
9 years, 9 months ago (2014-08-20 01:30:39 UTC) #2
r
https://codereview.appspot.com/125540043/diff/20001/content/constants.article File content/constants.article (right): https://codereview.appspot.com/125540043/diff/20001/content/constants.article#newcode34 content/constants.article:34: When designing Go, we decided to avoid this whole ...
9 years, 9 months ago (2014-08-20 16:06:20 UTC) #3
r
Hello gri@golang.org, adg@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.blog
9 years, 9 months ago (2014-08-20 17:54:21 UTC) #4
gri
LGTM https://codereview.appspot.com/125540043/diff/40001/content/constants.article File content/constants.article (right): https://codereview.appspot.com/125540043/diff/40001/content/constants.article#newcode381 content/constants.article:381: But that fails too, for a similar reason: ...
9 years, 9 months ago (2014-08-20 17:58:06 UTC) #5
adg
LGTM https://codereview.appspot.com/125540043/diff/80001/content/constants.article File content/constants.article (right): https://codereview.appspot.com/125540043/diff/80001/content/constants.article#newcode2 content/constants.article:2: 19 Aug 2014 Shall we post it on ...
9 years, 9 months ago (2014-08-21 03:24:16 UTC) #6
r
SGTM. You'll do the submitting and posting, right? On Wed, Aug 20, 2014 at 8:24 ...
9 years, 9 months ago (2014-08-21 04:27:32 UTC) #7
rsc
LGTM https://codereview.appspot.com/125540043/diff/80001/content/constants.article File content/constants.article (right): https://codereview.appspot.com/125540043/diff/80001/content/constants.article#newcode194 content/constants.article:194: Integer constants default to `int`, floating-point constants `float64`, ...
9 years, 9 months ago (2014-08-22 00:39:36 UTC) #8
r
https://codereview.appspot.com/125540043/diff/80001/content/constants.article File content/constants.article (right): https://codereview.appspot.com/125540043/diff/80001/content/constants.article#newcode194 content/constants.article:194: Integer constants default to `int`, floating-point constants `float64`, rune ...
9 years, 9 months ago (2014-08-22 18:51:13 UTC) #9
adg
9 years, 9 months ago (2014-08-25 01:44:08 UTC) #10
*** Submitted as
https://code.google.com/p/go/source/detail?r=0362e1feb038&repo=blog ***

go.blog: constants

LGTM=gri, adg, rsc
R=gri, adg, rsc
CC=golang-codereviews
https://codereview.appspot.com/125540043

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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