[#64517] Fw: Re: Ruby and Rails to become Apache Incubator Project — Tetsuya Kitahata <kitahata@99.alumni.u-tokyo.ac.jp>

What do you think? >> Ruby developers

13 messages 2014/08/23

[#64615] [ruby-trunk - Feature #10181] [Open] New method File.openat() — oss-ruby-lang@...

Issue #10181 has been reported by Technorama Ltd..

10 messages 2014/08/28
[#64616] Re: [ruby-trunk - Feature #10181] [Open] New method File.openat() — Eric Wong <normalperson@...> 2014/08/28

I like this feature.

[#64671] Fwd: [ruby-changes:35240] normal:r47322 (trunk): symbol.c (rb_sym2id): do not return garbage object — SASADA Koichi <ko1@...>

Why this fix solve your problem?

9 messages 2014/08/30
[#64672] Re: Fwd: [ruby-changes:35240] normal:r47322 (trunk): symbol.c (rb_sym2id): do not return garbage object — SASADA Koichi <ko1@...> 2014/08/30

(2014/08/30 8:50), SASADA Koichi wrote:

[ruby-core:64393] [ruby-trunk - Feature #10138] [Rejected] Access monotonic counter in Time

From: naruse@...
Date: 2014-08-15 16:13:48 UTC
List: ruby-core #64393
Issue #10138 has been updated by Yui NARUSE.

Status changed from Open to Rejected

Aki Tuomi wrote:
> Eric Wong wrote:
> > cmouse@cmouse.fi wrote:
> >  > time-s-monotonic.patch (2.07 KB)
> >  
> >  It might be better to put the OS compatibility code in the existing
> >  Process.clock_gettime implementation
> 
> Not sure. It is not same as clock_gettime, which accepts parameters and such, and it is not clock_gettime across operating systems. 
> 
> Also, the point of this patch is to enable access to uniform monotonic clock, so that you don't need to check for OS, what clock you want etc. Process.clock_gettime is simply method exposure, and I would think most people would not appreciate that on OS/X or Windows it does something completely different.

Process.clock_gettime already have compatibility layer for OS X and Windows.
Therefore Process.clock_gettime(Process::CLOCK_MONOTONIC) is portable

----------------------------------------
Feature #10138: Access monotonic counter in Time
https://bugs.ruby-lang.org/issues/10138#change-48355

* Author: Aki Tuomi
* Status: Rejected
* Priority: Normal
* Assignee: 
* Category: core
* Target version: 
----------------------------------------
Provide API access to guaranteed monotonic counter on underlying operating system. Supports Windows XP and later, OS/X, any linux with clock_gettime. 

---Files--------------------------------
time-s-monotonic.patch (2.07 KB)


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

In This Thread

Prev Next