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

Issue 5754046: code review 5754046: unicode/utf8: remove dependence on unicode. (Closed)

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

Description

unicode/utf8: remove dependence on unicode. The dependency was there only to pull in two constants. Now we define them locally and verify equality in the test.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -5 lines) Patch
M src/pkg/unicode/utf8/utf8.go View 1 2 chunks +8 lines, -5 lines 0 comments Download
M src/pkg/unicode/utf8/utf8_test.go View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 2 months ago (2012-03-06 00:00:25 UTC) #1
bradfitz
LGTM but validate the ______ ? On Mon, Mar 5, 2012 at 4:00 PM, <r@golang.org> ...
13 years, 2 months ago (2012-03-06 00:03:47 UTC) #2
r
13 years, 2 months ago (2012-03-06 00:14:50 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0916d0c46bb7 ***

unicode/utf8: remove dependence on unicode.
The dependency was there only to pull in two constants.
Now we define them locally and verify equality in the test.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5754046
Sign in to reply to this message.

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