mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
af4df6d75d
Replace dump_recur() with dump_str() in NODE_HEREDOC case to properly handle cons-lists of string representations instead of AST nodes. This fixes segmentation faults when dumping heredoc AST nodes. Co-authored-by: Claude <noreply@anthropic.com>