Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote large parts of the Diet template compiler - now supports incl…
…udes. Fixes issue #32.
- Loading branch information
7816509
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After I have merged last commit block regarding diet a lot of errors regarding int <-> ulong mismatch have arisen. Like this:
diet.d(379): Error: function vibe.templ.diet.DietCompiler.buildWriter () is not callable using argument types (string[],bool,ulong)
diet.d(379): Error: cannot implicitly convert expression (node_stack.length) of type ulong to int
7816509
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed in 9571289. I still have a strange ICE issue with one of the templates on vibed.org though, I'm investigating that now.