it's indeed quite useful when creating externs, where the compiler cannot infer purity due to lacking implementation
How do you mean "infer purity"? Since when can Haxe infer purity and what does this mean?
haxe compile-tcl.hxml
to try to compile the unit tests it says D:\workspace\haxe\std/Std.hx:23: characters 8-88 : Please don't add haxe/std to your classpath, instead set HAXE_STD_PATH env var
. However haxe compile-lua.hxml
works fine. I can't figure out where the difference is. Any guesses as to where I might have gone wrong?