Nick Miyake
Nick Miyake
Thanks for the feedback. As long as we keep the `--first-parent` behavior as the default, I think that, based on this feedback, exposing the ability to use configuration to turn...
@iamdanfox I agree with with points 1 and 2, but would argue that keeping `--first-parent` as the default behavior basically satisfies both of those cases -- keeping the flag as...
Ah OK if there's not a way to enforce the setting "globally" on the plugin then I'm convinced.
Thanks for the PR! I've updated the project to use CircleCI 2.0, so it should be possible to update/touch up your PR and have the jobs run. Once this is...
@k-simons, I have some cycles to take a look at this now. When you get a chance, can you point me to some example projects where you observed this difference...
Chiming in on this issue because I am interested in this as well. Summary ---------- I believe the intent of this issue is to point out that the reference implementation...
FWIW, I believe I observe this intermittently (and more often) in OSS repo basts. Here are some PRs from an excavator pass where bulldozer failed to merge until it was...
Just wanted to flag that I don't think this is necessarily rare -- looks like there were at least 5-6 instances of this occurring for a round of excavator PRs,...
This is due to the handling of `case *types.Signature:` in `generator.go`. The `g.renderTypeTuple(ctx, t.Params())` does not have any notion of varargs, which makes the handling here incorrect. To fix this,...
I can confirm that `--name=".*"` provides the desired behavior: ``` ➜ mockery --dir=./pkg --name=".*" 06 Jul 20 14:35 PDT INF Starting mockery dry-run=false version=0.0.0-dev 06 Jul 20 14:35 PDT INF...