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

Callbacks wrapper feature and bug fixes #4

Merged
merged 2 commits into from
Feb 22, 2020
Merged

Conversation

ElChache
Copy link
Owner

  • :callbacks-wrapper-fn can be passed in the configuration with the value as a function with signature [val ctx step-res] that will be called if a callback is a value instead of a function.
  • fixed the bug that threw exception when the injector step returned nil
  • fixed a bug that was calling the step callback functions with unresolved promises.

- :callbacks-wrapper-fn can be passed in the configuration with the value as a function with signature [val ctx step-res] that will be called if a callback is a value instead of a function.
- fixed the bug that threw exception when the injector step returned nil
- fixed a bug that was calling the step callback functions with unresolved promises.
test/fonda/core_test.cljs Show resolved Hide resolved
src/fonda/execute.cljs Show resolved Hide resolved
@johnp418
Copy link
Collaborator

Okay I'll leave this to you now to merge it 👍

…s-wrapper-fn` is provided on the configuration
@ElChache ElChache merged commit d3984d5 into master Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants