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

Issue 10761045: code review 10761045: reflect: add Value.Slice3 and Value.SetCap methods, to ... (Closed)

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

Description

reflect: add Value.Slice3 and Value.SetCap methods, to match x[i:j:k] Design doc at golang.org/s/go12slice.

Patch Set 1 #

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

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

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

Total comments: 6

Patch Set 5 : diff -r 8189dd44a170 https://code.google.com/p/go/ #

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -12 lines) Patch
M src/pkg/reflect/all_test.go View 1 1 chunk +68 lines, -0 lines 0 comments Download
M src/pkg/reflect/value.go View 1 2 3 4 5 4 chunks +73 lines, -12 lines 0 comments Download

Messages

Total messages: 8
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 9 months ago (2013-06-28 23:29:19 UTC) #1
r
https://codereview.appspot.com/10761045/diff/7003/src/pkg/reflect/value.go File src/pkg/reflect/value.go (right): https://codereview.appspot.com/10761045/diff/7003/src/pkg/reflect/value.go#newcode1604 src/pkg/reflect/value.go:1604: // It panics if v's Kind is not Array ...
11 years, 9 months ago (2013-07-01 16:54:46 UTC) #2
ioe
Only have feedback about the naming. https://codereview.appspot.com/10761045/diff/7003/src/pkg/reflect/value.go File src/pkg/reflect/value.go (right): https://codereview.appspot.com/10761045/diff/7003/src/pkg/reflect/value.go#newcode1605 src/pkg/reflect/value.go:1605: func (v Value) ...
11 years, 9 months ago (2013-07-01 20:44:34 UTC) #3
rsc
PTAL https://codereview.appspot.com/10761045/diff/7003/src/pkg/reflect/value.go File src/pkg/reflect/value.go (right): https://codereview.appspot.com/10761045/diff/7003/src/pkg/reflect/value.go#newcode1604 src/pkg/reflect/value.go:1604: // It panics if v's Kind is not ...
11 years, 9 months ago (2013-07-01 21:24:39 UTC) #4
r
LGTM as an experiment no idea why the remaining comment wasn't in the previous mail ...
11 years, 9 months ago (2013-07-01 23:53:41 UTC) #5
rsc
I prefer indexes too, but I was trying to conform to previous discussions that had ...
11 years, 9 months ago (2013-07-01 23:58:07 UTC) #6
r
Others settled. I did not. But the spec did, so I guess it's "indices". We're ...
11 years, 9 months ago (2013-07-02 00:11:55 UTC) #7
rsc
11 years, 9 months ago (2013-07-02 00:32:57 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=e3e17bf6b1fc ***

reflect: add Value.Slice3 and Value.SetCap methods, to match x[i:j:k]

Design doc at golang.org/s/go12slice.

R=golang-dev, r, nightlyone
CC=golang-dev
https://codereview.appspot.com/10761045
Sign in to reply to this message.

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