Commit 752ad7f
Skip recursive-extension StackError spec on JRuby
The MessagePack::StackError behavior verified by this spec is specific to the
C extension, which caps nesting at MSGPACK_UNPACKER_STACK_CAPACITY. The Java
(JRuby) decoder has no equivalent guard and recurses until the JVM stack
overflows, so the spec cannot assert MessagePack::StackError there.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 1b0cdf7 commit 752ad7f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
666 | 671 | | |
667 | 672 | | |
668 | 673 | | |
| |||
0 commit comments