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

Issue 4344062: code review 4344062: os: add Seek whence constants (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by bradfitz
Modified:
13 years, 11 months ago
Reviewers:
CC:
r, r2, rsc1, rsc, jacek.masiulaniec_gmail.com, golang-dev
Visibility:
Public.

Description

os: add Seek whence constants

Patch Set 1 #

Patch Set 2 : diff -r 091dac2e0b87 https://go.googlecode.com/hg #

Patch Set 3 : diff -r 091dac2e0b87 https://go.googlecode.com/hg #

Patch Set 4 : diff -r 091dac2e0b87 https://go.googlecode.com/hg #

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

Patch Set 6 : diff -r 6945f9e0915c https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -12 lines) Patch
M src/pkg/archive/tar/reader.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/archive/zip/reader.go View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/debug/elf/file.go View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/debug/pe/file.go View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/http/fs.go View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/os/file.go View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 21
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 11 months ago (2011-04-04 17:06:03 UTC) #1
bradfitz
If this is cool I can update callers in this CL too. This is minor ...
13 years, 11 months ago (2011-04-04 17:09:42 UTC) #2
r
People keep asking for these. I guess 0, 1, and 2 are too hard to ...
13 years, 11 months ago (2011-04-04 17:13:00 UTC) #3
bradfitz
On Mon, Apr 4, 2011 at 10:13 AM, <r@golang.org> wrote: > People keep asking for ...
13 years, 11 months ago (2011-04-04 17:22:24 UTC) #4
r2
I was just rereading a piece of the John Lions Unix book this morning. Perhaps ...
13 years, 11 months ago (2011-04-04 17:23:08 UTC) #5
r2
On Apr 4, 2011, at 10:22 AM, Brad Fitzpatrick wrote: > > By the way, ...
13 years, 11 months ago (2011-04-04 17:23:57 UTC) #6
bradfitz
On Mon, Apr 4, 2011 at 10:23 AM, Rob 'Commander' Pike <r@google.com> wrote: ... > ...
13 years, 11 months ago (2011-04-04 17:28:35 UTC) #7
r2
On Apr 4, 2011, at 10:28 AM, Brad Fitzpatrick wrote: > On Mon, Apr 4, ...
13 years, 11 months ago (2011-04-04 17:36:09 UTC) #8
rsc1
No. These aren't even the right names. Russ
13 years, 11 months ago (2011-04-04 19:08:24 UTC) #9
bradfitz
I don't care about the names. I just made them up to start the conversation. ...
13 years, 11 months ago (2011-04-04 19:22:07 UTC) #10
rsc1
On Mon, Apr 4, 2011 at 15:22, Brad Fitzpatrick <bradfitz@golang.org> wrote: > I don't care ...
13 years, 11 months ago (2011-04-04 19:36:15 UTC) #11
bradfitz
Hello golang-dev@googlegroups.com, r, r2, rsc1 (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-04-04 19:40:18 UTC) #12
rsc
LGTM
13 years, 11 months ago (2011-04-04 19:41:22 UTC) #13
bradfitz
Should I update call sites in this CL? Generally convenience CLs do, but I get ...
13 years, 11 months ago (2011-04-04 19:46:01 UTC) #14
r2
On Apr 4, 2011, at 12:45 PM, Brad Fitzpatrick wrote: > Should I update call ...
13 years, 11 months ago (2011-04-04 19:47:01 UTC) #15
rsc1
Sure. Should be a matter of gofmt -r 'x.Seek(y, 0) -> x.Seek(y, os.SEEK_SET)' etc Russ
13 years, 11 months ago (2011-04-04 19:54:00 UTC) #16
jacek.masiulaniec_gmail.com
> I am happy to see that I am still in the majority for > ...
13 years, 11 months ago (2011-04-04 20:07:30 UTC) #17
rsc1
On Mon, Apr 4, 2011 at 16:07, Jacek Masiulaniec <jacek.masiulaniec@gmail.com> wrote: >> I am happy ...
13 years, 11 months ago (2011-04-04 20:22:46 UTC) #18
bradfitz
Hello r, r2, rsc1, rsc, jacek.masiulaniec@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-04-04 20:43:22 UTC) #19
rsc
LGTM
13 years, 11 months ago (2011-04-04 20:49:01 UTC) #20
bradfitz
13 years, 11 months ago (2011-04-04 20:53:54 UTC) #21
*** Submitted as 4d35898bb495 ***

os: add Seek whence constants

R=r, r2, rsc1, rsc, jacek.masiulaniec
CC=golang-dev
http://codereview.appspot.com/4344062
Sign in to reply to this message.

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