lix/tests/unit
jade 21ad02c1d0 attr path parser: fix bug in not rejecting empty attr paths, add unparser
The following behaviour was previously present and has been fixed:

lix/lix2 » nix eval --expr '{x."" = 2;}' 'x.""'
{ "" = 2; }
lix/lix2 » nix eval --expr '{x."".y = 2;}' 'x."".y'
error: empty attribute name in selection path 'x."".y'

Change-Id: Iad21988f1191c33a3661c72a6b7f01a8b8b3e6eb
2024-12-10 13:32:28 -08:00
..
libcmd libexpr: fully separate evaluator and running evaluation 2024-12-05 13:30:35 +00:00
libexpr attr path parser: fix bug in not rejecting empty attr paths, add unparser 2024-12-10 13:32:28 -08:00
libexpr-support/tests attr path parser: fix bug in not rejecting empty attr paths, add unparser 2024-12-10 13:32:28 -08: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 attr path parser: fix bug in not rejecting empty attr paths, add unparser 2024-12-10 13:32:28 -08:00