
6 Jan
2025
6 Jan
'25
7:17 p.m.
Issue #21006 has been reported by tompng (tomoya ishida). ---------------------------------------- Bug #21006: `defined?((receiver).method)` raises Stack consistency error https://bugs.ruby-lang.org/issues/21006 * Author: tompng (tomoya ishida) * Status: Open * ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +MN +PRISM [arm64-darwin22] * Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN ---------------------------------------- ~~~ $ ruby -ve "defined?((foo).bar)" ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +MN +PRISM [arm64-darwin22] -e:1: warning: possibly useless use of defined? in void context -e:1: [BUG] Stack consistency error (sp: 7, bp: 6) ~~~ -- https://bugs.ruby-lang.org/