Added by znz (Kazuhiro NISHIYAMA) over 6 years ago. Updated about 6 years ago. · bugs.ruby-lang.org

Project

General

Profile

Actions

Feature #16412

closed

Thread#to_s to return "... file:line" instead of "...@file:line"

Feature #16412: Thread#to_s to return "... file:line" instead of "...@file:line"

Added by znz (Kazuhiro NISHIYAMA) over 6 years ago. Updated about 6 years ago.

Status:

Closed

Target version:

-

[ruby-core:96181]


Description

Proc#to_s returns "... file:line" instead of "...@file:line", but Thread#to_s includes @.

I think changing Thread#to_s too is better for consistency.


Related issues 1 (0 open1 closed)

Updated by znz (Kazuhiro NISHIYAMA) over 6 years ago Actions #1

  • Related to Feature #16101: Proc#to_s returns "... file:line" instead of "...@file:line" added

Updated by Eregon (Benoit Daloze) over 6 years ago Actions #3 [ruby-core:96215]

  • Status changed from Open to Closed
  • Assignee set to ko1 (Koichi Sasada)

+1

https://github.com/ruby/ruby/pull/2738 was merged, thanks for the PR!

Updated by sawa (Tsuyoshi Sawada) about 6 years ago Actions #4

  • Subject changed from Thread#to_s returns "... file:line" instead of "...@file:line" to Thread#to_s to return "... file:line" instead of "...@file:line"
  • Description updated (diff)

Actions

Also available in: PDF Atom

Powered by Redmine © 2006-2026 Jean-Philippe Lang

Read the original on bugs.ruby-lang.org ↗