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
Unknown Object (File)
Sun, Jul 12, 2:36 PM
Unknown Object (File)
Fri, Jul 3, 11:10 PM
Unknown Object (File)
Jun 28 2026, 11:46 AM
Unknown Object (File)
Jun 22 2026, 10:54 PM
Unknown Object (File)
Jun 22 2026, 9:22 AM
Unknown Object (File)
Apr 4 2026, 9:31 PM
Unknown Object (File)
Mar 30 2026, 5:31 AM
Unknown Object (File)
Mar 30 2026, 5:31 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
Branch
cache1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 21983
Build 30025: Run Core Tests
Build 30024: arc lint + arc unit

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.