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

Issue 13253049: code review 13253049: cmd/go: use pattern to prune file tree walk (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:
adg
CC:
golang-dev, adg
Visibility:
Public.

Description

cmd/go: use pattern to prune file tree walk For example, if the pattern is m... there is no need to look in directories not beginning with m. Fixes issue 5214.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -9 lines) Patch
M src/cmd/go/main.go View 1 2 3 4 chunks +39 lines, -0 lines 0 comments Download
M src/cmd/go/match_test.go View 1 2 chunks +61 lines, -9 lines 0 comments Download
M src/cmd/go/test.bash View 1 1 chunk +16 lines, -0 lines 0 comments Download
A src/cmd/go/testdata/src/badpkg/x.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 6 months ago (2013-09-10 20:19:15 UTC) #1
adg
LGTM
11 years, 6 months ago (2013-09-11 00:13:25 UTC) #2
rsc
11 years, 6 months ago (2013-09-11 13:57:10 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=e176e9d59540 ***

cmd/go: use pattern to prune file tree walk

For example, if the pattern is m... there is
no need to look in directories not beginning with m.

Fixes issue 5214.

R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/13253049
Sign in to reply to this message.

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