mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b287c12e48
CRuby raises SyntaxError for `^a` in pattern matching when `a` is not a local variable. Previously mruby silently generated an unconditional fail jump, which also led to bytecode corruption when combined with alternation patterns. Co-authored-by: Claude <noreply@anthropic.com>