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
Probably not statically. I think a better approach is to maintain a runtime map of topic→type info, which should by updated when calling handle. Any calls to emit! could then look up the types that the arguments must match and ask core.typed to validate whether they match.
The following open questions should be answered:
handle
andemit!
calls (as described in the comment below)?The following good-to-go tasks should just be implemented:
slacker.client
.slacker.converters
slacker.lookups
The text was updated successfully, but these errors were encountered: