Skip to content

Conversation

TvdW
Copy link

@TvdW TvdW commented Jul 1, 2025

Fixes #263

@CLAassistant
Copy link

CLAassistant commented Jul 1, 2025

CLA assistant check
All committers have signed the CLA.

@TvdW TvdW force-pushed the issue-263 branch 2 times, most recently from 3fdf95b to b28b003 Compare July 3, 2025 18:04
if t.NumFields() == 0 {
return PredeclaredType("struct{}"), nil
}
case *types.Named, *types.Alias:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shamelessly stolen from package_mode.go, which seems to implement the same typeFromGoTypesType function?

@jtszalay
Copy link

I'm also hitting this as I try to move our repo to use bazel_gomock.

@tulzke
Copy link
Contributor

tulzke commented Oct 5, 2025

This commit should fix the problem: ca5300b
It seems that this PR can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

archive mode does not support type aliases

4 participants