[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:61053] [ruby-trunk - Bug #9560] [Open] Backport fix for: "SimpleDelegator, a wrapped object with an open method and send" from 2.1 to 2.0
From:
pragtob@...
Date:
2014-02-24 16:29:52 UTC
List:
ruby-core #61053
Issue #9560 has been reported by Tobias Pfeiffer. ---------------------------------------- Bug #9560: Backport fix for: "SimpleDelegator, a wrapped object with an open method and send" from 2.1 to 2.0 https://bugs.ruby-lang.org/issues/9560 * Author: Tobias Pfeiffer * Status: Open * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: 2.0.0-p451 * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- There was an issue when you have an object with an open method wrapped by a SimpleDelegator and then use "send :open". This gist illustrates it: https://gist.github.com/PragTob/9189371 There was a github pull request fixing it: https://github.com/ruby/ruby/pull/449 It works for me on 2.1 (and 2.1.1) but it seems not to have been backported to the 2.0 series (tried -p451 today). It'd be great if it were backported, could save people other than me quite some time and nerves :) It's a nasty thing to track down. Cheers + thanks, Tobi -- http://bugs.ruby-lang.org/