ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:48671] [Backport21 - Backport #10401] [Open] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
@ 2014-10-19 13:12 ` nagai
  2014-10-19 13:43 ` [ruby-dev:48676] [Backport21 - Backport #10401] " usa
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nagai @ 2014-10-19 13:12 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been reported by Hidetoshi Nagai.

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401

* Author: Hidetoshi Nagai
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)


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

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

* [ruby-dev:48676] [Backport21 - Backport #10401] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
  2014-10-19 13:12 ` [ruby-dev:48671] [Backport21 - Backport #10401] [Open] Ruby/Tk patch for Tcl/Tk8.6 nagai
@ 2014-10-19 13:43 ` usa
  2014-10-23 14:23 ` [ruby-dev:48697] [Backport21 - Backport #10401] [Rejected] " nagachika00
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: usa @ 2014-10-19 13:43 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Usaku NAKAMURA.

Related to Bug #8000: "require 'tk'" segfaults on 64-bit linux with Tk 8.6 added

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-49535

* Author: Hidetoshi Nagai
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)


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

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

* [ruby-dev:48697] [Backport21 - Backport #10401] [Rejected] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
  2014-10-19 13:12 ` [ruby-dev:48671] [Backport21 - Backport #10401] [Open] Ruby/Tk patch for Tcl/Tk8.6 nagai
  2014-10-19 13:43 ` [ruby-dev:48676] [Backport21 - Backport #10401] " usa
@ 2014-10-23 14:23 ` nagachika00
  2014-10-23 18:23 ` [ruby-dev:48698] [Backport21 - Backport #10401] [Open] " nagai
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nagachika00 @ 2014-10-23 14:23 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Tomoyuki Chikanaga.

Status changed from Open to Rejected

安定版ブランチでは基本的に不具合修正のみ行う方針にしています。Tcl/Tk の新しいバージョンのサポートというのは新規機能の一種と考えるのが自然かと思いますので、メンテナンスポリシーに照らして Reject とします。何か適用すべき事情があるようでしたら再openしてください。

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-49617

* Author: Hidetoshi Nagai
* Status: Rejected
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)


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

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

* [ruby-dev:48698] [Backport21 - Backport #10401] [Open] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-10-23 14:23 ` [ruby-dev:48697] [Backport21 - Backport #10401] [Rejected] " nagachika00
@ 2014-10-23 18:23 ` nagai
  2015-05-11 10:53 ` [ruby-dev:48965] [Backport21 - Backport #10401] " v.ondruch
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nagai @ 2014-10-23 18:23 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Hidetoshi Nagai.

File tk-diff-ruby-2.1.3-p242.for-SEGV-only added
Status changed from Rejected to Open

では,Tcl/Tk 8.6 と組み合わせた場合の SEGV 回避だけのパッチを添付します.
このパッチでは Ruby/Tk 側での機能追加は一切ありません.
外部ライブラリに依存した拡張において,外部ライブラリのバージョンアップに対して Ruby 側の機能追加なしに新バージョンに対応するのは,
(グレーゾーンかもしれませんが) メンテナンスポリシーに反することではないと思います.



----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-49618

* Author: Hidetoshi Nagai
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)
tk-diff-ruby-2.1.3-p242.for-SEGV-only (7.04 KB)


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

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

* [ruby-dev:48965] [Backport21 - Backport #10401] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-10-23 18:23 ` [ruby-dev:48698] [Backport21 - Backport #10401] [Open] " nagai
@ 2015-05-11 10:53 ` v.ondruch
  2015-05-11 11:33 ` [ruby-dev:48966] " usa
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: v.ondruch @ 2015-05-11 10:53 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Vit Ondruch.


Can this be applied, please? We need this patch for Fedora [1].


[1] https://bugzilla.redhat.com/show_bug.cgi?id=1181160

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-52375

* Author: Hidetoshi Nagai
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)
tk-diff-ruby-2.1.3-p242.for-SEGV-only (7.04 KB)


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

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

* [ruby-dev:48966] [Backport21 - Backport #10401] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2015-05-11 10:53 ` [ruby-dev:48965] [Backport21 - Backport #10401] " v.ondruch
@ 2015-05-11 11:33 ` usa
  2015-05-11 11:46 ` [ruby-dev:48967] " v.ondruch
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: usa @ 2015-05-11 11:33 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Usaku NAKAMURA.


Thank you for reminding, Vit.

Do you need only `tk-diff-ruby-2.1.3-p242.for-SEGV-only` ?
If so, I can merge it.

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-52376

* Author: Hidetoshi Nagai
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)
tk-diff-ruby-2.1.3-p242.for-SEGV-only (7.04 KB)


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

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

* [ruby-dev:48967] [Backport21 - Backport #10401] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2015-05-11 11:33 ` [ruby-dev:48966] " usa
@ 2015-05-11 11:46 ` v.ondruch
  2015-05-12  7:17 ` [ruby-dev:48969] " usa
  2015-05-13 21:12 ` [ruby-dev:48977] " v.ondruch
  8 siblings, 0 replies; 9+ messages in thread
From: v.ondruch @ 2015-05-11 11:46 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Vit Ondruch.


Usaku NAKAMURA wrote:
> Do you need only `tk-diff-ruby-2.1.3-p242.for-SEGV-only` ?

Yep, that should be enough.

Actually since I noticed this backport ticket with the patch too late, I already applied patch [1] to our package. But these are the same, I just stripped a few additional hunks with DUMPs which seems unimportant.


[1] http://pkgs.fedoraproject.org/cgit/ruby.git/tree/ruby-2.2.0-Support-tcl-tk-8.6.patch?h=f21



----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-52377

* Author: Hidetoshi Nagai
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)
tk-diff-ruby-2.1.3-p242.for-SEGV-only (7.04 KB)


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

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

* [ruby-dev:48969] [Backport21 - Backport #10401] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2015-05-11 11:46 ` [ruby-dev:48967] " v.ondruch
@ 2015-05-12  7:17 ` usa
  2015-05-13 21:12 ` [ruby-dev:48977] " v.ondruch
  8 siblings, 0 replies; 9+ messages in thread
From: usa @ 2015-05-12  7:17 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Usaku NAKAMURA.


merged `tk-diff-ruby-2.1.3-p242.for-SEGV-only` at r50474.
Thank you, Vit! (and, of course, Nagai-sensei!)

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-52392

* Author: Hidetoshi Nagai
* Status: Closed
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)
tk-diff-ruby-2.1.3-p242.for-SEGV-only (7.04 KB)


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

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

* [ruby-dev:48977] [Backport21 - Backport #10401] Ruby/Tk patch for Tcl/Tk8.6
       [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2015-05-12  7:17 ` [ruby-dev:48969] " usa
@ 2015-05-13 21:12 ` v.ondruch
  8 siblings, 0 replies; 9+ messages in thread
From: v.ondruch @ 2015-05-13 21:12 UTC (permalink / raw
  To: ruby-dev

Issue #10401 has been updated by Vit Ondruch.


Thank you!

----------------------------------------
Backport #10401: Ruby/Tk patch  for Tcl/Tk8.6
https://bugs.ruby-lang.org/issues/10401#change-52433

* Author: Hidetoshi Nagai
* Status: Closed
* Priority: Normal
* Assignee: 
----------------------------------------
永井@知能.九工大です.

Ruby/Tk を Tcl/Tk8.6 と組み合わせて使えるようにするためのパッチです.
2.1.3 p242 用のパッチとなっています.
適用いただけますと幸いです.


---Files--------------------------------
tk-diff-ruby-2.1.3-p242 (17.2 KB)
tk-diff-ruby-2.1.3-p242.for-SEGV-only (7.04 KB)


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

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

end of thread, other threads:[~2015-05-13 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-10401.20141019131247@ruby-lang.org>
2014-10-19 13:12 ` [ruby-dev:48671] [Backport21 - Backport #10401] [Open] Ruby/Tk patch for Tcl/Tk8.6 nagai
2014-10-19 13:43 ` [ruby-dev:48676] [Backport21 - Backport #10401] " usa
2014-10-23 14:23 ` [ruby-dev:48697] [Backport21 - Backport #10401] [Rejected] " nagachika00
2014-10-23 18:23 ` [ruby-dev:48698] [Backport21 - Backport #10401] [Open] " nagai
2015-05-11 10:53 ` [ruby-dev:48965] [Backport21 - Backport #10401] " v.ondruch
2015-05-11 11:33 ` [ruby-dev:48966] " usa
2015-05-11 11:46 ` [ruby-dev:48967] " v.ondruch
2015-05-12  7:17 ` [ruby-dev:48969] " usa
2015-05-13 21:12 ` [ruby-dev:48977] " v.ondruch

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).