Jeff Hodges
Jeff Hodges
Hm, I wonder if there's a way for bazel_gomock to convince gazelle to leave this alone without special casing. Generating a file to go into source hasn't, in the past,...
Could you post the build target you're needing to use this in? I'm trying to figure out how this and #28 are operating differently
Hm, I'm worried about this one because there's no way for folks to know what to include in their other targets to use this one.
Do you have any ideas on how to solve that?
Right! If we can get a README update in this patch, that'd be cool!
I have a workaround for you and have [opened a ticket](https://github.com/bazelbuild/rules_go/issues/1944) with the rules_go folks to make a nicer solution. It looks like there's no bazel targets for individual packages...
(I'm pretty sure that you don't have to export that type alias, too, if the alias is in the same package as the generated and test code but haven't checked...
(Typoed the `interfaces` param values in the original comment, but have corrected it)
Saw this had a `Good First Issue` on it and I was wanting exception types with some fields attached, so I tried a quick swipe at this derive macro in...
> You shouldn't have to do that - nothing in the macro crate has any idea about pyo3's types. > > Do you have experience writing proc macros? Ah, the...