[#61424] [REJECT?] xmalloc/xfree: reduce atomic ops w/ thread-locals — Eric Wong <normalperson@...>

I'm unsure about this. I _hate_ the extra branches this adds;

13 messages 2014/03/12

[ruby-core:61520] [ruby-trunk - Bug #9543] [Closed] [Doc] Fix example in GServer documentation (lib/gserver)

From: e@...
Date: 2014-03-15 20:52:57 UTC
List: ruby-core #61520
Issue #9543 has been updated by Zachary Scott.

Status changed from Assigned to Closed
% Done changed from 0 to 100

Applied in changeset r45344.

----------
* lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]

----------------------------------------
Bug #9543: [Doc] Fix example in GServer documentation (lib/gserver)
https://bugs.ruby-lang.org/issues/9543#change-45808

* Author: Marcus Stollsteimer
* Status: Closed
* Priority: Normal
* Assignee: Zachary Scott
* Category: doc
* Target version: 
* ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [i686-linux]
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
The code example does not match its description: the server should return time in seconds since 1970.

Patch appended (Time.now.to_s -> Time.now.to_i).

Also fixes some minor typos and inconsistencies.

---Files--------------------------------
doc_lib_gserver.patch (1.78 KB)


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

In This Thread

Prev Next