defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

added the ability to override the get_value function on the context #132

Closed sontek closed 12 years ago

travisbot commented 12 years ago

This pull request fails (merged 54970741 into b8a3d0c6).

sontek commented 12 years ago

Travis Bot is failing to build because rake is missing, not because of this pull request. It was broken before this pull request :P

cjerdonek commented 12 years ago

Travis Bot is failing to build because rake is missing, not because of this pull request. It was broken before this pull request :P

Yes, that will go away once development is merged to master. Support for Travis was added only recently (for upcoming 0.5.3). If you want to, you can try applying your patch to the development branch, which is where it would go anyways. Travis should work correctly there.

cjerdonek commented 12 years ago

Addressed as part of issue #130 using a different approach.