Page MenuHomePhabricator

Bump the markup cache version for URI changes
ClosedPublic

Authored by epriestley on Feb 13 2019, 4:59 PM.
Tags
None
Referenced Files
F18760217: D20160.id48143.diff
Mon, Oct 6, 8:33 AM
F18757259: D20160.id.diff
Sun, Oct 5, 4:27 PM
F18752570: D20160.diff
Sat, Oct 4, 3:43 PM
F18752214: D20160.diff
Sat, Oct 4, 2:28 PM
F18733885: D20160.id.diff
Tue, Sep 30, 10:43 PM
F18441621: D20160.id.diff
Aug 31 2025, 4:33 PM
F18420281: D20160.diff
Aug 30 2025, 4:06 PM
F18100298: D20160.diff
Aug 9 2025, 11:48 AM
Subscribers
None

Details

Summary

Ref T13250. Ref T13249. Some remarkup rules, including {image ...} and {meme ...}, may cache URIs as objects because the remarkup cache is serialize()-based.

URI objects with query cached as a key-value map are no longer valid and can raise __toString() fatals.

Bump the cache version to purge them out of the cache.

Test Plan

See PHI1074.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 13 2019, 6:38 PM
This revision was automatically updated to reflect the committed changes.