[#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:61113] [ruby-trunk - Bug #9570] Something wrong with Enumerator#size ?
From:
ruby-core@...
Date:
2014-02-27 00:58:44 UTC
List:
ruby-core #61113
Issue #9570 has been updated by Marc-Andre Lafortune. Assignee changed from Yukihiro Matsumoto to Marc-Andre Lafortune Target version changed from next minor to current: 2.2.0 Indeed, I'll fix this asap. Thanks ---------------------------------------- Bug #9570: Something wrong with Enumerator#size ? https://bugs.ruby-lang.org/issues/9570#change-45497 * Author: 东 许 * Status: Open * Priority: Normal * Assignee: Marc-Andre Lafortune * Category: core * Target version: current: 2.2.0 * ruby -v: Ruby 2.0.0-p451 * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- enum = 2.step(1, 3) enum.size #=> 1 It should be 0, shouldn't it? ( Windows ) -- http://bugs.ruby-lang.org/