lix/tests/unit
eldritch horrors 61eed2c97c libexpr: fully separate evaluator and running evaluation
this finally gives us a witness type we can use to prove that a certain
call graph subtree can't be used in kj promises using only a single new
assumption: if EvalState& is never held as a reference member of a type
and instead only ever passes as an argument or held on the stack we can
be certain that anything that has access to en EvalState ref must never
be run inside a promise and, crucially, that anything that doesn't have
access to an EvalState& *can* be run inside a promise without problems.

Change-Id: I6c15ada479175ad7e6cd3e4a729a5586b3ba30d6
2024-12-05 13:30:35 +00:00
..
libcmd libexpr: fully separate evaluator and running evaluation 2024-12-05 13:30:35 +00:00
libexpr treewide: add evaluator aliases for eval states 2024-12-03 20:38:41 +01:00
libexpr-support/tests libexpr: fully separate evaluator and running evaluation 2024-12-05 13:30:35 +00:00
libmain Include rearrangement: rest 2024-11-18 12:31:19 -08:00
libstore libstore: don't derive store classes from their configs 2024-11-20 14:59:40 +01:00
libstore-support/tests Include rearrangement: rest 2024-11-18 12:31:19 -08:00
libutil libutil: make generators iterable 2024-11-27 02:09:08 +01:00
libutil-support/tests Include rearrangement: rest 2024-11-18 12:31:19 -08:00
meson.build fix tooling after include reorganization 2024-11-19 22:55:32 +00:00