Arc deletion
- Dec 01, 2023
-
-
David Thompson authored
This changes how the ReadResource operation invokes the sub-reader operations it creates. Instead of invoking them synchronously as full-fledged operations (which runs preprocessing and postprocessing on them, including the firing of observers), it should run them internally (passing an instance the protected Key struct) such that no observers are fired. This way, newly-created resources are not reported to operation observers twice (once by the sub-reader and once by ReadResource).
-
David Thompson authored
… such that the "resource" item does not require any values (since Signal can be used even when a new attribute resource has not been created). This fixes issues where iterating over its items throws an exception because an unset value exists.
-
David Thompson authored
-
David Thompson authored
+ Refactor qtTaskEditor to own an object for each interaction mode. + Add a "disconnect" interaction mode for deleting dependencies and (when such operations exist) task-adaptors.
-