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

Issue 7071050: code review 7071050: testing: in example, empty output not distinguished fro... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by ryanslade
Modified:
12 years, 2 months ago
Reviewers:
CC:
golang-dev, rsc, adg
Visibility:
Public.

Description

testing: in example, empty output not distinguished from missing output Fixes issue 4485.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r c8c8cc10a3da https://code.google.com/p/go/ #

Total comments: 8

Patch Set 6 : diff -r e8cfa948baf2 https://code.google.com/p/go/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -16 lines) Patch
M src/cmd/go/test.go View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/doc/example.go View 1 2 3 4 5 4 chunks +19 lines, -15 lines 0 comments Download

Messages

Total messages: 10
ryanslade
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 2 months ago (2013-01-08 12:43:10 UTC) #1
rsc
This changes the interpretation of Example structs that don't set HasOutput. That is, Example{Output:"foo"} right ...
12 years, 2 months ago (2013-01-09 19:11:18 UTC) #2
ryanslade
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2013-01-10 13:00:52 UTC) #3
ryanslade
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2013-01-10 13:01:59 UTC) #4
adg
https://codereview.appspot.com/7071050/diff/8001/src/cmd/go/test.go File src/cmd/go/test.go (right): https://codereview.appspot.com/7071050/diff/8001/src/cmd/go/test.go#newcode795 src/cmd/go/test.go:795: if e.EmptyOutput { if e.Output == "" && !e.EmptyOutput ...
12 years, 2 months ago (2013-01-11 03:10:36 UTC) #5
ryanslade
I've made the changes as suggested https://codereview.appspot.com/7071050/diff/8001/src/cmd/go/test.go File src/cmd/go/test.go (right): https://codereview.appspot.com/7071050/diff/8001/src/cmd/go/test.go#newcode795 src/cmd/go/test.go:795: if e.EmptyOutput { ...
12 years, 2 months ago (2013-01-11 12:10:31 UTC) #6
ryanslade
Hello golang-dev@googlegroups.com, rsc@golang.org, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2013-01-11 12:11:01 UTC) #7
ryanslade
Hello golang-dev@googlegroups.com, rsc@golang.org, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2013-01-11 12:17:41 UTC) #8
adg
LGTM
12 years, 2 months ago (2013-01-12 00:05:35 UTC) #9
adg
12 years, 2 months ago (2013-01-12 00:06:01 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=97e9dac9a01d ***

testing: in example, empty output not distinguished from missing output

Fixes issue 4485.

R=golang-dev, rsc, adg
CC=golang-dev
https://codereview.appspot.com/7071050

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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