ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:23329] [Bug #1418] File.join repeats recursive array contents
@ 2009-04-29  3:12 Brian Ford
  2009-04-29  6:27 ` [ruby-core:23330] [Bug #1418](Closed) " Nobuyoshi Nakada
  2009-07-15  2:57 ` [ruby-core:24335] [Backport " Shyouhei Urabe
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Ford @ 2009-04-29  3:12 UTC (permalink / raw
  To: ruby-core

Bug #1418: File.join repeats recursive array contents
http://redmine.ruby-lang.org/issues/show/1418

Author: Brian Ford
Status: Open, Priority: Normal
Category: core
ruby -v: ruby 1.8.8dev (2009-04-28 revision 23305) [i386-darwin9.6.0]

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.


----------------------------------------
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:23330] [Bug #1418](Closed) File.join repeats recursive array contents
  2009-04-29  3:12 [ruby-core:23329] [Bug #1418] File.join repeats recursive array contents Brian Ford
@ 2009-04-29  6:27 ` Nobuyoshi Nakada
  2009-07-15  2:57 ` [ruby-core:24335] [Backport " Shyouhei Urabe
  1 sibling, 0 replies; 3+ messages in thread
From: Nobuyoshi Nakada @ 2009-04-29  6:27 UTC (permalink / raw
  To: ruby-core

Issue #1418 has been updated by Nobuyoshi Nakada.

Status changed from Open to Closed
% Done changed from 0 to 100

Applied in changeset r23306.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/1418

----------------------------------------
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:24335] [Backport #1418](Closed) File.join repeats recursive array contents
  2009-04-29  3:12 [ruby-core:23329] [Bug #1418] File.join repeats recursive array contents Brian Ford
  2009-04-29  6:27 ` [ruby-core:23330] [Bug #1418](Closed) " Nobuyoshi Nakada
@ 2009-07-15  2:57 ` Shyouhei Urabe
  1 sibling, 0 replies; 3+ messages in thread
From: Shyouhei Urabe @ 2009-07-15  2:57 UTC (permalink / raw
  To: ruby-core

Issue #1418 has been updated by Shyouhei Urabe.

Status changed from Open to Closed

Applied in changeset r24114.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/1418

----------------------------------------
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-15  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29  3:12 [ruby-core:23329] [Bug #1418] File.join repeats recursive array contents Brian Ford
2009-04-29  6:27 ` [ruby-core:23330] [Bug #1418](Closed) " Nobuyoshi Nakada
2009-07-15  2:57 ` [ruby-core:24335] [Backport " Shyouhei Urabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).