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

Issue 6167044: code review 6167044: exp/locale/collate: Add maketables tool and generated t... (Closed)

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

Description

exp/locale/collate: Add maketables tool and generated tables. Also set maxContractLen automatically. Note that the table size is much bigger than it needs to be. Optimization is best done, though, when the language specific tables are added.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7477 lines, -4 lines) Patch
A src/pkg/exp/locale/collate/Makefile View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/pkg/exp/locale/collate/build/builder.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/exp/locale/collate/build/table.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/exp/locale/collate/collate.go View 1 1 chunk +0 lines, -4 lines 0 comments Download
A src/pkg/exp/locale/collate/maketables.go View 1 1 chunk +185 lines, -0 lines 0 comments Download
A src/pkg/exp/locale/collate/tables.go View 1 2 1 chunk +7272 lines, -0 lines 0 comments Download

Messages

Total messages: 3
mpvl
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
12 years, 10 months ago (2012-05-07 09:56:50 UTC) #1
r
LGTM
12 years, 10 months ago (2012-05-07 22:40:48 UTC) #2
mpvl
12 years, 10 months ago (2012-05-09 10:04:05 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=9182664c616f ***

exp/locale/collate: Add maketables tool and generated tables.
Also set maxContractLen automatically.
Note that the table size is much bigger than it needs to be.
Optimization is best done, though, when the language specific
tables are added.

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

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