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

Issue 7067049: code review 7067049: path/filepath: add JoinList (Closed)

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

Description

path/filepath: add JoinList For discussion, see https://groups.google.com/d/topic/golang-nuts/PXCr10DsRb4/discussion

Patch Set 1 #

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

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

Total comments: 4

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

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

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

Total comments: 4

Patch Set 7 : diff -r fe640aeda5f2 https://code.google.com/p/go #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -0 lines) Patch
M src/pkg/path/filepath/path.go View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 1 comment Download
M src/pkg/path/filepath/path_test.go View 1 2 3 4 5 6 2 chunks +80 lines, -0 lines 0 comments Download

Messages

Total messages: 22
adg
https://codereview.appspot.com/7067049/diff/5001/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/7067049/diff/5001/src/pkg/path/filepath/path.go#newcode188 src/pkg/path/filepath/path.go:188: func PathList(elem ...string) string { filepath.PathList? ugh https://codereview.appspot.com/7067049/diff/5001/src/pkg/path/filepath/path.go#newcode189 src/pkg/path/filepath/path.go:189: ...
11 years, 3 months ago (2013-01-09 06:41:09 UTC) #1
dfc
Thank you for your comments. https://codereview.appspot.com/7067049/diff/5001/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/7067049/diff/5001/src/pkg/path/filepath/path.go#newcode188 src/pkg/path/filepath/path.go:188: func PathList(elem ...string) string ...
11 years, 3 months ago (2013-01-09 09:27:48 UTC) #2
dfc
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 3 months ago (2013-01-09 09:33:22 UTC) #3
adg
Mail this to golang-dev.
11 years, 3 months ago (2013-01-09 23:41:28 UTC) #4
dfc
Hello adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 3 months ago (2013-01-10 00:29:31 UTC) #5
adg
Looks fine to me. I'd like to get API sign-off from rsc or iant before ...
11 years, 3 months ago (2013-01-10 00:47:28 UTC) #6
adg
https://codereview.appspot.com/7067049/diff/4006/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/7067049/diff/4006/src/pkg/path/filepath/path.go#newcode193 src/pkg/path/filepath/path.go:193: if l == "" { empty elements are valid ...
11 years, 3 months ago (2013-01-10 02:00:19 UTC) #7
dfc
Please take another look. If JoinList were as simple as strings.Join(..., ListSeparator) that would be ...
11 years, 3 months ago (2013-01-10 07:48:40 UTC) #8
kevlar
On 2013/01/10 07:48:40, dfc wrote: > Please take another look. > > If JoinList were ...
11 years, 3 months ago (2013-01-10 20:47:02 UTC) #9
dfc
After sleeping on it I think the bette solution is to resolve the ambiguity by ...
11 years, 3 months ago (2013-01-10 21:50:21 UTC) #10
dfc
After sleeping on it I think the bette solution is to resolve the ambiguity by ...
11 years, 3 months ago (2013-01-10 22:01:44 UTC) #11
adg
On 10 January 2013 18:48, <dave@cheney.net> wrote: > There is one case that I > ...
11 years, 3 months ago (2013-01-10 22:58:14 UTC) #12
adg
On 11 January 2013 08:49, Dave Cheney <dave@cheney.net> wrote: > I think the bette solution ...
11 years, 3 months ago (2013-01-10 22:58:43 UTC) #13
dfc
On Fri, Jan 11, 2013 at 9:57 AM, Andrew Gerrand <adg@golang.org> wrote: > > On ...
11 years, 3 months ago (2013-01-10 23:08:21 UTC) #14
kevlar
On Thu, Jan 10, 2013 at 6:08 PM, Dave Cheney <dave@cheney.net> wrote: > On Fri, ...
11 years, 3 months ago (2013-01-11 18:51:30 UTC) #15
adg
On 11 January 2013 10:08, Dave Cheney <dave@cheney.net> wrote: > PeterS / speter is right, ...
11 years, 3 months ago (2013-01-14 00:29:20 UTC) #16
dfc
Sorry for the delay. I was not able to work on this proposal today. I ...
11 years, 3 months ago (2013-01-14 11:44:35 UTC) #17
rsc
https://codereview.appspot.com/7067049/diff/7003/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/7067049/diff/7003/src/pkg/path/filepath/path.go#newcode185 src/pkg/path/filepath/path.go:185: // JoinList joins any number of list elements into ...
11 years, 2 months ago (2013-01-31 01:41:45 UTC) #18
adg
I went to use this function today and it's not there. What happened?
10 years, 4 months ago (2013-12-03 06:16:25 UTC) #19
dfc
On 2013/12/03 06:16:25, adg wrote: > I went to use this function today and it's ...
10 years, 4 months ago (2013-12-03 06:21:34 UTC) #20
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:21:41 UTC) #21
dfc
10 years, 3 months ago (2014-01-01 07:19:43 UTC) #22
*** Abandoned ***
Sign in to reply to this message.

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