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

Issue 3984042: code review 3984042: godoc: enable qualified identifiers ("math.Sin") as que... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by gri
Modified:
14 years, 5 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

godoc: enable qualified identifiers ("math.Sin") as query strings again A query string of the form ident.ident will be used both as a qualified identifier for identifier search and as a regular expression. Qualified identifier lookup got broken accidentally when introducing regexp full text search. Cleaned up surrounding logic a bit.

Patch Set 1 #

Patch Set 2 : code review 3984042: godoc: enable qualified identifiers ("math.Sin") as que... #

Patch Set 3 : code review 3984042: godoc: enable qualified identifiers ("math.Sin") as que... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -22 lines) Patch
M src/cmd/godoc/godoc.go View 1 1 chunk +19 lines, -22 lines 0 comments Download

Messages

Total messages: 3
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-19 19:22:04 UTC) #1
rsc
LGTM
14 years, 5 months ago (2011-01-19 20:11:46 UTC) #2
gri
14 years, 5 months ago (2011-01-19 20:48:12 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=8483bcc4c629 ***

godoc: enable qualified identifiers ("math.Sin") as query strings again

A query string of the form ident.ident will be used both as a qualified
identifier for identifier search and as a regular expression.
Qualified identifier lookup got broken accidentally when introducing
regexp full text search. Cleaned up surrounding logic a bit.

R=rsc
CC=golang-dev
http://codereview.appspot.com/3984042
Sign in to reply to this message.

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