ciscoheat / erazor

A Haxe implementation of the Razor view engine
19 stars 15 forks source link

enable cpp target #2

Closed andyli closed 13 years ago

andyli commented 13 years ago

Workaround a cpp bug. Added <depends name="hscript" version="1.6"/> to haxelib.xml.

Note that one case in the unittest fails, which I'm not sure what's wrong:

PrintReport.hx:66: results: SOME TESTS FAILURES

assertations: 44
successes: 43
errors: 0
failures: 1
warnings: 0
execution time: 0.003

erazor.TestTemplate
  test_If_keyword_vars_are_parsed_correctly: FAILURE ...F
    line: 46, expected "987654321" but was "45"
andyli commented 13 years ago

BTW, the hxcpp issue is reported to http://code.google.com/p/hxcpp/issues/detail?id=119

andyli commented 13 years ago

Ok, that unittest failure should be a hscript issue. I reported to http://code.google.com/p/hscript/issues/detail?id=3

fponticelli commented 13 years ago

Thank you very much. I will look into the test ASAP