fhd / clostache

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

Eliminate reflection warnings #13

Closed michaelklishin closed 12 years ago

michaelklishin commented 12 years ago

This eliminates a dozen or so reflection warnings in the parser (Clostache is now reflection warnings free). I based this PR on the leiningen2 branch PR for which was submitted earlier today.

michaelklishin commented 12 years ago

Updated with recent leiningen2 branch changes

fhd commented 12 years ago

Thanks, merged!

michaelklishin commented 12 years ago

Felix,

Would it be possible to release 1.3.1 with this merged? Thanks!

michaelklishin commented 12 years ago

Whoops, I really meant 1.2.1 or 1.3.0.

fhd commented 12 years ago

I'd go for 1.3. Moving to lein behind the scenes is a bit much for a fix release, plus there weren't really any bugs fixed.

Are there further pull requests you're planning to make? It'd prefer to merge them in before making a release.

michaelklishin commented 12 years ago

No, at the moment I don't have anything else in mind because you've added Clostache to travis-ci.org already. I will correct some whitespace in the resource template rendering PR and then I think we can release 1.3.0.