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

Issue 127740043: code review 127740043: os: make SameFile handle paths like c:a.txt properly (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by brainman
Modified:
9 years, 8 months ago
Reviewers:
r, rsc
CC:
golang-codereviews, rsc, bradfitz, r
Visibility:
Public.

Description

os: make SameFile handle paths like c:a.txt properly Fixes issue 8490.

Patch Set 1 #

Patch Set 2 : diff -r 893e152b89f9219192aefb20a40b5a6ca29dbeeb https://go.googlecode.com/hg/ #

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

Patch Set 4 : diff -r 2cc71cd8fe3e466a2338b1fdf8053931d47a9e31 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r cf5017c4a7806ae11febb826af2e9b5b07e5a100 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 36cd01e53b35c5df69b32f29d7ea1bd2b4834fb3 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -12 lines) Patch
M src/pkg/os/file_windows.go View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/os/os_windows_test.go View 1 2 3 4 2 chunks +54 lines, -0 lines 0 comments Download
M src/pkg/os/stat_windows.go View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/syscall/exec_windows.go View 1 2 3 4 4 chunks +7 lines, -8 lines 0 comments Download

Messages

Total messages: 20
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
9 years, 8 months ago (2014-08-07 05:59:08 UTC) #1
brainman
This CL introduces absPath function that is just a copy of syscall.getFullPath. I was wandering, ...
9 years, 8 months ago (2014-08-07 05:59:40 UTC) #2
rsc
This is a good test case for our policy. Let me discuss it with Rob ...
9 years, 8 months ago (2014-08-11 15:08:58 UTC) #3
rsc
Rob is working on moving syscall to go.sys. Once that's done we can export the ...
9 years, 8 months ago (2014-08-11 20:32:08 UTC) #4
bradfitz
Can this go shared AbsPath function go in the new $GOROOT/src/pkg/internal/syscall package that I created ...
9 years, 8 months ago (2014-08-13 21:17:12 UTC) #5
brainman
Hello golang-codereviews@googlegroups.com, rsc@golang.org, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com, r@golang.org), Please take another look.
9 years, 8 months ago (2014-08-14 04:20:18 UTC) #6
brainman
On 2014/08/13 21:17:12, bradfitz wrote: > Can this go shared AbsPath function go in the ...
9 years, 8 months ago (2014-08-14 04:21:10 UTC) #7
bradfitz
SGTM. Actually don't care either way. The internal system lets us change it whenever. On ...
9 years, 8 months ago (2014-08-14 04:53:04 UTC) #8
r
I'm not fussed either way but I thought the thinking was that the function was ...
9 years, 8 months ago (2014-08-14 05:00:36 UTC) #9
brainman
On 2014/08/14 05:00:36, r wrote: > I'm not fussed either way ... Lets leave it ...
9 years, 8 months ago (2014-08-14 05:11:40 UTC) #10
r
Here's what Russ wrote, and I think it's fine: "Rob is working on moving syscall ...
9 years, 8 months ago (2014-08-14 13:57:53 UTC) #11
brainman
Hello golang-codereviews@googlegroups.com, rsc@golang.org, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com, r@golang.org), Please take another look.
9 years, 8 months ago (2014-08-15 00:29:24 UTC) #12
r
LGTM but let rsc approve too. if he does, please push FullPath to go.sys/windows.
9 years, 8 months ago (2014-08-15 00:40:17 UTC) #13
brainman
On 2014/08/15 00:40:17, r wrote: > LGTM but let rsc approve too. > if he ...
9 years, 8 months ago (2014-08-15 01:12:10 UTC) #14
brainman
Unrelated but ... Should syscall related changes from https://codereview.appspot.com/122200043/ go into syscall? Or should we ...
9 years, 8 months ago (2014-08-15 01:18:04 UTC) #15
r
some syscall stuff has landed for 1.4. this change is so small i'm ok with ...
9 years, 8 months ago (2014-08-15 02:15:04 UTC) #16
brainman
Russ, LGTY? Alex
9 years, 8 months ago (2014-08-19 02:23:24 UTC) #17
rsc
LGTM
9 years, 8 months ago (2014-08-19 02:29:01 UTC) #18
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=71db3dc120af *** os: make SameFile handle paths like c:a.txt properly Fixes issue ...
9 years, 8 months ago (2014-08-19 05:00:03 UTC) #19
brainman
9 years, 8 months ago (2014-08-19 05:56:43 UTC) #20
Message was sent while issue was closed.
On 2014/08/15 00:40:17, r wrote:
> ... please push FullPath to go.sys/windows.

https://codereview.appspot.com/130250043/

Alex
Sign in to reply to this message.

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