View difference between Paste ID: f5GwArUL and YCc2yJXv
SHOW: | | - or go back to the newest paste.
1-
import haxe.macro.Expr;
1+
Process started >>>
2-
import haxe.macro.Context;
2+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/PosTools.hx:29: characters 9-22 : haxe.macro.#Context has no field error
3-
using tink.macro.tools.ExprTools;
3+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/PosTools.hx:24: characters 4-22 : haxe.macro.#Context has no field currentPos
4-
class MyTrace 
4+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/PosTools.hx:44: characters 4-22 : haxe.macro.#Context has no field currentPos
5-
{
5+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/PosTools.hx:52: characters 9-22 : haxe.macro.#Context has no field error
6-
	@:macro static public function mtrace(e:haxe.macro.Expr) 
6+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/TypeTools.hx:84: characters 9-23 : haxe.macro.#Context has no field follow
7-
	{
7+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/Printer.hx:150: lines 150-242 : Some constructors are not matched : EMeta
8-
		var e2 = {expr:EConst(CString(e.toString())),pos:Context.currentPos()};
8+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:316: characters 12-26 : haxe.macro.#Context has no field typeof
9-
		return macro trace( $e2 + ' ' + $e);
9+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:155: characters 15-29 : haxe.macro.#Context has no field typeof
10-
	}
10+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:280: characters 9-25 : haxe.macro.#Context has no field makeExpr
11-
}
11+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:165: characters 24-37 : haxe.macro.#Context has no field error
12-
class Main
12+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:187: characters 21-34 : haxe.macro.#Context has no field error
13-
{
13+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/Printer.hx:150: lines 150-242 : Some constructors are not matched : EMeta
14-
	public static function main()
14+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:81: characters 15-24 : Unknown identifier : AST
15-
	{
15+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:83: characters 13-20 : Unknown identifier : $target
16-
		var obj = {nr:10};
16+
C:\Program Files\Motion-Twin\haxe\lib/tink_macros/1,0,2/tink/macro/tools/ExprTools.hx:83: characters 13-20 : You can't iterate on a Dynamic value, please specify Iterator or Iterable