ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:59609] [ruby-trunk - Bug #9374][Open] [PATCH] ext/json: objects depend on $(ruby_headers)
@ 2014-01-07  0:48 normalperson (Eric Wong)
  2014-02-05  3:44 ` [ruby-core:60488] [ruby-trunk - Bug #9374] " usa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: normalperson (Eric Wong) @ 2014-01-07  0:48 UTC (permalink / raw
  To: ruby-core


Issue #9374 has been reported by normalperson (Eric Wong).

----------------------------------------
Bug #9374: [PATCH] ext/json: objects depend on $(ruby_headers)
https://bugs.ruby-lang.org/issues/9374

Author: normalperson (Eric Wong)
Status: Open
Priority: Normal
Assignee: nobu (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: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN


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(+)



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:60488] [ruby-trunk - Bug #9374] [PATCH] ext/json: objects depend on $(ruby_headers)
  2014-01-07  0:48 [ruby-core:59609] [ruby-trunk - Bug #9374][Open] [PATCH] ext/json: objects depend on $(ruby_headers) normalperson (Eric Wong)
@ 2014-02-05  3:44 ` usa
  2014-02-14  6:52 ` [ruby-core:60712] " usa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: usa @ 2014-02-05  3:44 UTC (permalink / raw
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:60712] [ruby-trunk - Bug #9374] [PATCH] ext/json: objects depend on $(ruby_headers)
  2014-01-07  0:48 [ruby-core:59609] [ruby-trunk - Bug #9374][Open] [PATCH] ext/json: objects depend on $(ruby_headers) normalperson (Eric Wong)
  2014-02-05  3:44 ` [ruby-core:60488] [ruby-trunk - Bug #9374] " usa
@ 2014-02-14  6:52 ` usa
  2014-02-16 16:17 ` [ruby-core:60788] " nagachika00
  2014-02-22  7:53 ` [ruby-core:61004] " naruse
  3 siblings, 0 replies; 5+ messages in thread
From: usa @ 2014-02-14  6:52 UTC (permalink / raw
  To: ruby-core

Issue #9374 has been updated by Usaku NAKAMURA.

Backport changed from 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED to 1.9.3: DONE, 2.0.0: REQUIRED, 2.1: REQUIRED

backported into ruby_1_9_3 at r44947.

----------------------------------------
Bug #9374: [PATCH] ext/json: objects depend on $(ruby_headers)
https://bugs.ruby-lang.org/issues/9374#change-45134

* 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: DONE, 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:60788] [ruby-trunk - Bug #9374] [PATCH] ext/json: objects depend on $(ruby_headers)
  2014-01-07  0:48 [ruby-core:59609] [ruby-trunk - Bug #9374][Open] [PATCH] ext/json: objects depend on $(ruby_headers) normalperson (Eric Wong)
  2014-02-05  3:44 ` [ruby-core:60488] [ruby-trunk - Bug #9374] " usa
  2014-02-14  6:52 ` [ruby-core:60712] " usa
@ 2014-02-16 16:17 ` nagachika00
  2014-02-22  7:53 ` [ruby-core:61004] " naruse
  3 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2014-02-16 16:17 UTC (permalink / raw
  To: ruby-core

Issue #9374 has been updated by Tomoyuki Chikanaga.

Backport changed from 1.9.3: DONE, 2.0.0: REQUIRED, 2.1: REQUIRED to 1.9.3: DONE, 2.0.0: DONE, 2.1: REQUIRED

r44514 was backported to ruby_2_0_0 at r45009.

----------------------------------------
Bug #9374: [PATCH] ext/json: objects depend on $(ruby_headers)
https://bugs.ruby-lang.org/issues/9374#change-45203

* 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: DONE, 2.0.0: DONE, 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:61004] [ruby-trunk - Bug #9374] [PATCH] ext/json: objects depend on $(ruby_headers)
  2014-01-07  0:48 [ruby-core:59609] [ruby-trunk - Bug #9374][Open] [PATCH] ext/json: objects depend on $(ruby_headers) normalperson (Eric Wong)
                   ` (2 preceding siblings ...)
  2014-02-16 16:17 ` [ruby-core:60788] " nagachika00
@ 2014-02-22  7:53 ` naruse
  3 siblings, 0 replies; 5+ messages in thread
From: naruse @ 2014-02-22  7:53 UTC (permalink / raw
  To: ruby-core

Issue #9374 has been updated by Yui NARUSE.

Backport changed from 1.9.3: DONE, 2.0.0: DONE, 2.1: REQUIRED to 1.9.3: DONE, 2.0.0: DONE, 2.1: DONE

r45123

----------------------------------------
Bug #9374: [PATCH] ext/json: objects depend on $(ruby_headers)
https://bugs.ruby-lang.org/issues/9374#change-45406

* 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: DONE, 2.0.0: DONE, 2.1: DONE
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-22  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07  0:48 [ruby-core:59609] [ruby-trunk - Bug #9374][Open] [PATCH] ext/json: objects depend on $(ruby_headers) normalperson (Eric Wong)
2014-02-05  3:44 ` [ruby-core:60488] [ruby-trunk - Bug #9374] " usa
2014-02-14  6:52 ` [ruby-core:60712] " usa
2014-02-16 16:17 ` [ruby-core:60788] " nagachika00
2014-02-22  7:53 ` [ruby-core:61004] " naruse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).