[Sofa.Simulation.Graph] Remove DAGSimulation and DAGNode#5610
[Sofa.Simulation.Graph] Remove DAGSimulation and DAGNode#5610damienmarchal wants to merge 46 commits into
Conversation
…ulation.cpp Not perfect but much better. Next step is to remove the singleton.
|
[ci-build][with-all-tests][force-full-build] |
|
[ci-depends-on] detected during build #4. To unlock the merge button, you must
|
Important things are: - integration of NODEgetMeshTopologyLink into getMeshTopologyLink - refactoring of updateContext, updateVisualContext and updateSimulationContext Some code was shared between them.. so I factorize that into a new method called initializeContexts() non important things are removal of un-needed static_cast<Node*>
|
[ci-depends-on] detected during build #19. All dependencies are merged/closed. Congrats! 👍 |
|
There are still some tests failing |
|
[ci-depends-on] detected during build #20. All dependencies are merged/closed. Congrats! 👍 |
|
[ci-depends-on] detected during build #21. All dependencies are merged/closed. Congrats! 👍 |
|
[ci-depends-on] detected during build #22. All dependencies are merged/closed. Congrats! 👍 |
|
[ci-depends-on] detected during build #23. All dependencies are merged/closed. Congrats! 👍 |
|
The CI shows tests failing: https://www.sofa-framework.org/dash/?branch=origin/PR-5610 @damienmarchal |
There was no method to get the PathName() to a BaseData only a linkpath (so with the "@" prefix indicating a link). I add the missing feature and make some minor cleaning
…lation # Conflicts: # Sofa/framework/Core/src/sofa/core/objectmodel/BaseData.cpp # Sofa/framework/Core/src/sofa/core/objectmodel/BaseObject.cpp
|
[ci-depends-on] detected during build #24. All dependencies are merged/closed. Congrats! 👍 |
|
CI is failing, to test the PR do not hesitate to use the "ci-build" keyword ;) |
|
@hugtalbot Are you sure that [ci-build] works with pr-wip, ? |
Follow up discussions in this issue: #5556
The PR is based on: #5566
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