mojombo / mustache.erl

Mustache template engine for Erlang.
MIT License
239 stars 59 forks source link

Make adjustments to allow easier renaming of modules #18

Closed ghost closed 10 years ago

ghost commented 10 years ago

Introduce macros to make renaming the modules easier. We could have used explicit arguments in some of the functions, but that would have resulted in a bigger patch. Also, this way there's no runtime overhead, and it's all compile-time only.

pusewicz commented 10 years ago

Can you confirm that the tests work for you?

ghost commented 10 years ago

Yes, same EUnit results in master and this branch.

pusewicz commented 10 years ago

Actually, @tuncer https://travis-ci.org/mojombo/mustache.erl

It was passing.