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

Support custom Resource load options #49

Open
JanWittler opened this issue Nov 8, 2022 · 0 comments
Open

Support custom Resource load options #49

JanWittler opened this issue Nov 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JanWittler
Copy link
Contributor

There are some domains where we want to ignore certain information of the model / the model serialization. As an example for Java (JaMoPP), we do not care about any layout information of the source file. However, by saving such a model to file and reloading it, the reloaded model is populated with the unwanted information and thus our change recorder and change propagation mechanism have problems resolving the newly added elements.
Hence, we should support domain-specific load / recording options. This should be at least necessary for the ChangePublishingTestView but might be relevant in other parts, too.

As a consequence of this incorrect behavior, some tests are currently deactivated, see vitruv-tools/Vitruv-CaseStudies#253.

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

No branches or pull requests

1 participant