support ruby 1.9
----------------
Key: BUILDR-250
URL: https://issues.apache.org/jira/browse/BUILDR-250
Project: Buildr
Issue Type: Wish
Components: Core features
Affects Versions: 1.3.4
Reporter: Ittay Dror
I have a big buildfile and ruby 1.8 doesn't handle it very well. If I have a
stack of apx. 80 calls (which happens due to the recursive nature of task
dependency invocation as well as the use of blocks), then it overflows the
stack and ruby crashes. Jruby has its own faults (e.g., not handling rename
well on some platforms, returning the wrong error codes which messes up
FileUtils.mv).
So, I'd like to see how ruby 1.9 behaves, only I can't get buildr to work with
it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.