-
Notifications
You must be signed in to change notification settings - Fork 362
Use language-specific option for metamodel loading when using emf-model language #2845
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
Open
tsaglam
wants to merge
17
commits into
develop
Choose a base branch
from
feature/emf-language-options
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+412
−360
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d05f71d
Deprecate clunky order-based approach to load metamodel files for mod…
tsaglam 354c7c0
Remove submission sorting for languages that expect submission order.
tsaglam af07ee7
Implement language-specific option for specifying the metamodel requi…
tsaglam cf98914
Remove metamodel parsing from the dynamic model parser. If a submissi…
tsaglam f5cd8d6
Clean up minor issues.
tsaglam 5719029
Improve emf-model language interface and metamodel path option.
tsaglam 7dde785
Fix deprecation annotation in the language interface.
tsaglam 7ffea64
Throw parsing exception when model instances are parsed without provi…
tsaglam 4e5ea21
Add unit tests for the EMF language-specific option.
tsaglam 03ab7f9
Separate EMF model language classes from the dynamic EMF language mod…
tsaglam a0b7e35
Deprecate dynamic EMF language module but keep maven module stub.
tsaglam 50dad7c
Update the readme of the EMF model language module.
tsaglam 5684411
Add deprecation message to the dynamic EMF module stub pom file.
tsaglam 25f2b6c
Remove EMF dynamic maven dependencies from the internal project struc…
tsaglam 88384ec
Fix view file clean-up in the the EMF model test.
tsaglam 9f87e71
Re-add minimal dependencies to allow CI checks to pass.
tsaglam d8e99fa
Spotless/checkstyle style fixes and minor improvements.
tsaglam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
...s/emf-metamodel-dynamic/src/main/java/de/jplag/emf/dynamic/parser/DynamicEcoreParser.java
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
...emf-metamodel-dynamic/src/test/java/de/jplag/emf/dynamic/MinimalDynamicMetamodelTest.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
languages/emf-metamodel-dynamic/src/test/resources/de/jplag/models/bookStoreExtended.ecore
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
.../emf-metamodel-dynamic/src/test/resources/de/jplag/models/bookStoreExtendedRefactor.ecore
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
languages/emf-metamodel-dynamic/src/test/resources/de/jplag/models/bookStoreRenamed.ecore
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.