-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge maintenance/mps20213 into maintenance/mps20222 (#2353)
* Fix and improve trace explorer (#2328) * ComputationTrace: Added popup menu for filtering #2319 - Fixed update and un-/folding of trace tree - Fixed NPE - Fixed possible endless loop when a used filter is not avoiding it and did massive cleanups - No more lazy creation of children in ComputationTrace. * Automatically remove assessment result entries with invalid references * Fix typo in changelog * Update to 2021.3.5 * Bugfix/2329 follows up 2319 further improvements for the trace explorer (#2335) * ComputationTrace: improved filter interface and refactored handling of options used by the TraceTab #2329 * ComputationTrace: Fixed argument for @NotNull parameter must not be null #2341 (#2342) * interpreter: generalize the evaluate methods into one method with options * core.base: run assessement result entry removal under write acces in EDT With the previous implementation, the removed node didn't show up on the left side of the diff view. * mpsutil.contextactions: do not update the tool when the node is null * Use reusable automerge workflow * mpsutil.interpreter: add a dummy computation trace when the computation trace is not available --------- Co-authored-by: Michael Gronover <38247916+mgronover@users.noreply.github.com> Co-authored-by: Alexander Pann <apann@itemis.com> Co-authored-by: Michael Gronover <mgronover@itemis.com> Co-authored-by: Alexander Pann <88385944+alexanderpann@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sergej Koščejev <sergej@koscejev.cz>
- Loading branch information
1 parent
e08bf7f
commit 2ea0ea1
Showing
8 changed files
with
2,286 additions
and
1,981 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
Oops, something went wrong.