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

Issue 110160044: code review 110160044: cmd/gc: drop parenthesization restriction for receiver types (Closed)

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

Description

cmd/gc: drop parenthesization restriction for receiver types Matches CL 101500044.

Patch Set 1 #

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -44 lines) Patch
M src/cmd/gc/fmt.c View 1 2 chunks +0 lines, -4 lines 0 comments Download
M src/cmd/gc/go.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/cmd/gc/go.y View 1 3 chunks +2 lines, -4 lines 0 comments Download
M src/cmd/gc/typecheck.c View 1 1 chunk +0 lines, -10 lines 0 comments Download
M src/cmd/gc/y.tab.c View 1 13 chunks +19 lines, -21 lines 0 comments Download
M test/fixedbugs/bug299.go View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello gri (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 11 months ago (2014-06-24 20:47:14 UTC) #1
gri
LGTM Nice to see all that code go.
10 years, 11 months ago (2014-06-24 23:23:27 UTC) #2
gri
https://codereview.appspot.com/110160044/diff/40001/test/fixedbugs/bug299.go File test/fixedbugs/bug299.go (right): https://codereview.appspot.com/110160044/diff/40001/test/fixedbugs/bug299.go#newcode27 test/fixedbugs/bug299.go:27: func (p (*T)) h() {} perhaps add: func (p ...
10 years, 11 months ago (2014-06-24 23:30:00 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=2699961d1143 *** cmd/gc: drop parenthesization restriction for receiver types Matches CL 101500044. ...
10 years, 11 months ago (2014-06-25 13:57:56 UTC) #4
gobot
This CL appears to have broken the linux-386-387 builder. See http://build.golang.org/log/ca59372886ef67c331325d0ec9a63b77cb255da5
10 years, 11 months ago (2014-06-25 13:59:22 UTC) #5
dave_cheney.net
You win a gcc segfault. # Building compilers and Go bootstrap tool for host, linux/386. ...
10 years, 11 months ago (2014-06-25 14:09:41 UTC) #6
rsc
10 years, 11 months ago (2014-06-26 15:22:32 UTC) #7
Given that the build hadn't gotten to any of the code I changed yet, I
think this is a bad machine.
Sign in to reply to this message.

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