You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to help out wherever I can, but I'd love for interfaces to work. I propose that for an initial iteration, only closed interfaces are supported (i.e. interfaces with unexported methods). This way one can exhaustively find the type switch cases.
The text was updated successfully, but these errors were encountered:
We have an undergrad (@sharontlin) working on this already so I do want to leave this open for her to work on. In that project we're first going to target just calling interface methods on a struct, then work on supporting type switches and conversions. After that I'm happy to look into any extensions that would help support a use case you have in mind.
Hi,
I'm happy to help out wherever I can, but I'd love for interfaces to work. I propose that for an initial iteration, only closed interfaces are supported (i.e. interfaces with unexported methods). This way one can exhaustively find the type switch cases.
The text was updated successfully, but these errors were encountered: