Gaelan Steele gaelan
  • Joined on 2024-05-19
gaelan commented on issue lix-project/lix#329 2024-05-21 09:35:58 +00:00
Combining nested attribute shorthand and rec causes weird scoping behavior

Ah yes, very good points.

gaelan commented on issue lix-project/lix#329 2024-05-20 22:29:14 +00:00
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…

gaelan opened issue lix-project/lix#330 2024-05-19 01:07:05 +00:00
Segfault when comparing infinite data structures
gaelan opened issue lix-project/lix#329 2024-05-19 00:57:58 +00:00
Combining nested attribute shorthand and rec causes weird scoping behavior