Skip to content

Update model to use transient data for ID references - #463

Merged
TruongQuangSB merged 6 commits into
mainfrom
transient-model
Apr 9, 2024
Merged

Update model to use transient data for ID references#463
TruongQuangSB merged 6 commits into
mainfrom
transient-model

Conversation

@pstuecker

Copy link
Copy Markdown
Contributor

This replaces the current approach of a (mostly autogenerated) model-to-model transformation (model <-> toolboxmodel) by adding transient attributes to the EMF model.

For the set repo there are a lot of changes:

  • org.eclipse.set.toolboxmodel is changed to org.eclipse.set.model.planpro
  • Accessing objects from ID references now requires a call to the getValue()-function
  • Toolboxmodel has been removed
  • ID references are being resolved on load
  • The modelservice and related functionality has been migrated to set

@pstuecker
pstuecker marked this pull request as draft March 21, 2024 09:10
@github-actions

This comment has been minimized.

@github-actions

github-actionsBot commented Mar 21, 2024

Copy link
Copy Markdown

Test Results

23 tests 23 ✅ 0s ⏱️
9 suites 0 💤
9 files 0 ❌

Results for commit 14cb816.

♻️ This comment has been updated with latest results.

@pstuecker
pstuecker marked this pull request as ready for review March 22, 2024 14:42
Comment threadjava/bundles/org.eclipse.set.feature/feature.xml
@TruongQuangSB

This comment was marked as resolved.

@github-actions

This comment has been minimized.

Comment threadjava/bundles/org.eclipse.set.unittest.utils/META-INF/MANIFEST.MF Outdated
Comment threadjava/bundles/org.eclipse.set.feature.siteplan.test/META-INF/MANIFEST.MF Outdated
pstueckerand others added 2 commits April 9, 2024 12:33
Co-authored-by: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com>
…NIFEST.MF
Co-authored-by: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com>
@TruongQuangSB
TruongQuangSB merged commit 39ae194 into mainApr 9, 2024
@TruongQuangSB
TruongQuangSB deleted the transient-model branch April 9, 2024 10:34
@github-actions

This comment has been minimized.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pstuecker@TruongQuangSB