lumiera_/tests
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
..
basics
core Invocation: investigate ways to provide partial application 2025-02-15 23:47:21 +01:00
include
library Invocation: Argument-spec evaluation sufficiently complete for now 2025-02-02 17:22:16 +01:00
operation
plugin
stage
tool
vault Library: need remapping of variadic sequence 2025-01-01 22:02:08 +01:00
00helloworld.tests
00support.tests
00test.tests
10errorhandling.tests
10exception.tests
11concurrency.tests
11list.tests
11locking.tests
11luid.tests
11safeclib.tests
11time.tests
11vault-memory.tests
12metaprogramming.tests Invocation: pave a way for more generic processing via ''type-sequence'' 2024-12-18 05:55:00 +01:00
15library.tests Library: try out building a variant-model on top 2025-01-21 01:02:07 +01:00
16calculation.tests
20config_lowlevel.tests
20threads.tests
22config_highlevel.tests
25fundamental.tests
30backend-file.tests
30interfaces.tests
31plugin.tests
32scheduler.tests
40core.tests
41asset.tests
42query.tests
43session.tests
44controller.tests
45builder.tests
46fixture.tests
46node.tests Invocation: build a DSL to verify connectivity (see #1377) 2025-02-05 00:25:02 +01:00
47engine.tests Invocation: investigate forwarding an output data block 2024-12-23 02:31:29 +01:00
48playout.tests
49core-integration.tests
51-gui-model.tests
52-gui-control.tests
80-regression.tests
DIR_INFO
SConscript
test.conf
test.sh
testrunner.cpp