ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses
@ 2013-06-30  7:42 shugo (Shugo Maeda)
  2013-07-03  5:17 ` [ruby-core:55769] [ruby-trunk - Bug #8584] " drbrain (Eric Hodel)
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: shugo (Shugo Maeda) @ 2013-06-30  7:42 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been reported by shugo (Shugo Maeda).

----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: matz (Yukihiro Matsumoto)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:55769] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
@ 2013-07-03  5:17 ` drbrain (Eric Hodel)
  2013-07-03  7:14 ` [ruby-core:55772] " shugo (Shugo Maeda)
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: drbrain (Eric Hodel) @ 2013-07-03  5:17 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by drbrain (Eric Hodel).


I would not mind being a maintainer of a curses gem.
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-40264

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: matz (Yukihiro Matsumoto)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:55772] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
  2013-07-03  5:17 ` [ruby-core:55769] [ruby-trunk - Bug #8584] " drbrain (Eric Hodel)
@ 2013-07-03  7:14 ` shugo (Shugo Maeda)
  2013-12-01 11:10 ` [ruby-core:58736] " hsbt (Hiroshi SHIBATA)
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: shugo (Shugo Maeda) @ 2013-07-03  7:14 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by shugo (Shugo Maeda).


drbrain (Eric Hodel) wrote:
> I would not mind being a maintainer of a curses gem.

Thank you!

It might be better to move from <https://github.com/shugo/curses> to <https://github.com/ruby/curses>.
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-40267

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: matz (Yukihiro Matsumoto)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58736] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
  2013-07-03  5:17 ` [ruby-core:55769] [ruby-trunk - Bug #8584] " drbrain (Eric Hodel)
  2013-07-03  7:14 ` [ruby-core:55772] " shugo (Shugo Maeda)
@ 2013-12-01 11:10 ` hsbt (Hiroshi SHIBATA)
  2013-12-01 12:40 ` [ruby-core:58739] " shevegen (Robert A. Heiler)
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2013-12-01 11:10 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by hsbt (Hiroshi SHIBATA).

Assignee changed from matz (Yukihiro Matsumoto) to naruse (Yui NARUSE)

I agreed to remove curses from Ruby 2.1 and create github.com/ruby/curses

>naruse
How do you think about this?
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43304

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: naruse (Yui NARUSE)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58739] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (2 preceding siblings ...)
  2013-12-01 11:10 ` [ruby-core:58736] " hsbt (Hiroshi SHIBATA)
@ 2013-12-01 12:40 ` shevegen (Robert A. Heiler)
  2013-12-01 12:41 ` [ruby-core:58740] " shevegen (Robert A. Heiler)
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: shevegen (Robert A. Heiler) @ 2013-12-01 12:40 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by shevegen (Robert A. Heiler).


\o/
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43307

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: naruse (Yui NARUSE)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58740] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (3 preceding siblings ...)
  2013-12-01 12:40 ` [ruby-core:58739] " shevegen (Robert A. Heiler)
@ 2013-12-01 12:41 ` shevegen (Robert A. Heiler)
  2013-12-09  2:16 ` [ruby-core:58981] " shugo (Shugo Maeda)
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: shevegen (Robert A. Heiler) @ 2013-12-01 12:41 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by shevegen (Robert A. Heiler).


(Sidenote, not related to this, but all of ruby's stdlib should become as modular as possible, so users could toggle on/off what components of ruby they want to have included, perhaps with rubygems able to allow for this. "gem uninstall webrick" for instance if a user really won't need that, and so forth.)
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43308

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: naruse (Yui NARUSE)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58981] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (4 preceding siblings ...)
  2013-12-01 12:41 ` [ruby-core:58740] " shevegen (Robert A. Heiler)
@ 2013-12-09  2:16 ` shugo (Shugo Maeda)
  2013-12-09  2:18 ` [ruby-core:58982] " shugo (Shugo Maeda)
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: shugo (Shugo Maeda) @ 2013-12-09  2:16 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by shugo (Shugo Maeda).

Assignee changed from naruse (Yui NARUSE) to shugo (Shugo Maeda)

I talked with Naruse-san, and we've decided to remove curses from 2.1.

Eric, could you take over the maintenance of curses gem and upload it to rubygems.org as soon as possible?
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43534

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: shugo (Shugo Maeda)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58982] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (5 preceding siblings ...)
  2013-12-09  2:16 ` [ruby-core:58981] " shugo (Shugo Maeda)
@ 2013-12-09  2:18 ` shugo (Shugo Maeda)
  2013-12-09  2:26 ` [ruby-core:58983] " drbrain (Eric Hodel)
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: shugo (Shugo Maeda) @ 2013-12-09  2:18 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by shugo (Shugo Maeda).


shugo (Shugo Maeda) wrote:
> Eric, could you take over the maintenance of curses gem and upload it to rubygems.org as soon as possible?

If you'd like to use https://github.com/ruby/curses, please contact Shibata-san (hsbt). 
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43535

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: shugo (Shugo Maeda)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58983] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (6 preceding siblings ...)
  2013-12-09  2:18 ` [ruby-core:58982] " shugo (Shugo Maeda)
@ 2013-12-09  2:26 ` drbrain (Eric Hodel)
  2013-12-09  3:14 ` [ruby-core:58985] " hsbt (Hiroshi SHIBATA)
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: drbrain (Eric Hodel) @ 2013-12-09  2:26 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by drbrain (Eric Hodel).


Ok, I will publish the curses gem this week.

hsbt, can you create github.com/ruby/curses? Please leave it unitialized so I can fork shugo/curses into it. 
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43536

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: shugo (Shugo Maeda)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58985] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (7 preceding siblings ...)
  2013-12-09  2:26 ` [ruby-core:58983] " drbrain (Eric Hodel)
@ 2013-12-09  3:14 ` hsbt (Hiroshi SHIBATA)
  2013-12-09  4:41 ` [ruby-core:58986] " shugo (Shugo Maeda)
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2013-12-09  3:14 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by hsbt (Hiroshi SHIBATA).

Assignee changed from shugo (Shugo Maeda) to drbrain (Eric Hodel)

I created https://github.com/ruby/curses and added commit bit to you.
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43538

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58986] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (8 preceding siblings ...)
  2013-12-09  3:14 ` [ruby-core:58985] " hsbt (Hiroshi SHIBATA)
@ 2013-12-09  4:41 ` shugo (Shugo Maeda)
  2013-12-09 15:06 ` [ruby-core:58998] " zzak (Zachary Scott)
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: shugo (Shugo Maeda) @ 2013-12-09  4:41 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by shugo (Shugo Maeda).


Removed by r44089.
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43540

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:58998] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (9 preceding siblings ...)
  2013-12-09  4:41 ` [ruby-core:58986] " shugo (Shugo Maeda)
@ 2013-12-09 15:06 ` zzak (Zachary Scott)
  2013-12-10  2:02 ` [ruby-core:59014] " matsuda (Akira Matsuda)
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: zzak (Zachary Scott) @ 2013-12-09 15:06 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by zzak (Zachary Scott).


I would also like to offer help maintaining curses
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43551

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:59014] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (10 preceding siblings ...)
  2013-12-09 15:06 ` [ruby-core:58998] " zzak (Zachary Scott)
@ 2013-12-10  2:02 ` matsuda (Akira Matsuda)
  2013-12-10  4:46 ` [ruby-core:59017] " zzak (Zachary Scott)
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: matsuda (Akira Matsuda) @ 2013-12-10  2:02 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by matsuda (Akira Matsuda).

File rm_curses_gomi.patch added

@shugo Attached is a patch that sweeps remaining documentation references to curses here and there. Can I commit this?
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43564

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:59017] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (11 preceding siblings ...)
  2013-12-10  2:02 ` [ruby-core:59014] " matsuda (Akira Matsuda)
@ 2013-12-10  4:46 ` zzak (Zachary Scott)
  2013-12-10 11:56 ` [ruby-core:59022] " matsuda (Akira Matsuda)
  2013-12-24 16:16 ` [ruby-core:59302] [ruby-trunk - Bug #8584][Closed] " nobu (Nobuyoshi Nakada)
  14 siblings, 0 replies; 16+ messages in thread
From: zzak (Zachary Scott) @ 2013-12-10  4:46 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by zzak (Zachary Scott).


@a_matsuda +1 please commit it
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43567

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:59022] [ruby-trunk - Bug #8584] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (12 preceding siblings ...)
  2013-12-10  4:46 ` [ruby-core:59017] " zzak (Zachary Scott)
@ 2013-12-10 11:56 ` matsuda (Akira Matsuda)
  2013-12-24 16:16 ` [ruby-core:59302] [ruby-trunk - Bug #8584][Closed] " nobu (Nobuyoshi Nakada)
  14 siblings, 0 replies; 16+ messages in thread
From: matsuda (Akira Matsuda) @ 2013-12-10 11:56 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by matsuda (Akira Matsuda).


Committed as r44121
----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43573

Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

* [ruby-core:59302] [ruby-trunk - Bug #8584][Closed] Remove curses
  2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
                   ` (13 preceding siblings ...)
  2013-12-10 11:56 ` [ruby-core:59022] " matsuda (Akira Matsuda)
@ 2013-12-24 16:16 ` nobu (Nobuyoshi Nakada)
  14 siblings, 0 replies; 16+ messages in thread
From: nobu (Nobuyoshi Nakada) @ 2013-12-24 16:16 UTC (permalink / raw
  To: ruby-core


Issue #8584 has been updated by nobu (Nobuyoshi Nakada).

Status changed from Assigned to Closed
% Done changed from 0 to 100
Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: DONTNEED


----------------------------------------
Bug #8584: Remove curses
https://bugs.ruby-lang.org/issues/8584#change-43876

Author: shugo (Shugo Maeda)
Status: Closed
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: ext
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: DONTNEED, 2.0.0: DONTNEED


I'd like to remove curses from the Ruby standard library.

I believe the standard library should get as small as possible, and I can't find any reason to have curses except for a compatibility reason.  And Ruby has RubyGems now, so it's enough to have curses.gem for compatibility.

I've created a repository for curses.gem.

  https://github.com/shugo/curses

I'm not a user of curses now, so it would be great if someone can take over it.

Can I remove curses from Ruby 2.1?


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

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

end of thread, other threads:[~2013-12-24 16:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30  7:42 [ruby-core:55708] [ruby-trunk - Bug #8584][Assigned] Remove curses shugo (Shugo Maeda)
2013-07-03  5:17 ` [ruby-core:55769] [ruby-trunk - Bug #8584] " drbrain (Eric Hodel)
2013-07-03  7:14 ` [ruby-core:55772] " shugo (Shugo Maeda)
2013-12-01 11:10 ` [ruby-core:58736] " hsbt (Hiroshi SHIBATA)
2013-12-01 12:40 ` [ruby-core:58739] " shevegen (Robert A. Heiler)
2013-12-01 12:41 ` [ruby-core:58740] " shevegen (Robert A. Heiler)
2013-12-09  2:16 ` [ruby-core:58981] " shugo (Shugo Maeda)
2013-12-09  2:18 ` [ruby-core:58982] " shugo (Shugo Maeda)
2013-12-09  2:26 ` [ruby-core:58983] " drbrain (Eric Hodel)
2013-12-09  3:14 ` [ruby-core:58985] " hsbt (Hiroshi SHIBATA)
2013-12-09  4:41 ` [ruby-core:58986] " shugo (Shugo Maeda)
2013-12-09 15:06 ` [ruby-core:58998] " zzak (Zachary Scott)
2013-12-10  2:02 ` [ruby-core:59014] " matsuda (Akira Matsuda)
2013-12-10  4:46 ` [ruby-core:59017] " zzak (Zachary Scott)
2013-12-10 11:56 ` [ruby-core:59022] " matsuda (Akira Matsuda)
2013-12-24 16:16 ` [ruby-core:59302] [ruby-trunk - Bug #8584][Closed] " nobu (Nobuyoshi Nakada)

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