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

Issue 160670043: code review 160670043: os: do not assume syscall i/o funcs return n=0 on error (Closed)

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

Description

os: do not assume syscall i/o funcs return n=0 on error Fixes issue 9007.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -16 lines) Patch
M src/os/dir_unix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/os/file.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/os/file_plan9.go View 1 3 chunks +4 lines, -7 lines 0 comments Download
M src/os/file_posix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/os/file_unix.go View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/os/file_windows.go View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello r (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 6 months ago (2014-10-28 16:43:22 UTC) #1
iant
LGTM
9 years, 6 months ago (2014-10-28 16:51:44 UTC) #2
r
LGTM
9 years, 6 months ago (2014-10-28 17:14:58 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=723cc35d3583 *** os: do not assume syscall i/o funcs return n=0 on ...
9 years, 6 months ago (2014-10-28 19:00:19 UTC) #4
gobot
This CL appears to have broken the android-arm-crawshaw builder. See http://build.golang.org/log/595298c783041c6de984a98230858df15d411eda
9 years, 6 months ago (2014-10-28 19:00:50 UTC) #5
crawshaw
Looks real: /tmp/gobuilder/android-arm-crawshaw-723cc35d3583/go/src/os/file_unix.go:245: cannot use int64 as type int in argument to fixCount On Tue, ...
9 years, 6 months ago (2014-10-28 19:01:45 UTC) #6
rsc
9 years, 6 months ago (2014-10-28 19:31:48 UTC) #7
on it. i ran a script that i thought build the go command for every single
architecture/os combo before submitting.
apparently not i guess.


On Tue, Oct 28, 2014 at 3:01 PM, David Crawshaw <crawshaw@golang.org> wrote:

> Looks real:
>
>
> /tmp/gobuilder/android-arm-crawshaw-723cc35d3583/go/src/os/file_unix.go:245:
> cannot use int64 as type int in argument to fixCount
>
>
> On Tue, Oct 28, 2014 at 3:00 PM,  <gobot@golang.org> wrote:
> > This CL appears to have broken the android-arm-crawshaw builder.
> > See http://build.golang.org/log/595298c783041c6de984a98230858df15d411eda
> >
> >
> > https://codereview.appspot.com/160670043/
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "golang-codereviews" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to golang-codereviews+unsubscribe@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
Sign in to reply to this message.

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