Project
General
Profile
Custom queries
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.
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.
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 byroot (Jean Boussier) over 6 years ago
Actions
#2
[ruby-core:96185]
I made a PR for it: https://github.com/ruby/ruby/pull/2738
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
Powered by Redmine © 2006-2026 Jean-Philippe Lang