Ilir-Liburn

Results 7 comments of Ilir-Liburn

Hello, you find a header file by searching it in your browser. It is a Microsoft related header files in this case, therefore some folder is not included in your...

Hello, what is equivalent to elt (Virtual machine console) in upcoming version? Can compiled and linked code use eval (is it possible outside the VM)?

Thanks, first one is about user defined scripts, second is about executing Elena code, right? If yes, can eval create classes/methods, functions, etc?

``` [Block:Void] [Var z(3286):Zero] [Const:Zero] null [Call:Void] [Field:(v : Dynamic, ?infos : Null) -> Void] [TypeExpr haxe.Log:Class] [FStatic:(v : Dynamic, ?infos : Null) -> Void] haxe.Log trace:(v : Dynamic, ?infos...

As I remember, @:multiType abstract resolves Null\ as T assigning 0.0 value in normal case. It seems null is used here causing this to "explode". Here is normal Java output...

BTW, is it possible for @:to and @:from on @:multiType abstract to return specific value, instead of automatically assign 0 for @:to and return argument value at @:from? I checked...