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(mps-model-adapters): fix MPSNode.replaceNode #1297

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Conversation

odzhychko
Copy link
Contributor

  • correctly parse concept UID
  • check preconditions before making changes
  • remove child from parent before moving to new parent
  • correctly call SNode.insertChildBefore

To be verified by reviewers

  • Relevant public API members have been documented
  • Documentation related to this PR is complete
    • Boundary conditions are documented
    • Exceptions are documented
    • Nullability is documented if used
  • Touched existing code has been extended with documentation if missing
  • Code is readable
  • New features and fixed bugs are covered by tests

@odzhychko odzhychko requested review from slisson and a team as code owners January 7, 2025 07:31
Copy link
Contributor

github-actions bot commented Jan 7, 2025

Test Results

  196 files    196 suites   30m 2s ⏱️
1 087 tests 1 079 ✅ 8 💤 0 ❌
1 097 runs  1 089 ✅ 8 💤 0 ❌

Results for commit 954860b.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 7, 2025

JVM coverage report

Overall Project 54.84%
Files changed 100% 🍏

File Coverage
MPSNode.kt 64.34% 🍏

* correctly parse concept UID
* check preconditions before making changes
* remove child from parent before moving to new parent
* correctly call `SNode.insertChildBefore`
@odzhychko odzhychko merged commit 24e7224 into main Jan 8, 2025
21 checks passed
@odzhychko odzhychko deleted the MODELIX-920 branch January 8, 2025 19:32
@slisson
Copy link
Member

slisson commented Jan 9, 2025

🎉 This PR is included in version 11.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants