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

[All] v18.12 changes #905

Merged
merged 22 commits into from
Feb 5, 2019
Merged

[All] v18.12 changes #905

merged 22 commits into from
Feb 5, 2019

Conversation

guparan
Copy link
Contributor

@guparan guparan commented Jan 25, 2019

Here are all the changes made for v18.12 release.
Mostly CMake and CPack stuff.

⚠️ Notice the removal of all deprecated components as planned in Changelog.


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.

Deprecated components to be removed for v18.12:
- [SofaBoundaryCondition] BuoyantForceField
- [SofaBoundaryCondition] VaccumSphereForceField
- [SofaMisc] ParallelCGLinearSolver
- [SofaMiscForceField] ForceMaskOff
- [SofaMiscForceField] LineBendingSprings
- [SofaMiscForceField] WashingMachineForceField
- [SofaMiscMapping] CatmullRomSplineMapping
- [SofaMiscMapping] CenterPointMechanicalMapping
- [SofaMiscMapping] CurveMapping
- [SofaMiscMapping] ExternalInterpolationMapping
- [SofaMiscMapping] ProjectionToLineMapping
- [SofaMiscMapping] ProjectionToPlaneMapping
- [SofaOpenglVisual] OglCylinderModel
- [SofaOpenglVisual] OglGrid
- [SofaOpenglVisual] OglRenderingSRGB
- [SofaOpenglVisual] OglLineAxis
- [SofaOpenglVisual] OglSceneFrame
- [SofaUserInteraction] ArticulatedHierarchyBVHController
- [SofaUserInteraction] ArticulatedHierarchyController
- [SofaUserInteraction] DisabledContact
- [SofaUserInteraction] EdgeSetController
- [SofaUserInteraction] GraspingManager
- [SofaUserInteraction] InterpolationController
- [SofaUserInteraction] MechanicalStateControllerOmni
- [SofaUserInteraction] NodeToggleController
Deprecated methods to remove for v18.12:
- [SofaHelper] Utils::getPluginDirectory()
Issue with jbig dependency
Used to improve FileRepository logging in runSofa
@guparan guparan added enhancement About a possible enhancement pr: status to review To notify reviewers to review this pull-request pr: clean Cleaning the code labels Jan 25, 2019
@guparan guparan changed the title V18.12 pr [All] v18.12 changes Jan 25, 2019
@damienmarchal
Copy link
Contributor

Ouch...
I think the removal of deprecated component should have been prepared upstream to be sure we are all in-sync and shared agreement with the removal.

Eg of some problems:
https://www.sofa-framework.org/community/forum/topic/problem-when-running-softrobots-python-script-sofa-v18-12-on-ubuntu-16-04/

@guparan
Copy link
Contributor Author

guparan commented Jan 29, 2019

I'm ready to rollback some of the removals. Does it concern all SofaOpenglVisual ones?

Explicit map initializations without references or pointers can't benefit from polymorphism.
see sofa::helper::lifecycle::deprecatedComponents initialization.
@guparan guparan 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 Jan 30, 2019
@damienmarchal
Copy link
Contributor

[ci-build][with-scene-tests]

@hugtalbot hugtalbot merged commit 008cd3e into sofa-framework:master Feb 5, 2019
@guparan guparan added the pr: backport done This PR has been backported into the release before its milestone. label Feb 6, 2019
@guparan
Copy link
Contributor Author

guparan commented Feb 6, 2019

Aaaaaaaand we forgot to handle the scenes using deprecated components. Let's fix those 27-30 new scene test errors now 😆

@guparan guparan added this to the v18.12 milestone Feb 11, 2019
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: backport done This PR has been backported into the release before its milestone. 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.

3 participants