TekYin / tweener

Automatically exported from code.google.com/p/tweener
1 stars 0 forks source link

as3 code with "strict" compilation throws few warnings #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set the compilter option "strict" to true on the ide or at the command
line compiler
2. include any Tweener usage, such as Tweener.addTween

What is the expected output? What do you see instead?
The compiler throws quite a lot of warnings. Most have to do with type
declaration (missing returns... implicit coercions). 
A few have to do with using "delete" to free memory (better set the value
to "null" on as3).
 I am attaching the compiler warnings.

Original issue reported on code.google.com by debert on 2 Mar 2007 at 3:18

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for this complete report. I think this has to be fixed. I'll be done some
initial fixes because I immediately recognize some of the issues and commit 
tomorrow.

Original comment by zisfor...@gmail.com on 2 Mar 2007 at 3:57

GoogleCodeExporter commented 8 years ago
Fixed, new version is 1.21.36.

Original comment by zisfor...@gmail.com on 3 Mar 2007 at 3:32