-
Notifications
You must be signed in to change notification settings - Fork 343
[image] Apply new factory registration mechanism #5773
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
[image] Apply new factory registration mechanism #5773
Conversation
|
[ci-build][with-all-tests] |
86309b6 to
d68be99
Compare
|
[ci-depends-on] detected during build #5. To unlock the merge button, you must
|
|
[ci-build][force-full-build] |
|
[ci-depends-on] detected during build #6. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #7. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #8. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #9. To unlock the merge button, you must
|
|
red red red :/ |
|
[ci-depends-on] detected during build #10. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #11. To unlock the merge button, you must
|
| extern void registerCollisionToCarvingEngine(sofa::core::ObjectFactory* factory); | ||
|
|
||
| #ifdef SOFA_BUILD_TESTS | ||
| extern void registerTestImageEngine(sofa::core::ObjectFactory* factory); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will never work as the definition of registerTestImageEngine is in an other Translation Unit so the symbol will never be defined at link stage. And image is a dep of image_test, not the other way around
|
[ci-depends-on] detected during build #12. To unlock the merge button, you must
|
|
[ci-build][force-full-build] |
|
[ci-depends-on] detected during build #13. To unlock the merge button, you must
|
|
[ci-build][with-all-tests] |
|
[ci-depends-on] detected during build #14. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #15. To unlock the merge button, you must
|
f4f3c88 to
d68cf6f
Compare
|
[ci-depends-on] detected during build #16. To unlock the merge button, you must
|
|
[ci-build][with-all-tests][force-full-build] |
|
[ci-depends-on] detected during build #17. All dependencies are merged/closed. Congrats! 👍 |
See #4429
Assess that other PRs are passing using :
[ci-depends-on https://github.com/sofa-framework/CSparseSolvers/pull/6]
[ci-depends-on https://github.com/sofa-framework/CGALPlugin/pull/39]
[ci-depends-on https://github.com/sofa-framework/Registration/pull/29]
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