LUMIERA.clone/doc/technical
Ichthyostega e50e9cb8e7 Library: attempt workaround to problem with references
There is an insidious problem when the Transformer takes references to internal state
within upstream iterators or state core. This problem only manifests when
a invariant based filtering or grouping operation is added after the Transformer,
because such an operation (notably Filter) will typically attempt to establish
the invariant from the constructor (to avoid dangling state). Unfortunately
doing so involves pulling data ''before the overall pipeline is moved into final location''

A workaround is to make the Transformer ''disengage'' on copy, so to provoke
a refresh and new pull in the new location after the copy / move / swap.
This only works if the transformer function as such is idempotent.
2024-11-23 22:48:11 +01:00
..
build Project: switch to C++17 (closes: #1138) 2020-02-21 21:10:51 +01:00
code Library: attempt workaround to problem with references 2024-11-23 22:48:11 +01:00
howto Library: attempt workaround to problem with references 2024-11-23 22:48:11 +01:00
infra Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
library Timeline: document use of custom CSS rules 2023-03-17 01:10:33 +01:00
stage Timeline: document use of custom CSS rules 2023-03-17 01:10:33 +01:00
steam Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
vault Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
DIR_INFO
index.txt Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
overview.txt Invocation: capture idea for sharpened invocation structure 2024-05-12 17:27:07 +02:00