-
Notifications
You must be signed in to change notification settings - Fork 7
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
enhance arch editor #267
Merged
danielratiu
merged 14 commits into
maintenance/MPS-2023.2
from
feature/enhance_arch_with_tooltips_for_module_references
Jan 9, 2025
Merged
enhance arch editor #267
danielratiu
merged 14 commits into
maintenance/MPS-2023.2
from
feature/enhance_arch_with_tooltips_for_module_references
Jan 9, 2025
Conversation
This file contains 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
Member
danielratiu
commented
Jan 9, 2025
- enhanced arch editor with tooltips for module references
- better and centralized utility to access to projects
…d_base_languages"
danielratiu
added a commit
that referenced
this pull request
Feb 4, 2025
* Remove location in modules_in_project_directory_on_harddisk_but_not_added_to_project linter (#251) * modules_in_project_directory_on_harddisk_but_not_added_to_project: -handle empty parameter -update documentation * meta/uninstantiated concepts and languages (#254) * outline parameters and scope of unused_languages linter * uninstantiated languages linter without configurable paramters * remove instantiationScopeRegex select language scope for search * Update documentation text * arch: implement getPresentation for SingleComponentDependency * lint: cosmetic improvements for the naming and documentation of "languages_with_no_instantiated_concepts" --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com> * Improve usability of modules_in_project_directory_on_harddisk_but_not_added_to_project linter (#256) * -remove root directory name entirely from linter -improve usability with path regex pattern to include * update documentation * arch: improvements to speedup the checks by avoiding not necessary steps (#257) Co-authored-by: Daniel Ratiu <ratiud@mail.google.com> * Improve linter empty_migration_scripts (#258) The linter now also detects migrations which only contain empty lines, comments or commented out code Co-authored-by: Jan Belle <jan.belle@protos.de> * gradle: updated mps version * fix model level linters error reporting to achieve stable whitelists (#262) * lint: improvements of error messages to enable stable whitelists * lint: added a linter for "not_used_classes" --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com> * arch: quickfix for adding dependencies + tooltip to display the ances… (#263) * arch: quickfix for adding dependencies + tooltip to display the ancestors of a component definition --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com> * enhance arch editor (#267) * base.utils: added easy centralized access to currently opened project * deprecated, lint: use the centralized project access utilities * arch: improved the editor * build.gradle: added dependencies from build-subprojects task to "build_base_languages" * build: fixed dependency from test.lint to mpsqa.base * lint.build: add artifact location for org.mpsqa.base * added mpsqa.base as project library to arch, deprecated, profile, unused * lint: project library added dependency to base * arch: enhance architecture description with whitelists for models not considered in the architecture spec (#268) * lint: mini fix of "mandatory_virtual_method_override" * arch: allow specification of whitelists for modules not considered in the architecture * enhance architecture description with the possibility to specify whitelists for modules to be considered (#273) * lint: mini fix of "mandatory_virtual_method_override" * arch: allow specification of whitelists for modules not considered in the architecture * testcov: mini fix to enable tests running on Windows * build.gradle: when performing migrations, load all plugins * overall: ran "gradle migrate" * build.gradle: load only necessary plugins * mpsqa.arch: collapse cells by default * mpsqa.arch: create a new interface ICommentable * mpsqa.arch: add support for commenting single component dependencies * architecture checking enhancements (#276) * arch: fix ModuleComponent_Behavior.getAllModels by considering also models of generators owned by a language * arch: mini cleanup and improvements * lint: added linter "no_alias_defined_for_non_abstract_non_smart_reference_concept" * arch: detect redundantly declared dependencies --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com> * arch: support for change impact analysis (#279) * arch: initial implementation for impact analysis * arch: mark impacted regions based on impact analysis results * improve arch editor and linters (#283) * arch: add possibility to set-unset the default collapsing of component definitions * lint: improvements and fixes in the performance linters on the typesystem aspect * lint: added a linter for detecting slow scopes computation * lint,arch: enhance linters and architecture (#285) * lint: make the linter "slow_scope_computation" more robust * arch: implemented simple timed caching to speedup checks of large architectures * ran migration * build.gradle: added 'mps-testing' to the plugins on which migration task depends * lint: File -> Force Save All --------- Co-authored-by: lukewoodcock <lukewoodcock@users.noreply.github.com> Co-authored-by: Daniel Ratiu <ratiud@mail.google.com> Co-authored-by: Jan Belle <jan.belle@protos.de> Co-authored-by: Alexander Rimer <--> Co-authored-by: Alexander Rimer <rimer@itemis.de> Co-authored-by: mps-ci-buildbot <mps-ci@itemis.de> Co-authored-by: Alexander Pann <apann@itemis.com>
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.