lumiera_/doc/technical/howto
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
..
backporting.txt Switch to HTTPS: also adjust protocol for the ASCIIDOC generated links 2018-10-26 17:47:18 +02:00
crackNuts.txt Library: attempt workaround to problem with references 2024-11-23 22:48:11 +01:00
DebugGdbPretty.txt DOC: small howto improvements 2014-12-01 01:31:19 +01:00
HashFunctions.txt Invocation: build test-data manipulation function 2024-11-21 00:50:39 +01:00
IdeSetup.txt DOC: fill in explanations for all subsystems (closes #1145) 2020-02-23 08:21:22 +01:00
index.txt Library: extract the basic setup for a tuple-zipping iterator 2024-11-22 22:07:39 +01:00
UsingBoost.txt Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00