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
F17666422: D9354.id22277.diff
Sat, Jul 12, 9:28 PM
F17632500: D9354.diff
Thu, Jul 10, 3:26 PM
Unknown Object (File)
Sat, Jul 5, 2:30 AM
Unknown Object (File)
Wed, Jul 2, 9:47 PM
Unknown Object (File)
Jun 15 2025, 6:39 AM
Unknown Object (File)
Jun 9 2025, 2:21 AM
Unknown Object (File)
May 25 2025, 1:04 AM
Unknown Object (File)
May 5 2025, 4:16 PM
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).