Combining nested attribute shorthand and
rec
causes weird scoping behavior
Ah yes, very good points.
Combining nested attribute shorthand and
rec
causes weird scoping behavior
consider
{ a = rec { b = c; }; a.c = 5; }
Honestly this example seems less cursed to me; you can sensibly define rec as "with
the attrset I'm making right now, including any attributes…
Segfault when comparing infinite data structures
Combining nested attribute shorthand and
rec
causes weird scoping behavior