-
Notifications
You must be signed in to change notification settings - Fork 21
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
True Delta-Based Itereation 1 #585
base: main
Are you sure you want to change the base?
Conversation
- make ModelInstance a Resource (with delta based (de)serialization) - add new entry for ModelInstances in ResourceFactoryRegistry of models resource set
- requires approval of kit-sdq/SDQ-Commons#38
- depends on commit to Vitruv-Change project
- added DeltaBasedResource in Vitruv-Change, based ModelInstance on this DeltaBasedResource
@TomWerm please retrigger actions after vitruv-tools/Vitruv-Change#69 is merged. |
static val LOGGER = Logger.getLogger(ModelInstance) | ||
@Accessors(PUBLIC_GETTER) | ||
Resource resource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the public getter for resource
breaks the "Component-Based Systems Application Test Utilities" in the Vitruv-CaseStudies repository (see https://github.com/vitruv-tools/Vitruv-CaseStudies/blob/86958b26f9ad3708232a57e1fc29d2212dc7859b/bundles/tools.vitruv.applications.cbs.testutils/src/tools/vitruv/applications/cbs/testutils/equivalencetest/EquivalenceTestExecutable.xtend#L90), which is why the build fails.
- handle loading of aware of state based representations and pathmap-mechanism - work in progress
Quality Gate passedIssues Measures |
The goal of this PR is to save Vitruv Models in a delta-based representation. In iteration 1 we save the complete delta from start to current status of the model, without any concept of checkpoints or similar concepts.
Not in this PR: