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)
Tue, Apr 16, 10:27 PM
Unknown Object (File)
Fri, Apr 5, 2:12 PM
Unknown Object (File)
Wed, Apr 3, 12:01 PM
Unknown Object (File)
Fri, Mar 29, 3:36 PM
Unknown Object (File)
Mar 10 2024, 3:49 PM
Unknown Object (File)
Feb 16 2024, 2:28 PM
Unknown Object (File)
Jan 23 2024, 10:45 AM
Unknown Object (File)
Dec 30 2023, 5:24 PM
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.