vvvv / VL-Language

The official repo for the design of the VL programming language
31 stars 0 forks source link

[Proposal] Make Changed node be able to detect changes of mutating objects via ticketing #57

Open gregsn opened 2 years ago

gregsn commented 2 years ago

check whether IMutatingObject.Ticket has changed.

Discuss: Is it possible to automatically implement ticketing for classes where the user implements IReadOnlyTreeNode and enables the feature (checkbox in the class config)? The system would create new tickets whenever a property changed or a Children ticket changed. It might still be necessary to trigger the computation (at least in order to detect indirect hierarchical changes).