Project

General

Profile

« Previous | Next » 

Revision bbd249e3

Added by alanwu (Alan Wu) almost 2 years ago

YJIT: Properly reject keyword splat with yield

We don't have support for keyword splat anywhere, but we tried to
compile these anyways in case of invokeblock. This led to bad things
happening such as passing the wrong value and passing a hash into
rb_yjit_array_len(), which raised in the middle of compilation.

[Bug #20192]