ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:69548] [Ruby trunk - Bug #11254] [Assigned] [BUG] no corresponding cfp
       [not found] <redmine.issue-11254.20150612092347@ruby-lang.org>
@ 2015-06-12  9:23 ` nobu
  2015-07-03 18:51 ` [ruby-core:69858] [Ruby trunk - Bug #11254] " nagachika00
  1 sibling, 0 replies; 2+ messages in thread
From: nobu @ 2015-06-12  9:23 UTC (permalink / raw)
  To: ruby-core

Issue #11254 has been reported by Nobuyoshi Nakada.

----------------------------------------
Bug #11254: [BUG] no corresponding cfp
https://bugs.ruby-lang.org/issues/11254

* Author: Nobuyoshi Nakada
* Status: Assigned
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED
----------------------------------------
2.1以降、以下のコードが[BUG] rb_vm_search_cf_from_ep: no corresponding cfpになります。

~~~ruby
empty = Object.new
class << empty
  attr_reader :block
  def each(&block)
    @block = block
    self
  end
end
empty.first
empty.block.call
~~~



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ruby-core:69858] [Ruby trunk - Bug #11254] [BUG] no corresponding cfp
       [not found] <redmine.issue-11254.20150612092347@ruby-lang.org>
  2015-06-12  9:23 ` [ruby-core:69548] [Ruby trunk - Bug #11254] [Assigned] [BUG] no corresponding cfp nobu
@ 2015-07-03 18:51 ` nagachika00
  1 sibling, 0 replies; 2+ messages in thread
From: nagachika00 @ 2015-07-03 18:51 UTC (permalink / raw)
  To: ruby-core

Issue #11254 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE

Backported into `ruby_2_2` at r51129.

----------------------------------------
Bug #11254: [BUG] no corresponding cfp
https://bugs.ruby-lang.org/issues/11254#change-53263

* Author: Nobuyoshi Nakada
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
----------------------------------------
2.1以降、以下のコードが[BUG] rb_vm_search_cf_from_ep: no corresponding cfpになります。

~~~ruby
empty = Object.new
class << empty
  attr_reader :block
  def each(&block)
    @block = block
    self
  end
end
empty.first
empty.block.call
~~~



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-03 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11254.20150612092347@ruby-lang.org>
2015-06-12  9:23 ` [ruby-core:69548] [Ruby trunk - Bug #11254] [Assigned] [BUG] no corresponding cfp nobu
2015-07-03 18:51 ` [ruby-core:69858] [Ruby trunk - Bug #11254] " nagachika00

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).