uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.81k stars 103 forks source link

gomock_reflect_4282172408 directory remained not deleted after error #57

Open aria3ppp opened 10 months ago

aria3ppp commented 10 months ago

Actual behavior A clear and concise description of what the bug is.

I used to this kind of situation where go generate fails and the mockgen leftovers got not clean

Expected behavior A clear and concise description of what you expected to happen.

mockgen should clean artifact files

To Reproduce Steps to reproduce the behavior

make gomock fail?

  1. ...
  2. ...

Additional Information

Triage Notes for the Maintainers

JacobOaks commented 10 months ago

Hey, can you provide us with a repro case for this so we can investigate further?