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

Issue 5696058: code review 5696058: cmd/go: in list, don't print blank lines for no output (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by r
Modified:
13 years, 9 months ago
Reviewers:
CC:
golang-dev, rsc1
Visibility:
Public.

Description

cmd/go: in list, don't print blank lines for no output Otherwise go list -f "{{if .Stale}}{{.ImportPath}}{{end}}" all and similar commands can print pages of empty lines.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -3 lines) Patch
M src/cmd/go/list.go View 4 chunks +38 lines, -3 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 9 months ago (2012-02-24 09:15:53 UTC) #1
rsc1
LGTM >
13 years, 9 months ago (2012-02-24 19:24:08 UTC) #2
r
13 years, 9 months ago (2012-02-24 21:01:00 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=614fcec5affb ***

cmd/go: in list, don't print blank lines for no output
Otherwise
        go list -f "{{if .Stale}}{{.ImportPath}}{{end}}" all
and similar commands can print pages of empty lines.

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

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