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
If, for example, function used in a place where a flow element must be, but doesn't represent a correct flow callback, unobviuos things happen. Condition raised in runtime won't provide much useful information to find a culpirt in this case.
(>> (function-returning-flow) ; ok
(function-returning-neither-flow-nor-list)) ; hard-to-locate error
That's a programming error, but hard to catch atm. Some checks need to be added.
The text was updated successfully, but these errors were encountered:
If, for example, function used in a place where a flow element must be, but doesn't represent a correct flow callback, unobviuos things happen. Condition raised in runtime won't provide much useful information to find a culpirt in this case.
That's a programming error, but hard to catch atm. Some checks need to be added.
The text was updated successfully, but these errors were encountered: