Project

General

Profile

« Previous | Next » 

Revision 9683eb06

Added by alanwu (Alan Wu) almost 2 years ago

YJIT: Fix Kernel#respond_to? handling of rb_f_notimplement

We should return false for this type of special methods but wasn't
previously. Was reproducible with:

make test-all TESTS=../test/-ext-/test_notimplement.rb RUN_OPTS='--yjit-call-threshold=1'