Skip to content
New issue

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

map[string]func(string) string unhandled by new version of mockery #67

Closed
colonelpanic8 opened this issue Apr 7, 2016 · 1 comment
Closed

Comments

@colonelpanic8
Copy link
Contributor

type Issue interface {
    Broken(unhandled map[string]func(string) string)
}

gives

Unable to generated mock for 'Issue': un-namable type: &types.Map{key:(_types.Basic)(0x5984c0), elem:(_types.Signature)(0xc8202ee2a0)} (*types.Map)

@evanphx evanphx closed this as completed in 77e4f5e Apr 7, 2016
@evanphx
Copy link
Member

evanphx commented Apr 7, 2016

Sorry about that! All fixed.

On Thu, Apr 7, 2016 at 2:34 PM IvanMalison notifications@github.com wrote:

type Issue interface {
Broken(unhandled map[string]func(string) string)
}

gives

Unable to generated mock for 'Issue': un-namable type: &types.Map{key:(_types.Basic)(0x5984c0),
elem:(_types.Signature)(0xc8202ee2a0)} (*types.Map)


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#67

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

No branches or pull requests

2 participants