Files
rose-ash/shared/sx
giles 57e0d0c341
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m39s
Fix defmacro expansion in _aser: check for macros before serializing ~components
The ~component check in _aser immediately serialized all names starting
with ~ as unexpanded component calls. This meant defmacro definitions
like ~root-header-auto were sent to the client unexpanded, causing
"Undefined symbol: root-header-ctx" errors since IO primitives only
exist server-side. Now checks env for Macro instances first.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 18:29:14 +00:00
..