Page MenuHomePhabricator

Rename "IMPORTED_CLOSEABLE" to "IMPORTED_PERMANENT" to clarify the meaning of the flag
ClosedPublic

Authored by epriestley on Jan 22 2021, 9:41 PM.
Tags
None
Referenced Files
F13119524: D21514.diff
Mon, Apr 29, 3:21 PM
Unknown Object (File)
Sat, Apr 27, 4:01 PM
Unknown Object (File)
Wed, Apr 24, 11:14 PM
Unknown Object (File)
Wed, Apr 24, 2:12 AM
Unknown Object (File)
Sat, Apr 20, 5:30 PM
Unknown Object (File)
Mar 28 2024, 3:41 PM
Unknown Object (File)
Mar 20 2024, 8:52 PM
Unknown Object (File)
Feb 17 2024, 5:33 PM
Subscribers
None

Details

Summary

Ref T13591. This is an old flag with an old name, and there's an import bug because the outdated concept of "closable" is confusing two different behaviors.

This flag should mean only "is this commit reachable from a permanent ref?". Rename it to "IMPORTED_PERMANENT" to make that more clear.

Rename the "Unpublished" query to "Permanent" to make that more clear, as well.

Test Plan
  • Grepped for all affected symbols.
  • Queried for all commmits, permament commits, and impermanent commits.
  • Ran repository discovery.
  • See also further changes in this change series for more extensive tests.

Diff Detail

Repository
rP Phabricator
Branch
repair2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25019
Build 34520: Run Core Tests
Build 34519: arc lint + arc unit