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

Issue 7951043: code review 7951043: go/doc: use regexp for -notes instead of comma-sep. list (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by gri
Modified:
12 years, 1 month ago
Reviewers:
CC:
cnicolaou, golang-dev
Visibility:
Public.

Description

go/doc: use regexp for -notes instead of comma-sep. list -notes="BUG|TODO" instead of -notes="BUG,TODO". Permits -notes=".*" to see all notes.

Patch Set 1 #

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

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

Patch Set 4 : diff -r a78557354dc0 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -10 lines) Patch
M src/cmd/godoc/doc.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/cmd/godoc/godoc.go View 1 2 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 3
gri
Hello cnicolaou@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013-03-21 18:40:44 UTC) #1
cnicolaou
lgtm.
12 years, 1 month ago (2013-03-21 20:41:18 UTC) #2
gri
12 years, 1 month ago (2013-03-21 22:56:31 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=8e013d7f67a4 ***

go/doc: use regexp for -notes instead of comma-sep. list

-notes="BUG|TODO" instead of -notes="BUG,TODO".
Permits -notes=".*" to see all notes.

R=cnicolaou
CC=golang-dev
https://codereview.appspot.com/7951043
Sign in to reply to this message.

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