File#join can't handle recursive arrays
---------------------------------------
Key: JRUBY-2054
URL: http://jira.codehaus.org/browse/JRUBY-2054
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.1RC1
Environment: Latest JRuby 1.1RC1 on Linux
Reporter: Vladimir Sizikov
Assignee: Vladimir Sizikov
{noformat}
parts = []
parts << parts
File.join(parts)
{noformat}
Produces [...] on MRI, but on JRuby fails:
SystemStackError: stack level too deep
This also leads to one rubyspec failure.
Fix is coming.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email