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
defdemo(foo: int, /, bar: int) ->MsgGenerator:
yieldfrom ()
due to the method of wrapping all arguments into a dict and passing as demo(**args), it doesn't appear to be possible to run this plan.
This might not be an issue but if it's not intended to be supported, it would be good to document that somewhere and maybe warn when the plans are being read/registered.
The text was updated successfully, but these errors were encountered:
Given a plan such as
due to the method of wrapping all arguments into a dict and passing as
demo(**args)
, it doesn't appear to be possible to run this plan.This might not be an issue but if it's not intended to be supported, it would be good to document that somewhere and maybe warn when the plans are being read/registered.
The text was updated successfully, but these errors were encountered: