LUMIERA.clone/src/lib/meta
Ichthyostega b7fc2df478 Invocation: NodeBuilder now handles all cases of partial-closure
This is a crucial feature, discovered only late, while building
an overall integration test: it is quite common for processing functionality
to require both a technical, and an artistic parametrisation. Obviously,
both are configured from quite different sources, and thus we need a way
to pre-configure ''some parameter values,'' while addressing other ones
later by an automation function. Probably there will be further similar
requirements, regarding the combination of automation and fixed
user-provided settings (but I'll leave that for later to settle).

On a technical level, wiring such independent sources of information
can be quite a challenging organisational problem — which however can be
decomposed using ''partial function closure'' (as building a value tuple
can be packaged into a builder function). Thus in the end I was able to
delegate a highly technical problem to an existing generic library function.
2025-02-18 20:42:25 +01:00
..
configflags.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
duck-detector.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
function-closure.hpp Invocation: NodeBuilder now handles all cases of partial-closure 2025-02-18 20:42:25 +01:00
function-erasure.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
function.hpp Library: a step towards variadic type sequences (see #987) 2025-02-16 21:10:06 +01:00
generator-combinations.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
generator.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
maybe-compare.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
no-instance.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
size-trait.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
trait-special.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
trait.hpp Library: solve forwarding of child-expansion 2024-11-26 03:01:28 +01:00
tuple-closure.hpp Invocation: NodeBuilder now handles all cases of partial-closure 2025-02-18 20:42:25 +01:00
tuple-helper.hpp Invocation: generalise partial-closure cases 2025-02-17 21:18:37 +01:00
tuple-record-init.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
typelist-manip.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
typelist-util.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
typelist.hpp Library: need support for specification parsing 2025-01-17 18:40:44 +01:00
typeseq-util.hpp Invocation: generalise partial-closure cases 2025-02-17 21:18:37 +01:00
util.hpp Invocation: simplify and unify type decision logic 2024-12-18 20:50:33 +01:00
value-type-binding.hpp Library: further test and documentation of tuple-zipping 2024-11-26 17:35:05 +01:00
variadic-helper.hpp Library: use as a foundation for the branch-combinator 2025-01-22 01:11:05 +01:00
variadic-rebind.hpp Invocation: investigate ways to provide partial application 2025-02-15 23:47:21 +01:00
virtual-copy-support.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00