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

Issue 12485043: code review 12485043: reflect: Get rid of the test for the error message when (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by khr
Modified:
11 years, 7 months ago
Reviewers:
dave, dvyukov, bradfitz
CC:
golang-dev, bradfitz, dave_cheney.net
Visibility:
Public.

Description

reflect: Get rid of the test for the error message when you do reflect.call with too big an argument list. Not worth the hassle. Fixes issue 6023 Fixes issue 6033

Patch Set 1 #

Patch Set 2 : diff -r e285a7b170aa https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 3 : diff -r e285a7b170aa https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 816f25454af2 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -11 lines) Patch
M src/pkg/reflect/all_test.go View 1 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 5
khr
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
11 years, 7 months ago (2013-08-05 22:01:46 UTC) #1
bradfitz
LGTM On Mon, Aug 5, 2013 at 3:01 PM, <khr@golang.org> wrote: > Reviewers: golang-dev1, > ...
11 years, 7 months ago (2013-08-05 22:02:39 UTC) #2
dave_cheney.net
LGTM. Please add the issue linkage from https://codereview.appspot.com/12484043/ On Tue, Aug 6, 2013 at 8:02 ...
11 years, 7 months ago (2013-08-05 22:03:18 UTC) #3
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=58c839988402 *** reflect: Get rid of the test for the error message ...
11 years, 7 months ago (2013-08-05 22:08:40 UTC) #4
dvyukov
11 years, 7 months ago (2013-08-06 08:11:50 UTC) #5
Message was sent while issue was closed.
You can construct a fake 4GB array w/o backing storage using unsafe. Since the
call must not happen, it should be good enough.
Sign in to reply to this message.

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