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
Unknown Object (File)
Thu, Mar 28, 3:41 PM
Unknown Object (File)
Wed, Mar 20, 8:52 PM
Unknown Object (File)
Feb 17 2024, 5:33 PM
Unknown Object (File)
Feb 7 2024, 8:34 PM
Unknown Object (File)
Jan 31 2024, 8:10 AM
Unknown Object (File)
Jan 25 2024, 2:29 AM
Unknown Object (File)
Jan 22 2024, 7:50 PM
Unknown Object (File)
Jan 15 2024, 5:14 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable