Lucas Bremgartner
Lucas Bremgartner
That being said, in regards to performance, the approach using `mockery` is way better, it improved the time to generate by a factor of ~10 when generating 91 files (mocks...
One more thing: Since I now use `mockery` to generate Mocks as well as Wrappers and in the case of the Wrappers, I might even end up generating several wrappers...
For me, it was always clear, that mockery could become a more generic tool for generating code based on interfaces, if it will be extended such that it operates on...
See my response in https://github.com/vektra/mockery/pull/960#issuecomment-2763595605, where I also touched on the topics mentioned above.
In regards to having multiple config files, this works for me, if we can accept the `--config` flag multiple times and we can reuse the types parsing, since this is...
One other thing: have you thought about show casing templates, that can be used with mockery v3. From a maintenance perspective, it might make sense to not include too many...
It is not (yet) an open source repository, so I can not share the link. My obersvation is, that analyzing the source code (parsing, processing the AST and the types,...
@magnusbaeck #97 has landed, should we release a beta3 now for?
No rush, I am now OOO until begin of August.
I am back again. I suggest to get #206 and #207 merged and then release beta.3, what do you think @magnusbaeck?