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

Issue 6209067: code review 6209067: cmd/gc: make append(nil, x) error more precise (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by rsc
Modified:
13 years, 4 months ago
Reviewers:
ken3
CC:
ken2, golang-dev
Visibility:
Public.

Description

cmd/gc: make append(nil, x) error more precise Before: ./x.go:6: first argument to append must be slice; have nil After: ./x.go:6: first argument to append must be typed slice; have untyped nil Fixes issue 3616.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/cmd/gc/typecheck.c View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-05-15 16:51:55 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=4732bf6f874f *** cmd/gc: make append(nil, x) error more precise Before: ./x.go:6: first ...
13 years, 4 months ago (2012-05-15 16:52:09 UTC) #2
ken3
13 years, 4 months ago (2012-05-15 17:17:40 UTC) #3
lgtm
Sign in to reply to this message.

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