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

[FEATURE] nested support #3

Merged
merged 3 commits into from
Jun 23, 2021

Conversation

richardboehme
Copy link
Collaborator

  • add opportunity to pass a nested operation instead of a method to all
    step macros
  • allow inputs and outputs to be defined
  • add defaults when no inputs/outputs defined
  • add sync option to combine inputs and outputs
  • add nested operation logger possibilities
  • add documentation

* add opportunity to pass a nested operation instead of a method to all
step macros
* allow inputs and outputs to be defined
* add defaults when no inputs/outputs defined
* add sync option to combine inputs and outputs
* add nested operation logger possibilities
* add documentation
@richardboehme richardboehme force-pushed the 20210108_richardboehme_add-nested-macro branch from 4ab9f5f to c76eeff Compare February 12, 2021 20:15
richardboehme and others added 2 commits June 18, 2021 23:53
Previously nested operations like Foo::Bar would result in an error.
This is fixed by replacing the '::' with '__' when generating the
according step name.
@richardboehme richardboehme merged commit 3429f13 into master Jun 23, 2021
@richardboehme richardboehme deleted the 20210108_richardboehme_add-nested-macro branch June 23, 2021 16:07
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

Successfully merging this pull request may close these issues.

2 participants