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

Issue 12349044: code review 12349044: os, syscall: implement Getwd on darwin using getattrlist (Closed)

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

Description

os, syscall: implement Getwd on darwin using getattrlist Fixes issue 4807

Patch Set 1 #

Patch Set 2 : diff -r 6dee0694f35b https://go.googlecode.com/hg/ #

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

Patch Set 4 : diff -r 6dee0694f35b https://go.googlecode.com/hg/ #

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -13 lines) Patch
M src/pkg/os/getwd.go View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/syscall/syscall_bsd.go View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
M src/pkg/syscall/syscall_darwin.go View 1 2 3 2 chunks +92 lines, -1 line 0 comments Download
A src/pkg/syscall/syscall_no_getwd.go View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 8 months ago (2013-08-05 17:48:21 UTC) #1
rsc
It's not clear to me that the wrapping of GetAttrList is terribly useful by itself. ...
10 years, 8 months ago (2013-08-05 17:57:00 UTC) #2
bradfitz
Works for me. On Mon, Aug 5, 2013 at 10:56 AM, Russ Cox <rsc@golang.org> wrote: ...
10 years, 8 months ago (2013-08-05 18:04:21 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 8 months ago (2013-08-05 18:20:17 UTC) #4
bradfitz
Done. PTAL. On Mon, Aug 5, 2013 at 11:04 AM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > Works ...
10 years, 8 months ago (2013-08-05 18:26:43 UTC) #5
rsc
LGTM Thanks very much. https://codereview.appspot.com/12349044/diff/12001/src/pkg/syscall/syscall_bsd_no_getwd.go File src/pkg/syscall/syscall_bsd_no_getwd.go (right): https://codereview.appspot.com/12349044/diff/12001/src/pkg/syscall/syscall_bsd_no_getwd.go#newcode1 src/pkg/syscall/syscall_bsd_no_getwd.go:1: // Copyright 2013 The Go ...
10 years, 8 months ago (2013-08-05 19:01:44 UTC) #6
bradfitz
10 years, 8 months ago (2013-08-05 19:26:09 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=0583e9d36ddd ***

os, syscall: implement Getwd on darwin using getattrlist

Fixes issue 4807

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

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