RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement dynamic functions

RealyUniqueName opened this issue · comments

static dynamic function test() {
    return "original";
}

https://haxe.org/manual/class-field-dynamic.html

Implemented in b53d973 and 7a84d55

Yes, this is only one feature of a whole list of dynamic features that must be supported. From my experience a look at the old genphp sometimes gives some reasonable solutions for these.

Yes, i look into old genphp a lot )

This dynamic stuff is pretty tricky, I had a go at this with Simn once. It would be good to have a list of all the stuff that needs to be supported. There are only the unit tests so far.