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

Issue 12530044: code review 12530044: misc/notepadplus: fix functionList regex issue (Closed)

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

Description

misc/notepadplus: fix functionList regex issue The receiver name is optional. when Method's receiver name messing, the functionList regex can't match the Method, e.g. `func (*T) ProtoMessage() {}`.

Patch Set 1 #

Patch Set 2 : diff -r 2a74ed09bf00 http://code.google.com/p/go #

Patch Set 3 : diff -r 2a74ed09bf00 http://code.google.com/p/go #

Patch Set 4 : diff -r 2a74ed09bf00 http://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M misc/notepadplus/functionList.xml View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
chai2010
Hello golang-dev@googlegroups.com, I'd like you to review this change to http://code.google.com/p/go
11 years, 7 months ago (2013-08-08 07:23:43 UTC) #1
bradfitz
LGTM On Thu, Aug 8, 2013 at 12:23 AM, <chaishushan@gmail.com> wrote: > Reviewers: golang-dev1, > ...
11 years, 7 months ago (2013-08-08 17:57:13 UTC) #2
bradfitz
11 years, 7 months ago (2013-08-08 17:57:35 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=b38fdb6c22c1 ***

misc/notepadplus: fix functionList regex issue

The receiver name is optional. when Method's receiver name messing,
the functionList regex can't match the Method,
e.g. `func (*T) ProtoMessage() {}`.

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/12530044

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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