We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example code
package tests import "github.com/gofrs/uuid/v5" type gen = uuid.Gen
falls with such runtime exception while I try to call minimock on it:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x20 pc=0x104615d8c] goroutine 1 [running]: github.com/gojuno/minimock/v3/internal/types.isInterfaceType(...) /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:174 github.com/gojuno/minimock/v3/internal/types.isInterface(0x0?, {0x0?, 0x9?, 0x10474c6c0?}) /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:63 +0x1c github.com/gojuno/minimock/v3/internal/types.isExportedInterfaceAlias(0x20?, {0x140007e9b00?, 0x5?, 0x1400097d000?}) /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:110 +0x84 github.com/gojuno/minimock/v3/internal/types.isInterface(0x140007e9b80, {0x140007e9b00, 0x8, 0x8}) /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:65 +0x6c github.com/gojuno/minimock/v3/internal/types.FindAllInterfaces(0x140007e96c0?, {0x16ba835e0, 0x8}) /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:33 +0x3e8 main.run(0x140002120e0) /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/cmd/minimock/minimock.go:150 +0x168 main.main() /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/cmd/minimock/minimock.go:126 +0x118
The text was updated successfully, but these errors were encountered:
Opened PR #124 to fix it
Sorry, something went wrong.
No branches or pull requests
example code
falls with such runtime exception while I try to call minimock on it:
The text was updated successfully, but these errors were encountered: