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

Issue 4635082: code review 4635082: exp/regexp/syntax: finish Regexp manipulation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by rsc
Modified:
13 years, 8 months ago
Reviewers:
CC:
Sam, r, golang-dev
Visibility:
Public.

Description

exp/regexp/syntax: finish Regexp manipulation Except for the inevitable bug fixes, the Regexp code is done.

Patch Set 1 #

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

Total comments: 16

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

Patch Set 4 : diff -r 229a6b3d92e7 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+713 lines, -39 lines) Patch
M src/pkg/exp/regexp/syntax/parse.go View 1 2 8 chunks +329 lines, -35 lines 0 comments Download
M src/pkg/exp/regexp/syntax/parse_test.go View 1 3 chunks +8 lines, -2 lines 0 comments Download
M src/pkg/exp/regexp/syntax/regexp.go View 1 2 4 chunks +74 lines, -2 lines 0 comments Download
A src/pkg/exp/regexp/syntax/simplify.go View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A src/pkg/exp/regexp/syntax/simplify_test.go View 1 2 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello Sam, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-06-30 02:21:07 UTC) #1
r
i think simplify deserves a file of its own, so parsing and simplification are easily ...
13 years, 8 months ago (2011-06-30 03:06:02 UTC) #2
rsc
PTAL. Patch set 2 corresponds to what you commented on but with the code shuffled ...
13 years, 8 months ago (2011-06-30 03:29:55 UTC) #3
r
LGTM
13 years, 8 months ago (2011-06-30 03:47:27 UTC) #4
rsc
13 years, 8 months ago (2011-06-30 14:26:24 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=51cdd26f41c5 ***

exp/regexp/syntax: finish Regexp manipulation

Except for the inevitable bug fixes, the Regexp code is done.

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

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