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

Issue 4852041: code review 4852041: FAQ: lots of small tweaks plus a couple of new discussions. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by r
Modified:
13 years, 7 months ago
Reviewers:
CC:
dsymonds, r2, aam, eds2, hanwen-google, rsc, golang-dev
Visibility:
Public.

Description

FAQ: lots of small tweaks plus a couple of new discussions. Expand the conversations about pointers, memory, and garbage collection. Describe the lack of co/contravariant typing. Fixes issue 1929. Fixes issue 1930.

Patch Set 1 #

Total comments: 7

Patch Set 2 : diff -r b4443eab2fdd https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 3 : diff -r b4443eab2fdd https://go.googlecode.com/hg/ #

Total comments: 7

Patch Set 4 : diff -r 6f83246236f3 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 6f83246236f3 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -16 lines) Patch
M doc/go_faq.html View 1 2 3 4 14 chunks +168 lines, -16 lines 0 comments Download

Messages

Total messages: 17
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-08-05 04:54:32 UTC) #1
dsymonds
http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html File doc/go_faq.html (left): http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html#oldcode29 doc/go_faq.html:29: </p> why remove these? http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html#newcode319 ...
13 years, 7 months ago (2011-08-05 05:08:22 UTC) #2
r
Hello golang-dev@googlegroups.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-05 05:19:09 UTC) #3
dsymonds
LGTM http://codereview.appspot.com/4852041/diff/4001/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/4001/doc/go_faq.html#newcode321 doc/go_faq.html:321: canonical error type,coupled space after comma http://codereview.appspot.com/4852041/diff/4001/doc/go_faq.html#newcode626 doc/go_faq.html:626: ...
13 years, 7 months ago (2011-08-05 05:21:40 UTC) #4
r
Hello golang-dev@googlegroups.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-05 05:23:35 UTC) #5
r2
waiting for any others who want to weigh in
13 years, 7 months ago (2011-08-05 05:23:52 UTC) #6
aam
http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html#newcode1363 doc/go_faq.html:1363: Go programs</a> for a worked example, including a demonstration ...
13 years, 7 months ago (2011-08-05 05:27:31 UTC) #7
r2
On Aug 5, 2011, at 3:27 PM, mirtchovski@gmail.com wrote: > > http://codereview.appspot.com/4852041/diff/1/doc/go_faq.html > File doc/go_faq.html ...
13 years, 7 months ago (2011-08-05 05:28:35 UTC) #8
eds2
I was promised a paragraph about compiler errors vs. warnings a while back. It doesn't ...
13 years, 7 months ago (2011-08-05 05:58:54 UTC) #9
r2
there is more to come
13 years, 7 months ago (2011-08-05 06:08:50 UTC) #10
hanwen-google
http://codereview.appspot.com/4852041/diff/6002/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/6002/doc/go_faq.html#newcode602 doc/go_faq.html:602: Are types in Go covariant/contravariant?</h3> I had to look ...
13 years, 7 months ago (2011-08-05 14:30:09 UTC) #11
kevlar
FYI http://codereview.appspot.com/4852041/diff/6002/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/6002/doc/go_faq.html#newcode643 doc/go_faq.html:643: While it is true that Go's type system ...
13 years, 7 months ago (2011-08-05 17:12:17 UTC) #12
rsc
Looks good except for the *variant types. http://codereview.appspot.com/4852041/diff/6002/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/6002/doc/go_faq.html#newcode602 doc/go_faq.html:602: Are types ...
13 years, 7 months ago (2011-08-05 21:03:55 UTC) #13
r
Hello dsymonds@golang.org, r@google.com, mirtchovski@gmail.com, edsrzf@gmail.com, hanwen@google.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-05 21:31:43 UTC) #14
hanwen-google
LGTM (the (contra)variant stuff.)
13 years, 7 months ago (2011-08-05 21:33:46 UTC) #15
rsc
LGTM http://codereview.appspot.com/4852041/diff/12001/doc/go_faq.html File doc/go_faq.html (right): http://codereview.appspot.com/4852041/diff/12001/doc/go_faq.html#newcode625 doc/go_faq.html:625: Unlike the analogous situation in some object-oriented type ...
13 years, 7 months ago (2011-08-05 21:35:34 UTC) #16
r
13 years, 7 months ago (2011-08-05 21:42:10 UTC) #17
*** Submitted as http://code.google.com/p/go/source/detail?r=f518f530b2d2 ***

FAQ: lots of small tweaks plus a couple of new discussions.
Expand the conversations about pointers, memory, and
garbage collection.
Describe the lack of co/contravariant typing.

Fixes issue 1929.
Fixes issue 1930.

R=dsymonds, r, mirtchovski, edsrzf, hanwen, rsc
CC=golang-dev
http://codereview.appspot.com/4852041
Sign in to reply to this message.

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