Skip to content

[Sofa.Simulation] Change event propagation pruning#5749

Merged
hugtalbot merged 3 commits intosofa-framework:masterfrom
CRIStAL-PADR:pr-remove-intra-node-event-coupling
Nov 13, 2025
Merged

[Sofa.Simulation] Change event propagation pruning#5749
hugtalbot merged 3 commits intosofa-framework:masterfrom
CRIStAL-PADR:pr-remove-intra-node-event-coupling

Conversation

@damienmarchal
Copy link
Copy Markdown
Contributor

@damienmarchal damienmarchal commented Oct 27, 2025

Currently the pruning of events is done at node level.

Despite this is not fundamentally invalid I have the impression this behavior is a bit weird as it imply there is a kind of implicit coupling of event management at node level.

The PR remove this coupling.

A PR in the python Binding will follow to make good use of this.


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

Currently the pruning event is done at node level.
Despite this is not fundamentally wrong, this behavior sounds a bit weird to me as It
imply there is no event pruning between controllers's which kind of introduce kind of
implicit coupling of event management at node level.

The PR remove this coupling
@damienmarchal damienmarchal added the pr: status to review To notify reviewers to review this pull-request label Oct 27, 2025
@bakpaul
Copy link
Copy Markdown
Contributor

bakpaul commented Nov 6, 2025

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

@hugtalbot hugtalbot 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 13, 2025
@hugtalbot hugtalbot merged commit 664e48e into sofa-framework:master Nov 13, 2025
15 checks passed
@hugtalbot hugtalbot added this to the v25.12 milestone Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: breaking Change possibly inducing a compilation error pr: enhancement About a possible enhancement 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