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=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,URIBL_BLOCKED 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 432AF1F463 for ; Thu, 12 Dec 2019 23:48:32 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 484961209FF; Fri, 13 Dec 2019 08:48:16 +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 907431209F2 for ; Fri, 13 Dec 2019 08:48:13 +0900 (JST) Received: by filter0082p3iad2.sendgrid.net with SMTP id filter0082p3iad2-5807-5DF2D1C1-4 2019-12-12 23:48:17.263597482 +0000 UTC m=+19354.986792955 Received: from herokuapp.com (unknown [34.227.152.143]) by ismtpd0012p1iad1.sendgrid.net (SG) with ESMTP id 9_AVettUQeCE81rJaQzmAw for ; Thu, 12 Dec 2019 23:48:17.205 +0000 (UTC) Date: Thu, 12 Dec 2019 23:48:17 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 71867 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16412 X-Redmine-Issue-Author: znz X-Redmine-Issue-Assignee: ko1 X-Redmine-Sender: Eregon 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr1=2FNuZKR4uJ9I4qnaY+AW?= =?us-ascii?Q?4IlR+wxA=2FecMrfVEub9DtlK7KZLYgB=2FaS9F2uzr?= =?us-ascii?Q?yH7IDpOuaqut+NLD8QpKaCmMgYraiWaqOymQMYM?= =?us-ascii?Q?eBUbJjoJwgxvPQpeNQEQT9DUvZjYXM=2FJU9VRjkD?= =?us-ascii?Q?yq6ho5tMHPMosAyNx90y66qDIso7SfGk43A=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 96215 Subject: [ruby-core:96215] [Ruby master Feature#16412] Thread#to_s returns "... file:line" instead of "...@file:line" 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 #16412 has been updated by Eregon (Benoit Daloze). Assignee set to ko1 (Koichi Sasada) Status changed from Open to Closed +1 https://github.com/ruby/ruby/pull/2738 was merged, thanks for the PR! ---------------------------------------- Feature #16412: Thread#to_s returns "... file:line" instead of "...@file:line" https://bugs.ruby-lang.org/issues/16412#change-83106 * Author: znz (Kazuhiro NISHIYAMA) * Status: Closed * Priority: Normal * Assignee: ko1 (Koichi Sasada) * Target version: ---------------------------------------- [Proc#to_s returns "... file:line" instead of "...@file:line"](https://bugs.ruby-lang.org/issues/16101), but `Thread#to_s` includes `@`. I think changing `Thread#to_s` too is better consistency. -- https://bugs.ruby-lang.org/