Page MenuHomePhabricator

Explicitly enable strict compilation for the Aphlict client SWF.
ClosedPublic

Authored by joshuaspence on Jun 3 2014, 2:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 4:43 PM
Unknown Object (File)
Wed, Apr 24, 10:58 PM
Unknown Object (File)
Wed, Apr 24, 7:01 AM
Unknown Object (File)
Tue, Apr 23, 8:49 AM
Unknown Object (File)
Sat, Apr 20, 6:59 PM
Unknown Object (File)
Wed, Apr 17, 3:11 PM
Unknown Object (File)
Fri, Apr 5, 10:02 PM
Unknown Object (File)
Mar 26 2024, 9:41 AM
Subscribers

Details

Summary

Strict mode is enabled by default, but it would be best to explicitly enable it... just in case.

Strict mode prints undefined property and function calls; also performs compile-time type checking on assignments and options supplied to method calls. See http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7a92.html

Test Plan

N/A

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Explicitly enable strict compilation for the Aphlict client SWF..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2014, 1:10 PM
epriestley updated this revision to Diff 22281.

Closed by commit rPb01f57bfdbc8 (authored by @joshuaspence, committed by @epriestley).