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)
Thu, Dec 12, 6:41 AM
Unknown Object (File)
Fri, Dec 6, 3:08 PM
Unknown Object (File)
Wed, Nov 27, 1:54 PM
Unknown Object (File)
Tue, Nov 26, 11:18 PM
Unknown Object (File)
Fri, Nov 22, 9:25 PM
Unknown Object (File)
Thu, Nov 21, 8:27 AM
Unknown Object (File)
Nov 18 2024, 3:15 AM
Unknown Object (File)
Nov 14 2024, 7:43 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).