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

Issue 99310043: code review 99310043: go.tools/container/intsets: fix compile error on 32-bit... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by adonovan
Modified:
11 years, 1 month ago
Reviewers:
gri
CC:
golang-codereviews
Visibility:
Public.

Description

go.tools/container/intsets: fix compile error on 32-bit platforms. Also, fix typo.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r f75341a52758 https://code.google.com/p/go.tools #

Total comments: 2

Patch Set 7 : diff -r f75341a52758 https://code.google.com/p/go.tools #

Patch Set 8 : diff -r 16246baf70e7 https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -10 lines) Patch
M container/intsets/sparse.go View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M container/intsets/util.go View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M container/intsets/util_test.go View 1 2 3 4 5 6 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 5
adonovan
Hello gri@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
11 years, 1 month ago (2014-05-15 17:40:24 UTC) #1
gri
LGTM + suggestion for unrelated change https://codereview.appspot.com/99310043/diff/10002/container/intsets/util_test.go File container/intsets/util_test.go (right): https://codereview.appspot.com/99310043/diff/10002/container/intsets/util_test.go#newcode14 container/intsets/util_test.go:14: n := nlz(word(v)) ...
11 years, 1 month ago (2014-05-15 17:58:02 UTC) #2
adonovan
https://codereview.appspot.com/99310043/diff/10002/container/intsets/util_test.go File container/intsets/util_test.go (right): https://codereview.appspot.com/99310043/diff/10002/container/intsets/util_test.go#newcode14 container/intsets/util_test.go:14: n := nlz(word(v)) On 2014/05/15 17:58:02, gri wrote: > ...
11 years, 1 month ago (2014-05-15 18:02:21 UTC) #3
adonovan
*** Submitted as https://code.google.com/p/go/source/detail?r=58c7b2933d04&repo=tools *** go.tools/container/intsets: fix compile error on 32-bit platforms. Also, fix typo. ...
11 years, 1 month ago (2014-05-15 18:03:07 UTC) #4
gri
11 years, 1 month ago (2014-05-15 18:05:17 UTC) #5
Message was sent while issue was closed.
LGTM

but now you can remove the unnecessary int conversions at sparse.go:134, 147
Sign in to reply to this message.

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