Ruben Fiszel
67c8aef9fa
fix: box push() future to prevent stack overflow in nested async chains
...
The push() function generates a ~13KB async state machine that gets inlined
into every caller's future. In deeply nested async chains (e.g. flow execution),
this causes stack overflows. Boxing the future at the definition site via a thin
wrapper reduces each caller's stack footprint to a single pointer.
This also reverts the RUST_MIN_STACK workaround from CI.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 15:51:44 +00:00
..
2026-01-13 15:20:06 +00:00
2025-06-18 13:08:59 +02:00
2025-06-18 13:08:59 +02:00
2025-06-18 13:08:59 +02:00
2025-06-18 13:08:59 +02:00
2023-10-11 17:50:21 +02:00
2026-02-08 12:12:03 +00:00
2026-02-08 15:51:44 +00:00
2025-03-28 00:32:26 +01:00
2024-09-02 21:49:54 +02:00
2026-02-06 09:13:32 +00:00
2024-09-02 21:49:54 +02:00
2026-01-13 16:50:33 +00:00
2026-02-06 09:13:32 +00:00
2026-02-06 09:13:32 +00:00
2025-06-20 13:32:33 +02:00
2025-08-13 23:16:07 +00:00
2026-01-14 11:51:07 +00:00
2025-12-19 13:07:00 +00:00
2026-02-06 06:23:24 +00:00
2026-01-29 08:44:16 +00:00
2025-06-20 13:32:33 +02:00
2025-06-23 10:08:23 +02:00
2026-02-06 09:13:32 +00:00
2026-02-06 09:13:32 +00:00
2025-09-11 16:12:36 +00:00
2024-04-18 14:42:58 +02:00
2026-02-05 18:35:31 +00:00
2024-09-02 00:14:38 +02:00
2025-06-20 20:38:46 +02:00
2024-05-12 21:16:02 +02:00
2025-05-21 17:49:21 +02:00
2025-03-28 00:32:26 +01:00
2025-12-19 13:07:00 +00:00
2026-01-13 18:26:23 +00:00
2026-02-06 09:13:32 +00:00
2024-09-02 00:14:38 +02:00
2024-03-28 01:22:36 +01:00
2025-06-10 18:38:18 +02:00
2025-08-11 18:50:16 +00:00
2025-06-09 17:45:53 +02:00
2024-11-19 13:50:14 +01:00
2026-02-05 17:46:45 +00:00
2025-05-29 21:58:31 +02:00
2025-12-19 13:07:00 +00:00