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

Fix #411 Execution nesting changes #423

Merged
merged 4 commits into from
Nov 29, 2018

Commits on Nov 19, 2018

  1. Issue eclipsesource#403 Update JUnit tests

    Update JUnit tests to account for new anchoring location of
    the delete message on the destruction occurrence shape.
    
    Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
    cdamus committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    5867edc View commit details
    Browse the repository at this point in the history
  2. Fix eclipsesource#411 Move nested executions

    - Handle moving an execution to make it nested in another
    - Handle moving an execution to make it nest another
    - Ensure that the user cannot reshape execution specifications
      to effect partial nesting (incomplete overlap of extent)
    - Indirectly fix eclipsesource#422 redundant nudging of nested executions
    
    Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
    cdamus committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    cd9f876 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Merge branch 'master' of https://github.com/eclipsesource/papyrus-seqd

    …into 411-exec-nesting
    cdamus committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    d1a397f View commit details
    Browse the repository at this point in the history
  2. Fix eclipsesource#411 Updating nested on nesting resize

    Address the case identified in code review of a nesting
    execution being resized leaving a formerly nested execution
    hanging in space.
    
    Includes update to the auto-fixture rule to support optional
    (dynamic) fixtures to simplify again the specification of tests.
    
    Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
    cdamus committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    341b02e View commit details
    Browse the repository at this point in the history