LUMIERA.clone/tests/core
Ichthyostega dc1bbfc918 Job-Planning: rework pipeline to enable dependency planning
This finishes the last series of refactorings; the basic concept
remains the same, but in the initial version we arranged the expander
function in the pipeline to maintain a Tuple (parent, child) for the
JobTickets. Unfortunately this turned out to be insufficient, since
JobTicket is effectively const and responsible for a complete Sement,
so there is no room to memorise a Deadline for the parent dependency.

This leads to the better idea to link the JobPlanning aggregators
themselves by parent-child references, which is possible since the
whole dependency chain actually sits in the stack embedded into the
Expander (in the pipeline)
2023-06-19 03:56:11 +02:00
..
application Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
steam Job-Planning: rework pipeline to enable dependency planning 2023-06-19 03:56:11 +02:00
vault Dispatcher-Pipeline: mocked Dispatcher implementation complete (closes: #1294) 2023-06-13 20:23:33 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00