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

Incorrect flow elements #6

Open
borodust opened this issue Mar 22, 2017 · 0 comments
Open

Incorrect flow elements #6

borodust opened this issue Mar 22, 2017 · 0 comments

Comments

@borodust
Copy link
Owner

borodust commented Mar 22, 2017

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.

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

1 participant