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

[Config] Introduce SOFA modules data structure #5148

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

alxbilger
Copy link
Contributor

Data structure introduced in Config/Modules.h

Comment on the introduced variable:

/**
 * Nested data structure reproducing the architecture of SOFA modules (tree-like
 * structure). All modules and submodules can convert implicitly to std::string.
 * This allows to use this structure as a string in functions accepting a module
 * name as a string. From the developer point of view, the use of this data
 * structure is less error-prone compared to any string and the auto-completion
 * allows faster developments.
 */
Sofa;

Note: this allowed to detect 2 typos in ComponentChange.cpp. They have been fixed.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

  • it builds with SUCCESS for all platforms on the CI.
  • it does not generate new warnings.
  • it does not generate new unit test failures.
  • it does not generate new scene test failures.
  • it does not break API compatibility.
  • it is more than 1 week old (or has fast-merge label).

@alxbilger alxbilger added enhancement About a possible enhancement pr: status to review To notify reviewers to review this pull-request pr: dev meeting topic PR to be discussed in sofa-dev meeting labels Nov 30, 2024
damienmarchal referenced this pull request Dec 2, 2024
This approach make use of the factory and text description of the object se
don't need to include them.
@hugtalbot hugtalbot removed the pr: dev meeting topic PR to be discussed in sofa-dev meeting label Dec 4, 2024
@alxbilger
Copy link
Contributor Author

[ci-build][with-all-tests][force-full-build]

@bakpaul bakpaul added this to the v25.06 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement About a possible enhancement pr: status to review To notify reviewers to review this pull-request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants