Hi all

compiling some libraries for the first time in MMc last night from the
actionstep code base i noticed some issues that does seemingly not get
picked up with mtasc (since every one of the test classes have thus
far comiled and worked successfully in mtasc)

1) use of delete as a function name. not allowed in MMC as its a
keyword. datf but an issue.
2) letting an object declaration have a unterminated , meaning var
o:Object = {key,value,}
3) same function name on class level and insatnce level scope. thus a
static and normal method named the same is a showstopper in MMC.

cheers
j

-- 
j:pn

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to