LUMIERA.clone/tests/core/steam/play
Ichthyostega 81ee9a2e67 Dispatcher-Pipeline: builder type rebinding problems
...hard to tackle...
The idea is to wrap the TreeExplorer builder, so that our specific
builder functions can delegated to the (inherited) generic builder functions
and would just need to supply some cleverly bound lambdas. However,
resulting types are recursive, which does not play nice with type inference,
and working around that problem leads to capturing a self reference,
which at time of invocation is already invalidated (due to moving the
whole pipeline into the final storage)
2023-06-03 03:44:22 +02:00
..
diagnostic-output-slot.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
dummy-builder-context.hpp Dispatcher-Pipeline: builder type rebinding problems 2023-06-03 03:44:22 +02:00
dummy-play-connection-test.cpp Dispatcher-Pipeline: builder type rebinding problems 2023-06-03 03:44:22 +02:00
dummy-play-connection.cpp Dispatcher-Pipeline: builder type rebinding problems 2023-06-03 03:44:22 +02:00
dummy-play-connection.hpp Dispatcher-Pipeline: builder type rebinding problems 2023-06-03 03:44:22 +02:00
output-slot-protocol-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
timing-constraints-test.cpp Dispatcher+Scheduler: decision to dispose of the TimeAnchor 2023-05-31 03:27:13 +02:00