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

Issue 5057043: gomock: Added Nil() matcher. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 9 months ago by awreece
Modified:
14 years, 8 months ago
Reviewers:
CC:
dsymonds
Visibility:
Public.

Description

gomock: Added Nil() matcher.

Patch Set 1 #

Patch Set 2 : diff -r 2cd58d5b0edf https://gomock.googlecode.com/hg #

Total comments: 6

Patch Set 3 : diff -r aed93ddb10e0 https://gomock.googlecode.com/hg #

Total comments: 2

Patch Set 4 : diff -r aed93ddb10e0 https://gomock.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M gomock/matchers.go View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M gomock/matchers_test.go View 1 2 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9
awreece
Can I get an LGTM to push this?
14 years, 8 months ago (2011-09-29 21:18:02 UTC) #1
dsymonds
On Thu, Sep 29, 2011 at 9:18 PM, <awreece@gmail.com> wrote: > Can I get an ...
14 years, 8 months ago (2011-09-29 21:20:36 UTC) #2
dsymonds
http://codereview.appspot.com/5057043/diff/2001/gomock/matchers.go File gomock/matchers.go (right): http://codereview.appspot.com/5057043/diff/2001/gomock/matchers.go#newcode61 gomock/matchers.go:61: switch value := reflect.ValueOf(x); value.Kind() { Pull the ValueOf ...
14 years, 8 months ago (2011-09-29 21:59:03 UTC) #3
dsymonds
On Thu, Sep 29, 2011 at 9:18 PM, <awreece@gmail.com> wrote: > Can I get an ...
14 years, 8 months ago (2011-09-29 22:00:09 UTC) #4
awreece
http://codereview.appspot.com/5057043/diff/2001/gomock/matchers.go File gomock/matchers.go (right): http://codereview.appspot.com/5057043/diff/2001/gomock/matchers.go#newcode61 gomock/matchers.go:61: switch value := reflect.ValueOf(x); value.Kind() { On 2011/09/29 21:59:03, ...
14 years, 8 months ago (2011-09-30 02:24:36 UTC) #5
dsymonds
Just one more little thing. http://codereview.appspot.com/5057043/diff/4003/gomock/matchers.go File gomock/matchers.go (right): http://codereview.appspot.com/5057043/diff/4003/gomock/matchers.go#newcode61 gomock/matchers.go:61: value := reflect.ValueOf(x) rename ...
14 years, 8 months ago (2011-09-30 02:27:02 UTC) #6
awreece
http://codereview.appspot.com/5057043/diff/4003/gomock/matchers.go File gomock/matchers.go (right): http://codereview.appspot.com/5057043/diff/4003/gomock/matchers.go#newcode61 gomock/matchers.go:61: value := reflect.ValueOf(x) On 2011/09/30 02:27:07, dsymonds wrote: > ...
14 years, 8 months ago (2011-09-30 02:30:08 UTC) #7
dsymonds
LGTM
14 years, 8 months ago (2011-09-30 02:32:48 UTC) #8
dsymonds
14 years, 8 months ago (2011-09-30 02:33:48 UTC) #9
*** Submitted as http://code.google.com/p/gomock/source/detail?r=e0eec933d929
***

gomock: Added Nil() matcher.

R=dsymonds
http://codereview.appspot.com/5057043

Committer: David Symonds <dsymonds@golang.org>
Sign in to reply to this message.

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