fhd / clostache

{{ mustache }} for Clojure
GNU Lesser General Public License v3.0
318 stars 62 forks source link

Support sequences as section-data #4

Closed santervo closed 13 years ago

santervo commented 13 years ago

Hi Felix,

I added support for using sequential data structures as section-data (not only vectors).

In this pull request is also included pull request #2 commits as they are not merged yet for some reason.

fhd commented 13 years ago

I have definitely merged the commits from #2 back then, it's in the latest source. Are you on the right remote/branch?

Can you please remove the commits relating to #2 from this pull request? That way I can merge it easier.

santervo commented 13 years ago

Hi, it seems that #2 is merged in tag 0.4.2 (https://github.com/fhd/clostache/commits/v0.4.2) but not in master (https://github.com/fhd/clostache/commits/master)

santervo commented 13 years ago

Sorry, it was #3, not #2

fhd commented 13 years ago

You're right, that was rather weird... I merged v0.4.2 into master, so everything should be OK now.

santervo commented 13 years ago

Ok. It seems that those older commits have now disappeared from this pull request also.

fhd commented 13 years ago

Merged, thanks a bunch!

I'll prepare a release soon.