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

Issue 81530043: code review 81530043: bytes, strings: allow Reader.Seek past 1<<31 (Closed)

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

Description

bytes, strings: allow Reader.Seek past 1<<31 Fixes Issue 7654

Patch Set 1 #

Patch Set 2 : diff -r 3656d0ab9f79 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 3656d0ab9f79 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r 773ba5ac4f21 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -40 lines) Patch
M src/pkg/bytes/reader.go View 1 8 chunks +15 lines, -18 lines 0 comments Download
M src/pkg/bytes/reader_test.go View 1 2 chunks +12 lines, -2 lines 0 comments Download
M src/pkg/strings/reader.go View 1 8 chunks +15 lines, -18 lines 0 comments Download
M src/pkg/strings/reader_test.go View 1 2 chunks +12 lines, -2 lines 0 comments Download

Messages

Total messages: 7
bradfitz
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 2 months ago (2014-03-27 18:46:33 UTC) #1
kortschak
How about just changing the condition to: if abs != int64(int(abs)) { https://codereview.appspot.com/81530043/diff/40001/src/pkg/bytes/reader_test.go File src/pkg/bytes/reader_test.go ...
11 years, 2 months ago (2014-03-27 19:36:22 UTC) #2
kortschak
Sorry, I didn't realise this discussion had already been had.
11 years, 2 months ago (2014-03-27 19:44:53 UTC) #3
bradfitz
Dan, feel free to review if you're interested. On Thu, Mar 27, 2014 at 12:44 ...
11 years, 2 months ago (2014-03-28 18:07:19 UTC) #4
rsc
LGTM
11 years, 2 months ago (2014-03-28 18:32:12 UTC) #5
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=d1c3ecb12cbf *** bytes, strings: allow Reader.Seek past 1<<31 Fixes Issue 7654 LGTM=rsc ...
11 years, 2 months ago (2014-03-28 19:23:55 UTC) #6
gobot
11 years, 2 months ago (2014-03-28 19:57:28 UTC) #7
Message was sent while issue was closed.
This CL appears to have broken the darwin-amd64-race-cheney builder.
See http://build.golang.org/log/62d0554cff0a7093a537572489569110b2ce11e6
Sign in to reply to this message.

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