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

Issue 5309042: code review 5309042: exp/norm: use rune (Closed)

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

Description

exp/norm: use rune Nothing terribly interesting here. (!) Since the public APIs are all in terms of UTF-8, the changes are all internal only.

Patch Set 1 #

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

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

Total comments: 1

Patch Set 4 : diff -r 2036892ab207 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 5 : diff -r cb2e966ed5fe https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r a19ec28abad0 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r a19ec28abad0 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -94 lines) Patch
M src/pkg/exp/norm/composition.go View 1 2 chunks +12 lines, -12 lines 0 comments Download
M src/pkg/exp/norm/composition_test.go View 1 6 chunks +31 lines, -31 lines 0 comments Download
M src/pkg/exp/norm/maketables.go View 1 2 3 16 chunks +27 lines, -27 lines 0 comments Download
M src/pkg/exp/norm/maketesttables.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/norm/normalize_test.go View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/exp/norm/normregtest.go View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M src/pkg/exp/norm/trie_test.go View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/exp/norm/triedata_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/norm/triegen.go View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6
rsc
Hello mpvl (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2011-10-19 17:27:25 UTC) #1
gri
LGTM http://codereview.appspot.com/5309042/diff/5001/src/pkg/exp/norm/maketables.go File src/pkg/exp/norm/maketables.go (right): http://codereview.appspot.com/5309042/diff/5001/src/pkg/exp/norm/maketables.go#newcode163 src/pkg/exp/norm/maketables.go:163: var lastChar rune = 0 perhaps: var lastChar ...
12 years, 6 months ago (2011-10-19 18:25:47 UTC) #2
r
LGTM
12 years, 6 months ago (2011-10-19 18:26:13 UTC) #3
rsc
On Oct 19, 2011 at 14:25, gri@golang.org wrote: > src/pkg/exp/norm/maketables.go:163: var lastChar rune = 0 ...
12 years, 6 months ago (2011-10-19 19:04:37 UTC) #4
mpvl
LGTM http://codereview.appspot.com/5309042/diff/8001/src/pkg/exp/norm/normregtest.go File src/pkg/exp/norm/normregtest.go (right): http://codereview.appspot.com/5309042/diff/8001/src/pkg/exp/norm/normregtest.go#newcode106 src/pkg/exp/norm/normregtest.go:106: r int // used for character by character ...
12 years, 6 months ago (2011-10-20 16:17:08 UTC) #5
rsc
12 years, 6 months ago (2011-10-26 05:26:17 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=8ed86d2166d2 ***

exp/norm: use rune

Nothing terribly interesting here. (!)

Since the public APIs are all in terms of UTF-8,
the changes are all internal only.

R=mpvl, gri, r
CC=golang-dev
http://codereview.appspot.com/5309042
Sign in to reply to this message.

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