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

Issue 162680043: code review 162680043: os: document that users of Fd should keep f alive (Closed)

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

Description

os: document that users of Fd should keep f alive Fixes issue 9046.

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/os/file_plan9.go View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/os/file_unix.go View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/os/file_windows.go View 1 2 3 4 1 chunk +1 line, -0 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, 5 months ago (2014-11-04 15:17:03 UTC) #1
r
https://codereview.appspot.com/162680043/diff/40001/src/os/file_plan9.go File src/os/file_plan9.go (right): https://codereview.appspot.com/162680043/diff/40001/src/os/file_plan9.go#newcode31 src/os/file_plan9.go:31: // being used, call f.Close explicitly when finished with ...
9 years, 5 months ago (2014-11-04 17:39:39 UTC) #2
rsc
On 2014/11/04 17:39:39, r wrote: > https://codereview.appspot.com/162680043/diff/40001/src/os/file_plan9.go > File src/os/file_plan9.go (right): > > https://codereview.appspot.com/162680043/diff/40001/src/os/file_plan9.go#newcode31 > ...
9 years, 5 months ago (2014-11-04 17:59:22 UTC) #3
r
https://codereview.appspot.com/162680043/diff/40001/src/os/file_plan9.go File src/os/file_plan9.go (right): https://codereview.appspot.com/162680043/diff/40001/src/os/file_plan9.go#newcode31 src/os/file_plan9.go:31: // being used, call f.Close explicitly when finished with ...
9 years, 5 months ago (2014-11-04 19:24:19 UTC) #4
rsc
Hello r@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 5 months ago (2014-11-06 04:03:33 UTC) #5
r
LGTM after transpose in all three https://codereview.appspot.com/162680043/diff/60001/src/os/file_plan9.go File src/os/file_plan9.go (right): https://codereview.appspot.com/162680043/diff/60001/src/os/file_plan9.go#newcode29 src/os/file_plan9.go:29: // The file ...
9 years, 5 months ago (2014-11-06 04:22:50 UTC) #6
rsc
9 years, 5 months ago (2014-11-06 14:36:56 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=1e082c42fb76 ***

os: document that users of Fd should keep f alive

Fixes issue 9046.

LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/162680043
Sign in to reply to this message.

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