[#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:61137] [Backport21 - Backport #9576] [Open] Backport r44370 to revert Hash#reject behavior
From:
her@...
Date:
2014-02-28 04:29:13 UTC
List:
ruby-core #61137
Issue #9576 has been reported by Shota Fukumori. ---------------------------------------- Backport #9576: Backport r44370 to revert Hash#reject behavior https://bugs.ruby-lang.org/issues/9576 * Author: Shota Fukumori * Status: Open * Priority: Normal * Assignee: Yui NARUSE ---------------------------------------- In [Bug #9223], naruse-san rejected incompatible change due to HashWithIndifferentAccess. r44358 had changed constant name, but there was one `ifdef` condition still use old constant name. r44370 fixes it to correct one, but it's not backported to 2.1.1. So HashWithIndifferentAccess in Ruby 2.1.1 is broken because Ruby 2.1.1's Hash#reject doesn't copy extra states. - Commits around this change: https://gist.github.com/sorah/9265008 - Rails' issue: https://github.com/rails/rails/issues/14188 -- http://bugs.ruby-lang.org/