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

Issue 6543068: code review 6543068: regexp/syntax: define accepted syntax (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by rsc
Modified:
11 years, 6 months ago
Reviewers:
CC:
bradfitz, francesc, golang-dev
Visibility:
Public.

Description

regexp/syntax: define accepted syntax Update issue 3953.

Patch Set 1 #

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

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

Total comments: 3

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

Total comments: 8

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

Patch Set 6 : diff -r a14cfdc77323 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -4 lines) Patch
A src/pkg/regexp/syntax/doc.go View 1 2 3 4 1 chunk +127 lines, -0 lines 0 comments Download
M src/pkg/regexp/syntax/parse.go View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 9
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2012-09-24 16:19:08 UTC) #1
rsc
Related: http://codereview.appspot.com/6555056
11 years, 6 months ago (2012-09-24 16:21:43 UTC) #2
bradfitz
LGTM https://codereview.appspot.com/6543068/diff/5001/src/pkg/regexp/syntax/doc.go File src/pkg/regexp/syntax/doc.go (right): https://codereview.appspot.com/6543068/diff/5001/src/pkg/regexp/syntax/doc.go#newcode19 src/pkg/regexp/syntax/doc.go:19: . any character, including newline (flag s=true) I ...
11 years, 6 months ago (2012-09-24 16:31:43 UTC) #3
rsc
http://codereview.appspot.com/6543068/diff/5001/src/pkg/regexp/syntax/doc.go File src/pkg/regexp/syntax/doc.go (right): http://codereview.appspot.com/6543068/diff/5001/src/pkg/regexp/syntax/doc.go#newcode19 src/pkg/regexp/syntax/doc.go:19: . any character, including newline (flag s=true) On 2012/09/24 ...
11 years, 6 months ago (2012-09-24 16:52:38 UTC) #4
francesc
Just some details, I'm very happy that looking for "group" or "numbered" works now :-) ...
11 years, 6 months ago (2012-09-24 19:12:49 UTC) #5
rsc
http://codereview.appspot.com/6543068/diff/3004/src/pkg/regexp/syntax/doc.go File src/pkg/regexp/syntax/doc.go (right): http://codereview.appspot.com/6543068/diff/3004/src/pkg/regexp/syntax/doc.go#newcode14 src/pkg/regexp/syntax/doc.go:14: The regular expression understood by this package when parsing ...
11 years, 6 months ago (2012-09-24 19:19:56 UTC) #6
rsc
PTAL
11 years, 6 months ago (2012-09-24 19:22:01 UTC) #7
francesc
LGTM
11 years, 6 months ago (2012-09-24 19:25:24 UTC) #8
rsc
11 years, 6 months ago (2012-09-24 19:34:02 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=ba5179494219 ***

regexp/syntax: define accepted syntax

Update issue 3953.

R=bradfitz, campoy
CC=golang-dev
http://codereview.appspot.com/6543068
Sign in to reply to this message.

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