[#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:60488] [ruby-trunk - Bug #9374] [PATCH] ext/json: objects depend on $(ruby_headers)
From:
usa@...
Date:
2014-02-05 03:44:11 UTC
List:
ruby-core #60488
Issue #9374 has been updated by Usaku NAKAMURA.
Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
Bug #9374: [PATCH] ext/json: objects depend on $(ruby_headers)
https://bugs.ruby-lang.org/issues/9374#change-44954
* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: build
* Target version: current: 2.2.0
* ruby -v: ruby 2.2.0dev (2014-01-07 trunk 44513) [x86_64-linux]
* Backport: 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
We must rebuild the extension on Ruby ABI changes, otherwise
we'll get mysterious test failures
I encountered this when switching between cachelined and normal trunk.
pull request:
The following changes since commit 2030e19a04e92ee3d4f605c15af0e1f115732813:
* 2014-01-07 (2014-01-06 19:38:25 +0000)
are available in the git repository at:
git://bogomips.org/ruby.git json-depend
for you to fetch changes up to 93ccc7f9f1feabc95231ee8bc39945f7e4eb432d:
ext/json: objects depend on $(ruby_headers) (2014-01-06 23:32:47 +0000)
----------------------------------------------------------------
Eric Wong (1):
ext/json: objects depend on $(ruby_headers)
ext/json/generator/depend | 1 +
ext/json/parser/depend | 1 +
2 files changed, 2 insertions(+)
---Files--------------------------------
0001-ext-json-objects-depend-on-ruby_headers.patch (946 Bytes)
--
http://bugs.ruby-lang.org/