lix/tests/unit/libexpr
eldritch horrors ad5366c2ad libexpr: pass Exprs as references, not pointers
almost all places where Exprs are passed as pointers expect the pointers
to be non-null. pass them as references to encode this constraint in the
type system as well (and also communicate that Exprs must not be freed).

Change-Id: Ia98f166fec3c23151f906e13acb4a0954a5980a2
2024-06-17 19:46:44 +00:00
..
value libexpr: pass Exprs as references, not pointers 2024-06-17 19:46:44 +00:00
derived-path.cc
error_traces.cc Merge pull request #9925 from 9999years/fmt-cleanup 2024-03-09 07:00:13 -07:00
flakeref.cc
json.cc
primops.cc builtins.nixVersion: return fixed fake version 2024-03-17 00:32:19 -07:00
search-path.cc
trivial.cc