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

Issue 7628047: code review 7628047: go.exp/locale: Added table generator and lookup code fo... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by mpvl
Modified:
11 years ago
Reviewers:
mpvl, albert.strasheim
CC:
r, golang-dev
Visibility:
Public.

Description

go.exp/locale: Added table generator and lookup code for low-level tables.

Patch Set 1 #

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

Total comments: 2

Patch Set 3 : diff -r 5d3dd3a7f904 https://code.google.com/p/go.exp/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1492 lines, -0 lines) Patch
A locale/Makefile View 1 1 chunk +16 lines, -0 lines 0 comments Download
A locale/lookup.go View 1 1 chunk +287 lines, -0 lines 0 comments Download
A locale/lookup_test.go View 1 1 chunk +238 lines, -0 lines 0 comments Download
A locale/maketables.go View 1 1 chunk +662 lines, -0 lines 0 comments Download
A locale/tables.go View 1 1 chunk +289 lines, -0 lines 0 comments Download

Messages

Total messages: 5
mpvl
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.exp/
11 years, 1 month ago (2013-03-15 11:47:20 UTC) #1
r
LGTM https://codereview.appspot.com/7628047/diff/2001/locale/lookup.go File locale/lookup.go (right): https://codereview.appspot.com/7628047/diff/2001/locale/lookup.go#newcode20 locale/lookup.go:20: }) << 2 wow https://codereview.appspot.com/7628047/diff/2001/locale/maketables.go File locale/maketables.go (right): ...
11 years, 1 month ago (2013-03-21 20:59:48 UTC) #2
mpvl
*** Submitted as https://code.google.com/p/go/source/detail?r=cf222d8ab73e&repo=exp *** go.exp/locale: Added table generator and lookup code for low-level tables. ...
11 years, 1 month ago (2013-03-25 19:12:39 UTC) #3
albert.strasheim
On 2013/03/25 19:12:39, mpvl wrote: > *** Submitted as > https://code.google.com/p/go/source/detail?r=cf222d8ab73e&repo=exp *** > go.exp/locale: Added ...
11 years, 1 month ago (2013-03-29 17:37:36 UTC) #4
mpvl_google.com
11 years ago (2013-03-30 22:41:11 UTC) #5
sent out CL to fix this.


On Fri, Mar 29, 2013 at 6:37 PM, <fullung@gmail.com> wrote:

> On 2013/03/25 19:12:39, mpvl wrote:
>
>> *** Submitted as
>>
https://code.google.com/p/go/**source/detail?r=cf222d8ab73e&**repo=exp<https:...
>> go.exp/locale: Added table generator and lookup code for low-level
>>
> tables.
>
> It would be nice if we could fix these tests to work with multiple cpu
> values. We're close to having all the subrepos pass the stress tests.
>
> $ go test -cpu 1,1 -short
code.google.com/p/go.exp/**locale<http://code.google.com/p/go.exp/locale>
> --- FAIL: TestSearch (0.00 seconds)
>         lookup_test.go:41: aaax: found 16; want -1
>         lookup_test.go:41: bbbb: found 28; want -1
>         lookup_test.go:41:     : found 0; want -1
> FAIL
> FAIL   
code.google.com/p/go.exp/**locale<http://code.google.com/p/go.exp/locale>0.005s
>
>
https://codereview.appspot.**com/7628047/<https://codereview.appspot.com/7628...
>



-- 
Trying this for a while: http://go/OnlyCheckEmailTwiceADay.
Marcel van Lohuizen -- Google Switzerland GmbH -- Identifikationsnummer:
CH-020.4.028.116-1
Sign in to reply to this message.

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