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

Issue 155056: code review 155056: fix bug in bytes.Map and add test cases for Map in both... (Closed)

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

Description

fix bug in bytes.Map and add test cases for Map in both strings and bytes packages. thanks to ulrik.sverdrup for the test case. Fixes issue 191.

Patch Set 1 #

Patch Set 2 : code review 155056: fix bug in bytes.Map and add test cases for Map in both... #

Patch Set 3 : code review 155056: fix bug in bytes.Map and add test cases for Map in both... #

Total comments: 1

Patch Set 4 : code review 155056: fix bug in bytes.Map and add test cases for Map in both... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -3 lines) Patch
M src/pkg/bytes/bytes.go View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/bytes/bytes_test.go View 1 3 chunks +28 lines, -0 lines 0 comments Download
M src/pkg/strings/strings_test.go View 1 2 3 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review the following change.
15 years, 8 months ago (2009-11-15 19:54:48 UTC) #1
rsc
LGTM http://codereview.appspot.com/155056/diff/12/1005 File src/pkg/bytes/bytes.go (right): http://codereview.appspot.com/155056/diff/12/1005#newcode223 src/pkg/bytes/bytes.go:223: if rune < utf8.RuneSelf { fine as is. ...
15 years, 8 months ago (2009-11-15 20:01:07 UTC) #2
r
15 years, 8 months ago (2009-11-15 20:07:30 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=fd9c2e514c03 ***

fix bug in bytes.Map and add test cases for Map in both strings and bytes
packages.
thanks to ulrik.sverdrup for the test case.

Fixes issue 191.

R=rsc
CC=golang-dev
http://codereview.appspot.com/155056
Sign in to reply to this message.

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