ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:62834] [ruby-trunk - Bug #9876] [Open] IRB::Context output_method is not used
       [not found] <redmine.issue-9876.20140529052646@ruby-lang.org>
@ 2014-05-29  5:26 ` ghazel
  2014-07-03  3:14 ` [ruby-core:63529] [ruby-trunk - Bug #9876] [Assigned] " nagachika00
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: ghazel @ 2014-05-29  5:26 UTC (permalink / raw)
  To: ruby-core

Issue #9876 has been reported by Greg Hazel.

----------------------------------------
Bug #9876: IRB::Context output_method is not used
https://bugs.ruby-lang.org/issues/9876

* Author: Greg Hazel
* Status: Open
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: 2.0.0p451
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
IRB::Context takes an optional output_method, but it is never used. IRB::Irb.output_value, and IRB::Irb.eval_input call print / printf directly, which always goes to STDOUT.



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

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

* [ruby-core:63529] [ruby-trunk - Bug #9876] [Assigned] IRB::Context output_method is not used
       [not found] <redmine.issue-9876.20140529052646@ruby-lang.org>
  2014-05-29  5:26 ` [ruby-core:62834] [ruby-trunk - Bug #9876] [Open] IRB::Context output_method is not used ghazel
@ 2014-07-03  3:14 ` nagachika00
  2019-10-21 20:45 ` [ruby-core:95461] [Ruby master Bug#9876] " merch-redmine
  2019-10-24 14:50 ` [ruby-core:95533] " aycabta
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2014-07-03  3:14 UTC (permalink / raw)
  To: ruby-core

Issue #9876 has been updated by Tomoyuki Chikanaga.

Category set to lib
Status changed from Open to Assigned
Assignee set to Keiju Ishitsuka

----------------------------------------
Bug #9876: IRB::Context output_method is not used
https://bugs.ruby-lang.org/issues/9876#change-47577

* Author: Greg Hazel
* Status: Assigned
* Priority: Normal
* Assignee: Keiju Ishitsuka
* Category: lib
* Target version: 
* ruby -v: 2.0.0p451
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
IRB::Context takes an optional output_method, but it is never used. IRB::Irb.output_value, and IRB::Irb.eval_input call print / printf directly, which always goes to STDOUT.



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

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

* [ruby-core:95461] [Ruby master Bug#9876] IRB::Context output_method is not used
       [not found] <redmine.issue-9876.20140529052646@ruby-lang.org>
  2014-05-29  5:26 ` [ruby-core:62834] [ruby-trunk - Bug #9876] [Open] IRB::Context output_method is not used ghazel
  2014-07-03  3:14 ` [ruby-core:63529] [ruby-trunk - Bug #9876] [Assigned] " nagachika00
@ 2019-10-21 20:45 ` merch-redmine
  2019-10-24 14:50 ` [ruby-core:95533] " aycabta
  3 siblings, 0 replies; 4+ messages in thread
From: merch-redmine @ 2019-10-21 20:45 UTC (permalink / raw)
  To: ruby-core

Issue #9876 has been updated by jeremyevans0 (Jeremy Evans).


I've added a pull request to remove the unused `output_method` variable: https://github.com/ruby/irb/pull/31 

----------------------------------------
Bug #9876: IRB::Context output_method is not used
https://bugs.ruby-lang.org/issues/9876#change-82220

* Author: ghazel (Greg Hazel)
* Status: Assigned
* Priority: Normal
* Assignee: keiju (Keiju Ishitsuka)
* Target version: 
* ruby -v: 2.0.0p451
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
IRB::Context takes an optional output_method, but it is never used. IRB::Irb.output_value, and IRB::Irb.eval_input call print / printf directly, which always goes to STDOUT.



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

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

* [ruby-core:95533] [Ruby master Bug#9876] IRB::Context output_method is not used
       [not found] <redmine.issue-9876.20140529052646@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2019-10-21 20:45 ` [ruby-core:95461] [Ruby master Bug#9876] " merch-redmine
@ 2019-10-24 14:50 ` aycabta
  3 siblings, 0 replies; 4+ messages in thread
From: aycabta @ 2019-10-24 14:50 UTC (permalink / raw)
  To: ruby-core

Issue #9876 has been updated by aycabta (aycabta .).

Status changed from Assigned to Closed

This is fixed by commit:1fb4584825.

----------------------------------------
Bug #9876: IRB::Context output_method is not used
https://bugs.ruby-lang.org/issues/9876#change-82309

* Author: ghazel (Greg Hazel)
* Status: Closed
* Priority: Normal
* Assignee: keiju (Keiju Ishitsuka)
* Target version: 
* ruby -v: 2.0.0p451
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
IRB::Context takes an optional output_method, but it is never used. IRB::Irb.output_value, and IRB::Irb.eval_input call print / printf directly, which always goes to STDOUT.



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

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

end of thread, other threads:[~2019-10-24 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-9876.20140529052646@ruby-lang.org>
2014-05-29  5:26 ` [ruby-core:62834] [ruby-trunk - Bug #9876] [Open] IRB::Context output_method is not used ghazel
2014-07-03  3:14 ` [ruby-core:63529] [ruby-trunk - Bug #9876] [Assigned] " nagachika00
2019-10-21 20:45 ` [ruby-core:95461] [Ruby master Bug#9876] " merch-redmine
2019-10-24 14:50 ` [ruby-core:95533] " aycabta

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