Files
lix/lix/libexpr
eldritch horrorsandRaito Bezarius c6f3f3a0d3 libexpr: fix app chain extension
during the value rewrite we accidentally broke extension of incomplete
primop application. this only shows up when binding on incomplete call
to a primop to a name, binding an incomplete call to *that* to another
name, and then finally calling the second binding with enough args for
a complete primop application. since this only shows up when calling a
primop with three or more args it took a while to surface. we have few
builtins that match this: foldl', replaceStrings, and substring. these
are not used incompletely in this manner very often, so this lingered.

fixes #1102

Change-Id: I218dffc14ae876efc86a86c7eb6c895e2405201c
2026-01-14 22:09:56 +00:00
..
2026-01-14 22:09:56 +00:00
2025-10-05 16:23:05 +02:00
2025-05-11 17:26:55 +02:00
2025-04-08 12:13:42 +00:00
2025-04-08 12:13:42 +00:00
2025-07-31 06:43:58 +02:00
2025-09-20 08:30:35 +00:00
2025-10-05 14:56:56 +02:00
2025-11-07 14:54:02 +01:00
2025-04-08 12:13:42 +00:00
2025-04-08 12:13:42 +00:00
2025-04-08 12:13:42 +00:00
2025-10-05 16:23:05 +02:00
2025-04-08 12:13:42 +00:00
2025-04-08 12:13:42 +00:00
2025-04-08 12:13:42 +00:00
2025-10-11 12:57:57 +02:00
2026-01-14 22:09:56 +00:00