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

[SofaKernel] Consistent SofaFramework modules #1200

Merged
merged 14 commits into from
Nov 4, 2019

Conversation

guparan
Copy link
Contributor

@guparan guparan commented Oct 29, 2019

This is a proposal for a clean and consistent SofaKernel.
The idea is to make SofaFramework modules consistent with the rest of SOFA by moving them into SofaKernel/modules and reorganizing their tests.

Main changes:

  • SofaKernel/framework/sofa/* goes to SofaKernel/modules with consistent naming
  • SofaKernel/framework_test/* becomes XXX_test (where XXX is a SofaFramework module)
  • SofaKernel/modules/sofa/* becomes XXX_simutest (where XXX is a SofaFramework module)
  • <sofa_root>/modules/tests goes to <sofa_root>/tests for better readability

This PR is heavy but non-breaking. Package, module and library names stay the same. Include directories stay the same.


This PR:

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

Reviewers will merge only if all these checks are true.

@guparan guparan added enhancement About a possible enhancement pr: status wip Development in the pull-request is still in progress pr: clean Cleaning the code pr: status to review To notify reviewers to review this pull-request and removed pr: status wip Development in the pull-request is still in progress labels Oct 29, 2019
…sofaframework

# Conflicts:
#	SofaKernel/framework/sofa/helper/CMakeLists.txt
@epernod epernod added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Nov 4, 2019
@epernod epernod merged commit 57fafe8 into sofa-framework:master Nov 4, 2019
@guparan guparan added this to the v19.12 milestone Jan 14, 2020
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: clean Cleaning the code pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants