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

Issue 157620043: code review 157620043: go.text/runes: added Rewrite functionality.

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by mpvl
Modified:
9 years, 4 months ago
Reviewers:
CC:
golang-codereviews, nigeltao, r
Visibility:
Public.

Description

go.text/runes: added Rewrite functionality. A Rewriter allows for fast prototyping of Transformers. It will not be as fast as writing it out oneself, but will automatically handle many of the intricate details of writing a Transformer defined on runes.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+550 lines, -0 lines) Patch
A runes/example_rewrite_test.go View 1 chunk +110 lines, -0 lines 0 comments Download
A runes/rewrite.go View 1 chunk +169 lines, -0 lines 0 comments Download
A runes/rewrite_test.go View 1 chunk +271 lines, -0 lines 0 comments Download

Messages

Total messages: 12
mpvl
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.text
9 years, 6 months ago (2014-10-27 20:23:07 UTC) #1
nigeltao
Ah, neither r or I had seen this yet, since we weren't explicitly added to ...
9 years, 5 months ago (2014-11-05 23:50:04 UTC) #2
mpvl
On Thu, Nov 6, 2014 at 12:50 AM, <nigeltao@golang.org> wrote: > Ah, neither r or ...
9 years, 5 months ago (2014-11-06 07:54:57 UTC) #3
nigeltao
On Thu, Nov 6, 2014 at 6:54 PM, <mpvl@golang.org> wrote: > On Thu, Nov 6, ...
9 years, 5 months ago (2014-11-11 06:31:13 UTC) #4
mpvl
On Tue, Nov 11, 2014 at 7:31 AM, Nigel Tao <nigeltao@golang.org> wrote: > On Thu, ...
9 years, 5 months ago (2014-11-11 17:16:16 UTC) #5
r
Why not just use strings.Map? -rob
9 years, 5 months ago (2014-11-12 00:54:47 UTC) #6
mpvl
On 2014/11/12 00:54:47, r wrote: > Why not just use strings.Map? The point of this ...
9 years, 5 months ago (2014-11-12 09:02:22 UTC) #7
nigeltao
On Wed, Nov 12, 2014 at 8:02 PM, <mpvl@golang.org> wrote: > Another reason to put ...
9 years, 5 months ago (2014-11-13 00:08:40 UTC) #8
mpvl
On Thu, Nov 13, 2014 at 1:08 AM, Nigel Tao <nigeltao@golang.org> wrote: > On Wed, ...
9 years, 5 months ago (2014-11-13 08:55:38 UTC) #9
nigeltao
On Thu, Nov 13, 2014 at 7:55 PM, <mpvl@golang.org> wrote: > I don't mind reworking ...
9 years, 5 months ago (2014-11-13 23:24:22 UTC) #10
mpvl
On Fri, Nov 14, 2014 at 12:24 AM, Nigel Tao <nigeltao@golang.org> wrote: > On Thu, ...
9 years, 5 months ago (2014-11-14 09:50:38 UTC) #11
gobot
9 years, 4 months ago (2014-12-19 05:14:22 UTC) #12
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/157620043 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