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

merge/mps 2023.2 to 2024.1 #286

Merged
merged 30 commits into from
Feb 4, 2025
Merged

merge/mps 2023.2 to 2024.1 #286

merged 30 commits into from
Feb 4, 2025

Conversation

danielratiu
Copy link
Member

No description provided.

lukewoodcock and others added 30 commits November 27, 2024 09:45
…dded_to_project linter (#251)

* modules_in_project_directory_on_harddisk_but_not_added_to_project:
-handle empty parameter
-update documentation
* 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 <[email protected]>
…_added_to_project linter (#256)

* -remove root directory name entirely from linter -improve usability with path regex pattern to include

* update documentation
The linter now also detects migrations which only contain empty lines, comments
or commented out code

Co-authored-by: Jan Belle <[email protected]>
…262)

* lint: improvements of error messages to enable stable whitelists

* lint: added a linter for "not_used_classes"

---------

Co-authored-by: Daniel Ratiu <[email protected]>
#263)

* arch: quickfix for adding dependencies + tooltip to display the ancestors of a component definition

---------

Co-authored-by: Daniel Ratiu <[email protected]>
* 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
… 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
…elists 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
…4.1' into merge/MPS-2024.1

# Conflicts:
#	build.gradle
#	code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/models/org.mpsqa.arch.editor.mps
#	code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/models/org.mpsqa.arch.util.mps
#	code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/org.mpsqa.arch.mpl
#	code/languages/org.mpsqa.base/solutions/org.mpsqa.base.build/models/org.mpsqa.base.build.mps
#	code/languages/org.mpsqa.build/solutions/org.mpsqa.build.allScripts/models/org.mpsqa.build.allScripts.mps
#	code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._060_arch_build.mps
#	code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._070_deprecated_build.mps
#	code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._080_lint_build.mps
#	code/languages/org.mpsqa.deprecated/languages/org.mpsqa.deprecated/org.mpsqa.deprecated.mpl
#	code/languages/org.mpsqa.lint/.mps/libraries.xml
#	code/languages/org.mpsqa.lint/languages/org.mpsqa.lint.generic/models/org.mpsqa.lint.generic.behavior.mps
#	code/languages/org.mpsqa.lint/languages/org.mpsqa.lint.generic/models/org.mpsqa.lint.generic.typesystem.mps
#	code/languages/org.mpsqa.lint/languages/org.mpsqa.lint.generic/org.mpsqa.lint.generic.mpl
#	code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.build/models/org.mpsqa.lint.build.mps
#	code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.build/org.mpsqa.lint.build.msd
#	code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.generic.linters_library/models/org.mpsqa.lint.generic.linters_library.models.mps
#	code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.generic.linters_library/models/org.mpsqa.lint.generic.linters_library.modules.mps
Merge maintenance/MPS-2023.2 into maintenance/MPS-2024.1
* 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 <[email protected]>
* arch: initial implementation for impact analysis

* arch: mark impacted regions based on impact analysis results
* 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: make the linter "slow_scope_computation" more robust

* arch: implemented simple timed caching to speedup checks of large architectures
…3.2' into merge/MPS-2023_2_to_2024_1

# Conflicts:
#	code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/models/org.mpsqa.arch.editor.mps
#	code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/org.mpsqa.arch.mpl
#	code/languages/org.mpsqa.arch/solutions/org.mpsqa.arch.pluginSolution/org.mpsqa.arch.pluginSolution.msd
#	code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.mps_lang.linters_library/models/org.mpsqa.lint.mps_lang.linters_library.performance_utils.mps
#	code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.mps_lang.linters_library/models/org.mpsqa.lint.mps_lang.linters_library.typesystem_aspect.mps
@danielratiu danielratiu merged commit f783de6 into master Feb 4, 2025
1 check passed
@danielratiu danielratiu deleted the merge/MPS-2023_2_to_2024_1 branch February 4, 2025 22:43
@danielratiu danielratiu restored the merge/MPS-2023_2_to_2024_1 branch February 5, 2025 07:54
@danielratiu danielratiu deleted the merge/MPS-2023_2_to_2024_1 branch February 5, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants