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

Issue 81480043: code review 81480043: bytes, strings: allow Reader.Seek past 1<<31 on 64-bit ...

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by bradfitz
Modified:
12 years, 3 months ago
Reviewers:
rsc, golang-codereviews
CC:
iant
Visibility:
Public.

Description

bytes, strings: allow Reader.Seek past 1<<31 on 64-bit machines Fixes Issue 7654

Patch Set 1 #

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M src/pkg/bytes/reader.go View 1 1 chunk +2 lines, -1 line 1 comment Download
M src/pkg/strings/reader.go View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5
bradfitz
Hello golang-codereviews@googlegroups.com (cc: iant@golang.org, rsc@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2014-03-27 15:42:45 UTC) #1
rsc
https://codereview.appspot.com/81480043/diff/40001/src/pkg/bytes/reader.go File src/pkg/bytes/reader.go (right): https://codereview.appspot.com/81480043/diff/40001/src/pkg/bytes/reader.go#newcode119 src/pkg/bytes/reader.go:119: const intSize = 32 << uint(^uint(0)>>63) if int64(int(abs)) != ...
12 years, 3 months ago (2014-03-27 15:48:45 UTC) #2
bradfitz
That is nicer. But while I'm here, can I just fix the Seeker completely? It ...
12 years, 3 months ago (2014-03-27 16:04:26 UTC) #3
rsc
ok
12 years, 3 months ago (2014-03-27 16:08:30 UTC) #4
bradfitz
12 years, 3 months ago (2014-03-27 18:47:10 UTC) #5

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