LUMIERA.clone/tests/core/steam
Ichthyostega 3611bc94ee Invocation: investigate ways to provide partial application
...on top of the parameter-decorating functionality developed thus far.
The idea is to allow in the `NodeBuilder` to supply ''some parameters''
directly, while the remaining parameters will be drawn from automation.

Several years ago, I developed some helpers for partial function closure.
Unfortunately these utils are somewhat limited, and rely on some pre-C++11
constructs, yet seem to be usable for the task at hand, since parameters
are always expected as value objects by definition.

This changeset shows a working proof-of concept for left-closing a
parameter tuple with 5 elements; this turns out to surprisingly difficult
due to the full genericity of the acceptable parameter-aggregates...
2025-02-15 23:47:21 +01:00
..
asset Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
control Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
engine Invocation: investigate ways to provide partial application 2025-02-15 23:47:21 +01:00
fixture Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
mobject Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
play Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
render-segment-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00