-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contributed on behalf of STMicroelectronics Co-authored-by: Christian W. Damus <[email protected]> Co-authored-by: Anthony Fusco <[email protected]> Co-authored-by: Camille Letavernier <[email protected]> Co-authored-by: Stefan Dirix <[email protected]> Co-authored-by: Maxime DORTEL (STM) <[email protected]> Co-authored-by: Nina Doschek <[email protected]> Co-authored-by: Gabriel GASNOT <[email protected]> Co-authored-by: FlorentPastorSTM <[email protected]> * feat: Deferred compound commands API Implement a new API for construction of late-defined compound commands, in which - the scope of model edits is declared up-front to exclude concurrent commands that would interfere - executability of the compound does not require the commands to be known a priori - a separate can-execute predicate can be provided that asserts the executability of the commands without actually having to prepare them - a strict option does allow to prepare the compound for executability test delegating to its contained commands - document the primary use case for the deferred compound command * fix: clear frontend subscriptions on modelhub dispose Previously, when a ModelHub was disposed in the backend, the cached frontend pipelines were not cleared. Therefore a subscription to a now no longer existing ModelHub was reused when a ModelHub with the same context was created. As a consequence new frontend subscription to the following ModelHubs were not notified. This is now fixed.
- Loading branch information
Showing
20 changed files
with
1,382 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.