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

Issue 113300044: code review 113300044: cmd/api: ignore internal packages (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by bradfitz
Modified:
10 years, 10 months ago
Reviewers:
gobot, rsc, dave
CC:
rsc, dave_cheney.net, golang-codereviews
Visibility:
Public.

Description

cmd/api: ignore internal packages We might want to add a go/build.IsInternal(pkg string) bool later, but this works for now.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M src/cmd/api/goapi.go View 2 chunks +7 lines, -1 line 0 comments Download
M src/cmd/api/goapi_test.go View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 6
bradfitz
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 10 months ago (2014-07-21 03:44:17 UTC) #1
dave_cheney.net
LGTM.
10 years, 10 months ago (2014-07-21 09:17:16 UTC) #2
rsc
The regexp is wrong. Look for (^|/)internal($|/). As written it will match foo-internal-bar and so ...
10 years, 10 months ago (2014-07-21 18:49:11 UTC) #3
rsc
LGTM otherwise
10 years, 10 months ago (2014-07-21 18:49:25 UTC) #4
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=e00870c21166 *** cmd/api: ignore internal packages We might want to add a ...
10 years, 10 months ago (2014-07-21 19:06:33 UTC) #5
gobot
10 years, 10 months ago (2014-07-21 20:56:42 UTC) #6
Message was sent while issue was closed.
This CL appears to have broken the windows-386 builder.
See http://build.golang.org/log/7229903f9ee351a5ec2b167f40fcd71533a6ef5a
Sign in to reply to this message.

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