Makdon

Results 31 comments of Makdon

> Thanks for the feature request. I think this sounds pretty similar to the feature implemented here: [0cdccf5](https://github.com/golang/mock/commit/0cdccf5f55d777b12c1ac5a93f607cdd1dbf5296) > > I am not sure it this is needed as well....

Suppose we have an interface: ```go type foo interface{ IsFruit(string)bool AreFavorite([]string)bool } ``` And here's part of the test code: ```go favoriteFruit := []string{"Apple", "Banana", "Cherry"} m.EXPECT(). IsFruit(gomock.In(favoriteFruit)). Return(True) m.EXPECT()....

> Thank you for the clarification. I will leave this issue open for a bit to see what others think. In the meantime you can always implement this matcher for...

hi @codyoss , it has been a month since the last update. Is it time to push it forward, or just leave this issue open, or close the issue cause...

> I found a use of this feature in my project. Having it built-in sounds nice. > > I have two suggestions to make `In` potentially more useful: make it...

@favonia I get your point now and it looks good and worth discussing.

i met the same problem

It seems that `external_docs` is not rendered correctly. I am trying to figure why.

> any progress on this? i'm also interested in this Still waiting for review from @ivucica

You can try to read the [paper](https://github.com/dgraph-io/dgraph/blob/master/paper/dgraph.pdf)