[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69580] [Ruby trunk - Feature #11124] [Closed] [PATCH] lib/*: use monotonic clock for timeouts
From:
akr@...
Date:
2015-06-14 10:28:52 UTC
List:
ruby-core #69580
Issue #11124 has been updated by Akira Tanaka. Status changed from Open to Closed ---------------------------------------- Feature #11124: [PATCH] lib/*: use monotonic clock for timeouts https://bugs.ruby-lang.org/issues/11124#change-52919 * Author: Eric Wong * Status: Closed * Priority: Normal * Assignee: Akira Tanaka ---------------------------------------- The monotonic clock is preferred as it is guaranteed to be continuous and not subject to jumps due to adjustments. Given the identical "now" method in both files (and similar code in lib/benchmark.rb), I wonder if we should implement something like Process.now instead... Anyways, I'll commit this patch as-is in a few weeks/months unless there's objections. ---Files-------------------------------- 0001-lib-use-monotonic-clock-for-timeouts.patch (2.8 KB) -- https://bugs.ruby-lang.org/