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
F18798097: D9354.id.diff
Fri, Oct 17, 5:52 AM
F18647078: D9354.diff
Sep 19 2025, 11:59 AM
F18165614: D9354.diff
Aug 15 2025, 8:41 AM
F18107709: D9354.id.diff
Aug 11 2025, 2:31 AM
F18088351: D9354.id22281.diff
Aug 6 2025, 7:35 AM
F17941119: D9354.id22277.diff
Jul 31 2025, 5:03 AM
F17878382: D9354.diff
Jul 28 2025, 8:16 PM
F17666422: D9354.id22277.diff
Jul 12 2025, 9:28 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).