Fix get-verb-info: replace some with for-each to avoid bytecode closure bug
The some HO form passes callbacks through call_sx_fn which creates a new VM that can't see the enclosing closure's captured variables (el). Replaced with for-each + mutation which keeps everything in the same VM scope. Also fixed destructuring param ((verb ...)) → plain param (verb). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
1285
web/engine.sx
1285
web/engine.sx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user