Posted By: Jim Weirich
Date: 2004-09-02 02:10
Summary: Rake 0.4.7 released
Project: Rake
Rake 0.4.7 fixes an interoperability bug with Ruby 1.9. The "to_a" method in FileList was being rewritten twice. This caused the to_a method to recursively call itself causing a stack overflow. Rake 0.4.7 now correctly detects this condition. |
|