Test cases and AstToEcoreConverter refactoring#8
Merged
TimTheHero merged 13 commits intomainfrom Jan 21, 2025
Merged
Conversation
Collaborator
TimTheHero
commented
Jan 21, 2025
- rename variable name in AstToEcoreConverter
- change xmi file creation in AstToEcoreConverter
- recover unit test by hand in test_ATE_Converter
- fix ETM Converter after recovering unit tests
- create class field extraction, only implementation to ecore needed (See Todo)
- create minimal examples for testing AstToEcore implementation
- added .gitkeep so git saves the directory structure (Git does not save empty dirs)
change variable name from graph_class to ecore_graph to make it more readable
- added safe_repository_name and replaced / and \\ to _ if it is in repository name -removed /xmi_files/ out of AstToEcore .py - changed output in settings to align with changes
Rename function and uses from create_calls to create_call because each use create a single call
- Creating 2 minimal examples for checking function signatures for differences in and outside classes
-Added test to use pyinputplus as an example repo
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

