russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

Implement chaining #52

Closed elpete closed 6 years ago

elpete commented 8 years ago

Fixes #1

elpete commented 8 years ago

Two things failing here:

  1. The Lucee 5 CI doesn't work at all. It looks like it hasn't since I did the pull request for it. 😖
  2. The normal _.bind() failure on Railo 4.1+ and Lucee 4.5.
russplaysguitar commented 8 years ago

Thanks so much for contributing! This will be a great feature to add.

Yes, unfortunately the tests have been failing for the latest Lucee and Railo versions for a while due to the bind() test failure. That specific issue might take a bit of work to resolve, but we should be able to merge your work in regardless of that problem.

I'll have a look at your changes more closely tonight and see if we can get it merged it soon.

elpete commented 8 years ago

I'm not sure what to make of this latest CI failure. I have it working in both ACF 11 and Lucee 4.5 locally. ¯(ツ)/¯

elpete commented 6 years ago

This has been sitting here for a while now with no progress, so I think closing it makes the most sense.