Russ

Results 25 comments of Russ

@dnando Great! Now we just need to get the Travis CI stuff updated

Thanks for testing that out. Looks like that's the same error that Travis gets on the Railo 4.1+ and Lucee 4.5.1+. I remember trying to resolve this issue when it...

Ah, that makes sense. I can't think of a good way to resolve this yet, given that the behavior in UnderscoreJS relies on `arguments` to be ordered (even though you...

Alright, so it sounds like the high-level options are: 1. Use ordered structs, but the drawback is that it would require ACF12/Lucee5. 2. Use `java.util.linkedHashMap`, but the drawbacks there are:...

I'd open to any solution, really. We can always optimize later if necessary.

https://github.com/russplaysguitar/UnderscoreCF/pull/54 was submitted back in September, been waiting for someone to make the test cases pass for all of the engines

I'm open to any solution to this as long as it passes basically all of the same tests that Underscore.js does: https://github.com/jashkenas/underscore/blob/master/test/chaining.js

You can actually see the result on your branch: http://atuttle.github.com/UnderscoreCF/ I think the link tag got a little messed up on accident. This is probably because the doc generator is...