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

Issue 66840043: code review 66840043: go.text/language: add plural and ordinal rule functions.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by djd
Modified:
10 years, 10 months ago
Reviewers:
CC:
mpvl, golang-codereviews
Visibility:
Public.

Description

go.text/language: add plural and ordinal rule functions. Parse the plural/ordinal rules from CLDR to form equivalent Go functions for each language.

Patch Set 1 #

Patch Set 2 : diff -r 9e44a3c23558 https://code.google.com/p/go.text #

Patch Set 3 : diff -r 9e44a3c23558 https://code.google.com/p/go.text #

Patch Set 4 : diff -r 9e44a3c23558 https://code.google.com/p/go.text #

Patch Set 5 : diff -r 9e44a3c23558 https://code.google.com/p/go.text #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+3059 lines, -1397 lines) Patch
A cldr/plural_parse.go View 1 2 1 chunk +554 lines, -0 lines 5 comments Download
A cldr/plural_parse.y View 1 2 1 chunk +237 lines, -0 lines 3 comments Download
A cldr/plural_parse_test.go View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
M language/language.go View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
M language/language_test.go View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
M language/maketables.go View 1 5 chunks +87 lines, -1 line 2 comments Download
M language/tables.go View 1 8 chunks +2046 lines, -1396 lines 1 comment Download

Messages

Total messages: 7
djd
Hello mpvl (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.text
11 years, 8 months ago (2014-02-21 06:37:16 UTC) #1
mpvl
A few general comments: - I have a very strong preference to not use Yacc. ...
11 years, 8 months ago (2014-02-21 09:50:15 UTC) #2
mpvl
https://codereview.appspot.com/66840043/diff/60001/cldr/plural_parse.y File cldr/plural_parse.y (right): https://codereview.appspot.com/66840043/diff/60001/cldr/plural_parse.y#newcode179 cldr/plural_parse.y:179: // For example "n is 3 or n in ...
11 years, 8 months ago (2014-02-21 10:23:53 UTC) #3
djd
I'll just respond to the meta comments now, and update the code tomorrow. I put ...
11 years, 8 months ago (2014-02-24 11:13:46 UTC) #4
mpvl
On Mon, Feb 24, 2014 at 12:13 PM, <djd@golang.org> wrote: > I'll just respond to ...
11 years, 8 months ago (2014-02-24 23:12:58 UTC) #5
mpvl
On Tue, Feb 25, 2014 at 12:12 AM, Marcel van Lohuizen <mpvl@golang.org>wrote: > > > ...
11 years, 8 months ago (2014-02-26 07:38:14 UTC) #6
gobot
10 years, 10 months ago (2014-12-19 05:18:17 UTC) #7
R=close To the author of this CL: The Go project has moved to Gerrit Code Review. If this CL should be continued, please see the latest version of https://golang.org/doc/contribute.html for instructions on how to set up Git and the Go project's Gerrit codereview plugin, and then create a new change with your current code. If there has been discussion on this CL, please give a link to it (golang.org/cl/66840043 is best) in the description in your new CL. Thanks very much.
Sign in to reply to this message.

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