Actions
Bug #1418
closedFile.join repeats recursive array contents
Description
=begin
This was fixed for Array#join, see [ruby-dev:37019].
$ ruby1.8 -v
ruby 1.8.8dev (2009-04-28 revision 23305) [i386-darwin9.6.0]
$ ruby1.8 file.rb
"a/b"
"a/b/a/b/[...]"
$ cat file.rb
a = ["a", "b"]
p File.join(a)
a << a
p File.join(a)
Behavior on 1.8.6, 1.8.7, 1.8.8 and 1.9 is the same.
=end
Updated by nobu (Nobuyoshi Nakada) almost 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r23306.
=end
Updated by shyouhei (Shyouhei Urabe) almost 16 years ago
- Status changed from Closed to Open
- Assignee set to shyouhei (Shyouhei Urabe)
=begin
=end
Updated by shyouhei (Shyouhei Urabe) over 15 years ago
- Status changed from Open to Closed
=begin
Applied in changeset r24114.
=end
Updated by shyouhei (Shyouhei Urabe) over 15 years ago
- Status changed from Closed to Open
- Assignee changed from shyouhei (Shyouhei Urabe) to wyhaines (Kirk Haines)
=begin
=end
Updated by shyouhei (Shyouhei Urabe) over 14 years ago
- Status changed from Open to Assigned
=begin
=end
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Tracker changed from Backport to Bug
- Project changed from 11 to Ruby
- Description updated (diff)
- Status changed from Assigned to Closed
- ruby -v set to ruby 1.8.8dev (2009-04-28 revision 23305) [i386-darwin9.6.0]
- Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN
Actions
Like0
Like0Like0Like0Like0Like0Like0