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

Manage step return values #73

Merged
merged 2 commits into from Jan 10, 2023
Merged

Manage step return values #73

merged 2 commits into from Jan 10, 2023

Conversation

ebousse
Copy link
Contributor

@ebousse ebousse commented Dec 17, 2022

Description

Adapt the MOCCML engine to the changes made in this PR: eclipse/gemoc-studio-modeldebugging#226

Changes

  • Replace all Runnable step callbacks by Consumer<Optional<Object>>, so that they may provide a return value.
  • Call afterExecutionStep with the step return value

Companion Pull Requests

@dvojtise dvojtise merged commit cb85a4b into master Jan 10, 2023
@dvojtise dvojtise deleted the stepReturn branch April 5, 2023 12:45
@dvojtise dvojtise added the enhancement New feature or request label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants