Closed Arnavion closed 10 years ago
Thanks for fixing this. We have a huge deficit of tests in this area. Integration tests are hard to write, but we could do way better. However, having said that, it's also worth noting that this is software developed by the community -- nobody is paid to work on Jake. Over time its stability, both from the API perspective, and with regard to regressions, has actually been excellent. We're going to continue to maintain that same stability. Apologies for the disruption.
Pushed to NPM, v0.7.9.
Thanks.
That commit broke the ability to load both jakefile and jakelibdir. If
loader.loadFile(opts.jakefile)
returns true, thenloader.loadDirectory(opts.jakelibdir)
doesn't get called.Please be more cautious in accepting broken pull requests...