From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.6 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 9486C1F4C0 for ; Thu, 24 Oct 2019 14:50:57 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 60D36120AFC; Thu, 24 Oct 2019 23:50:47 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id D6E33120AD6 for ; Thu, 24 Oct 2019 23:50:44 +0900 (JST) Received: by filter0038p3iad2.sendgrid.net with SMTP id filter0038p3iad2-5709-5DB1BA47-C3 2019-10-24 14:50:47.599854095 +0000 UTC m=+232040.518514550 Received: from herokuapp.com (unknown [52.90.27.11]) by ismtpd0070p1mdw1.sendgrid.net (SG) with ESMTP id vbobGMiYR3mOBD8x6BBI_g for ; Thu, 24 Oct 2019 14:50:47.483 +0000 (UTC) Date: Thu, 24 Oct 2019 14:50:47 +0000 (UTC) From: aycabta@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 71125 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 9876 X-Redmine-Issue-Author: ghazel X-Redmine-Issue-Assignee: keiju X-Redmine-Sender: aycabta X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?GKpIShLz5mjccZLokZj3QNWMk99Ur5s3Wt=2FBqpWFALAPdFuO3sd0WE6cnEW16B?= =?us-ascii?Q?E8ecM2=2FUxTRnGKpMGnHGaLDNWrdWbyM98CtPHm6?= =?us-ascii?Q?QQb=2Fn7seHu31nUHLKH8I8m0M5IhEyAxP9dofKFx?= =?us-ascii?Q?BwKANls2pgdq3qnTVimlBCaag8BVOuBFlZSQQ+N?= =?us-ascii?Q?ftKh13c55sGvF8aSZYMbxdPS35UvSMfwvFA=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95533 Subject: [ruby-core:95533] [Ruby master Bug#9876] IRB::Context output_method is not used X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "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/