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

Issue 104650043: code review 104650043: os: no /tmp on android (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by crawshaw
Modified:
10 years, 11 months ago
Reviewers:
gobot, minux, bradfitz
CC:
golang-codereviews, minux, bradfitz
Visibility:
Public.

Description

os: no /tmp on android

Patch Set 1 #

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

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M src/pkg/os/file_unix.go View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 14
crawshaw
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 11 months ago (2014-07-09 17:31:34 UTC) #1
minux
do you expect to have other differences between linux and android in the os package? ...
10 years, 11 months ago (2014-07-09 17:36:26 UTC) #2
crawshaw
as long as we are adding two files, how about this? On Wed, Jul 9, ...
10 years, 11 months ago (2014-07-09 17:43:47 UTC) #3
bradfitz
I'd rather not duplicate a public function, because that means duplicating its public docs, which ...
10 years, 11 months ago (2014-07-09 17:49:06 UTC) #4
minux
On 2014/07/09 17:43:47, crawshaw wrote: > as long as we are adding two files, how ...
10 years, 11 months ago (2014-07-09 17:49:29 UTC) #5
crawshaw
my thinking was that there are already three copies of this function, in file_{plan9,windows,unix}.go. so ...
10 years, 11 months ago (2014-07-09 17:53:49 UTC) #6
bradfitz
Why not just modify only file_unix.go in this CL and add a: if runtime.GOOS == ...
10 years, 11 months ago (2014-07-09 17:58:06 UTC) #7
crawshaw
Nice. Done. On Wed, Jul 9, 2014 at 1:58 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > ...
10 years, 11 months ago (2014-07-09 18:02:33 UTC) #8
minux
On Wed, Jul 9, 2014 at 1:58 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Why not ...
10 years, 11 months ago (2014-07-09 18:02:43 UTC) #9
minux
LGTM.
10 years, 11 months ago (2014-07-09 18:04:02 UTC) #10
bradfitz
LGTM
10 years, 11 months ago (2014-07-09 18:09:08 UTC) #11
crawshaw
*** Submitted as https://code.google.com/p/go/source/detail?r=141e6dead8db *** os: no /tmp on android LGTM=minux, bradfitz R=golang-codereviews, minux, bradfitz ...
10 years, 11 months ago (2014-07-09 18:12:37 UTC) #12
gobot
This CL appears to have broken the freebsd-amd64-race builder. See http://build.golang.org/log/5c62dd14f3ad1e3f6a3756684446df7cdae2fc5c
10 years, 11 months ago (2014-07-09 18:24:02 UTC) #13
crawshaw
10 years, 11 months ago (2014-07-09 18:24:37 UTC) #14
Nope.

On Wed, Jul 9, 2014 at 2:24 PM,  <gobot@golang.org> wrote:
> This CL appears to have broken the freebsd-amd64-race builder.
> See http://build.golang.org/log/5c62dd14f3ad1e3f6a3756684446df7cdae2fc5c
>
> https://codereview.appspot.com/104650043/
Sign in to reply to this message.

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