Skip to content

[CORE] Refactoring add functions from BaseLink and Link - #6129

Open
Lucas-TJ wants to merge 28 commits into
sofa-framework:masterfrom
Lucas-TJ:fix_add_from_link
Open

[CORE] Refactoring add functions from BaseLink and Link#6129
Lucas-TJ wants to merge 28 commits into
sofa-framework:masterfrom
Lucas-TJ:fix_add_from_link

Conversation

@Lucas-TJ

@Lucas-TJ Lucas-TJ commented May 27, 2026

Copy link
Copy Markdown
Contributor

Hello,

This PR is there to make the code of the add functions clearer in BaseLink and Link.

Later, I will add some unit tests.

Thank you

[with-all-tests]


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).

@fredroy fredroy added pr: status to review To notify reviewers to review this pull-request pr: clean Cleaning the code labels May 27, 2026
@fredroy

fredroy commented May 27, 2026

Copy link
Copy Markdown
Contributor

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

@bakpaul bakpaul added pr: status wip Development in the pull-request is still in progress and removed pr: status to review To notify reviewers to review this pull-request labels Jun 4, 2026
: Inherit(init), m_validator(nullptr)
{
if (val) this->add(val);
if (val) this->_doAdd_(sofa::core::castToBase(TraitsDestPtr::get(val)));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a bit confused about this change. Could you explain?

@alxbilger alxbilger added 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 Jun 18, 2026
@bakpaul bakpaul added pr: status wip Development in the pull-request is still in progress pr: status to review To notify reviewers to review this pull-request and removed pr: status to review To notify reviewers to review this pull-request pr: status wip Development in the pull-request is still in progress labels Jul 16, 2026
@bakpaul

bakpaul commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

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

@alxbilger

Copy link
Copy Markdown
Contributor

@Lucas-TJ can you solve the conflicts?

hugtalbot and others added 5 commits July 30, 2026 16:23
* [v26.06] Add changelog  (sofa-framework#6180)

Add changelog for v26.06

* Bump version to v26.12.99

* forgotten build action

---------

Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
…in for topology (sofa-framework#6212)

fix required plugin for TetrahedronHyperelasticityFEMForceField
* add doremove

* clean

* add unit test

* remove useless include
* Fix unit test for forcefeedback

* Fix forces values
)

Remove plugin from sources and add it to the preset
@Lucas-TJ Lucas-TJ added pr: status wip Development in the pull-request is still in progress and removed pr: status to review To notify reviewers to review this pull-request labels Jul 31, 2026
return TLink::addDestPtrPath(destptr, path);
}

bool _doAdd_(Base* baseptr) override

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure that this method has the same visibility than the base class (it should stay protected)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, _doAdd_ function is protected like the base class.

@Lucas-TJ Lucas-TJ added the topic for next dev-meeting PR to be discussed in sofa-dev meeting label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: clean Cleaning the code pr: status wip Development in the pull-request is still in progress topic for next dev-meeting PR to be discussed in sofa-dev meeting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants