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

[Core] Decouple UndefinedStepsTracker from Glue #1172

Merged
merged 2 commits into from
Jul 7, 2017

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Jul 7, 2017

Glue only served to pass the UndefinedStepsTracker between Runtime and
Runtime. Decoupling this removes some pointless complexity.

The constructor RuntimeGlue(UndefinedStepsTracker, LocalizedXStreams)
has been deprecated to avoid breaking existing implementations.

The Runtime will not use the provided UndefinedStepsTracker but this is
consistent with the behaviour prior to #1019.

Third parties interested in undefined steps can use the subscribe their own
UndefinedStepsTracker to the event bus.

@mpkorstanje mpkorstanje force-pushed the decouple-undefined-steps-tracker-from-glue branch from e8f6b3b to 86f09d1 Compare July 7, 2017 23:40
 Glue only served to pass the UndefinedStepsTracker between Runtime and
 Runtime. Decoupling this removes some pointless complexity.

 The constructor `RuntimeGlue(UndefinedStepsTracker, LocalizedXStreams)`
 has been deprecated to avoid breaking existing implementations.

 The Runtime will not use the provided UndefinedStepsTracker but this is
 consistent with the behaviour prior to  #1019.

 Third parties interested in undefined steps can use the subscribe their own
 UndefinedStepsTracker to the event bus.
@mpkorstanje mpkorstanje force-pushed the decouple-undefined-steps-tracker-from-glue branch from 86f09d1 to c7573c7 Compare July 7, 2017 23:45
@mpkorstanje mpkorstanje merged commit 3bae1b0 into master Jul 7, 2017
@mpkorstanje mpkorstanje deleted the decouple-undefined-steps-tracker-from-glue branch July 7, 2017 23:51
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
@mpkorstanje mpkorstanje restored the decouple-undefined-steps-tracker-from-glue branch October 4, 2019 18:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant