Page MenuHomePhabricator

Declare tokenCache on AASTNode
ClosedPublic

Authored by epriestley on Feb 27 2016, 3:25 PM.
Tags
None
Referenced Files
F18979904: D15358.diff
Sun, Nov 16, 11:09 PM
F18937965: D15358.diff
Tue, Nov 11, 1:39 AM
F18809369: D15358.id37034.diff
Oct 19 2025, 1:21 PM
F18791775: D15358.id37035.diff
Oct 16 2025, 5:57 PM
F18762460: D15358.id.diff
Oct 6 2025, 7:08 PM
F18757164: D15358.diff
Oct 5 2025, 3:50 PM
F18744776: D15358.diff
Oct 3 2025, 4:07 AM
F18740570: D15358.id.diff
Oct 2 2025, 4:02 AM
Subscribers
None

Details

Summary

See discussion in T10462. Because this class extends Phobject, calling $this->undeclaredProperty = $value; throws.

Declare $tokenCache.

Test Plan

Added debugging statements, saw change cause cache hits to occur.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Declare tokenCache on AASTNode.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, joshuaspence.
chad edited edge metadata.
This revision is now accepted and ready to land.Feb 27 2016, 3:29 PM
This revision was automatically updated to reflect the committed changes.