John Reeves
John Reeves
My guess would be that it's related to the way AS3 Vanilla determines Vector types at run-time in the [`isVector`](https://github.com/jonnyreeves/as3-vanilla/blob/master/src/org/osflash/vanilla/Vanilla.as#L268) method. ``` return (getQualifiedClassName(obj).indexOf('__AS3__.vec::Vector') == 0); ``` I don't have...
Hah - good old Adobe ;) I'm pretty busy today, so if you want this fixed upstream quick then please raise a pull request which check for either `__AS3__` or...
Oh did you mean to emphasis **AS3** to highlight it was missing the leading and trailing underscores, or did you not mean for that markdown to be applied?
Sounds like an issue with as3common-reflect - have you tried updating to a new version of the library (.swc) and recompiling AS3 vanilla to see if that resolves the problem?...
Sorry for not getting back to you sooner natami - it's been quite a crazy year so far, new house and my wife has just had our first child; things...
Hey @natami, sorry to be a pain, but could you use tabs, not spaces?
Thanks @natami, there's still a great deal of change; I'm guessing you re-formatted the code based on your IDE's formatting rules? It makes it really hard to diff. I'm not...
Ok, I've checked in the initial work for the abstraction into the 0.2 branch, Mattes I'd be interested to have your feedback on what's there so far if you have...
Wow, thanks for the indepth reply Mattes, I really appreciate the time and effort you put into your reply! **Construction of the RelectionMap** Yep, that's right; the current implementation expects...
Thanks for raising a fix for this @leesnhyun, I haven't touched this project for a long time but it does appear to have some unit tests, can you please confirm...