Closed boozook closed 8 years ago
Could you make new pull request for v2 ?
Off course. Soon as possible.
@fzzr- could you review my latest changes? For new version I've added @:pos almost everywhere. Maybe I missed something important. Just create a new issue or PR if you will found something is missing.
We have a problem if
componentClass
type is not found or have some errors. Then the position of "type not found"-error will beHaxelibs/ecx/0,0,4/src/ecx/macro/ClassMacroTools.hx:27: characters 31-40 : Type not found : AnyInvalidType
but expected a real position in User's code.See example:
Run:
haxe -main Main -lib pcx -dce no -x test
After this fix the error will be there:
Main.hx:10: characters 26-40 : Type not found : AnyInvalidType