Corsaair / redtamarin

AS3 running on the command line / server side
http://redtamarin.com
Other
119 stars 23 forks source link

Vector.<> can't be used #130

Closed ghost closed 5 years ago

ghost commented 5 years ago

Vector.<*> crashes redshell, but the rest throw a #1127 error. Is it unimplemented?

$ redshell -repl

Vector.<*> // Reflect
avmplus crash: exception 0xC0000005 occurred
// Writing minidump crash log to avmplusCrash.dmp

new Vector.<uint> 
// TypeError: Error #1127
ghost commented 5 years ago

The issue wasn't Vector still, somehow.