Project

General

Profile

Actions

Bug #2311

closed

[BUG] cfp consistency error - send

Added by marcandre (Marc-Andre Lafortune) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2dev (2009-10-30 trunk 25565) [x86_64-darwin10.0.0]
Backport:
[ruby-core:26427]

Description

=begin
Following r25521:

$rubydev -e '
class X
def method_missing(s); end
end
X.new.foo(:bar) rescue nil
puts "hello"
'

Generates
-e:0:in method_missing': wrong number of arguments (2 for 1) (ArgumentError) from -e:5:in '
Instead of "hello"

$ mspec core/file/stat/directory_spec.rb -t rubydev
crashes ruby with [BUG] cfp consistency error - send
=end


Related issues 1 (0 open1 closed)

Has duplicate Backport191 - Bug #2316: [BUG] cfp consistency errorClosedmatz (Yukihiro Matsumoto)10/31/2009Actions
Actions #1

Updated by matz (Yukihiro Matsumoto) over 14 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r25681.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: Atom PDF

Like0
Like0