Skip to content

Commit

Permalink
Rewrote large parts of the Diet template compiler - now supports incl…
Browse files Browse the repository at this point in the history
…udes. Fixes issue #32.
  • Loading branch information
s-ludwig committed Oct 3, 2012
1 parent 82150c0 commit 7816509
Showing 1 changed file with 270 additions and 205 deletions.
Loading

2 comments on commit 7816509

@mihails-strasuns
Copy link
Contributor

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

@s-ludwig
Copy link
Member Author

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.

Please sign in to comment.