This task is for a new student in MD Systems, don't do it if it was not assigned to you.
Problem/Motivation
Similar to the #2801043: Include project namespace for module dependencies issue.
Module names are not unique so using just module names for dependencies may get the wrong project.
See #2299747: Project namespaces can now be added for module dependencies for more information.
Proposed resolution
Change the namespaces of the module dependencies.
Combine test dependencies with regular dependencies, no need for test dependencies to be separated.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | include_project-2813721-12.patch | 1.52 KB | VladimirMarko |
| #12 | interdiff-2813721-9-12.txt | 316 bytes | VladimirMarko |
Comments
Comment #2
ginovski commentedComment #3
Thomas_Buser commentedComment #4
Thomas_Buser commentedChanged info.yml files for the modules dependencies formats
Comment #5
tduong commentedLooks fine :)
Just one nitpick:
If you look at #2299747: Project namespaces can now be added for module dependencies, it explains how this format should look like.
So
project:module, since past_db is a submodule of the past project, this module dependency needs to be fixed.Comment #6
Thomas_Buser commented+++ b/modules/past_form/past_form.info.yml
- pastdb:past_db changed to past_db:past_db
Comment #7
Thomas_Buser commentedchanges in text
Comment #8
Thomas_Buser commentedComment #9
Thomas_Buser commentedWeird error didn't save changes, saved now
Comment #10
Thomas_Buser commentedComment #11
tduong commentedNo, past_db is a submodule of the past project.
If you look at the other issue in the issue summary, you can use the other patch as example, in there there is a similar case for "search_api" and "search_api_db", as search_api_db is a submodule of search_api.
Comment #12
VladimirMarko commentedAs this was as good as done, @tduong told me to just finish it.
There were no test dependencies to combine with regular ones.
Comment #13
tduong commentedYes, thanks. Alright, RTBC :)
Comment #15
berdirCommitted.