[#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:60854] [ruby-trunk - Bug #9242] Rdoc detection of aliases
From:
e@...
Date:
2014-02-19 01:06:56 UTC
List:
ruby-core #60854
Issue #9242 has been updated by Zachary Scott. Category changed from doc to lib ---------------------------------------- Bug #9242: Rdoc detection of aliases https://bugs.ruby-lang.org/issues/9242#change-45267 * Author: Marc-Andre Lafortune * Status: Assigned * Priority: Normal * Assignee: Eric Hodel * Category: lib * Target version: next minor * ruby -v: 2.1.0 preview * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN ---------------------------------------- The online doc appears to be making bad detection of aliases. For example, Array#map and Array#collect are not marked as aliases (on either ruby-doc.org or docs.ruby-lang.org) On the other hand, when aliases are detected, the generated method interface and the name of the method it is aliases to are always the same for both methods. For example, the doc for Array#find_index says it is an alias to find_index and has interface showing index (again on both sites), e.g. http://docs.ruby-lang.org/en/2.0.0/Array.html#method-i-find_index It might also be a good idea to always have doc examples using both forms in case of aliases. -- http://bugs.ruby-lang.org/