Page MenuHomePhabricator

Add an "only()" edge logic constraint, meaning "only the other constraints, exactly"
ClosedPublic

Authored by epriestley on Sep 6 2017, 5:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 7, 3:11 PM
Unknown Object (File)
Fri, Dec 6, 11:45 PM
Unknown Object (File)
Fri, Nov 29, 6:20 AM
Unknown Object (File)
Tue, Nov 26, 8:13 PM
Unknown Object (File)
Sun, Nov 24, 9:24 PM
Unknown Object (File)
Nov 11 2024, 2:37 PM
Unknown Object (File)
Oct 31 2024, 4:13 AM
Unknown Object (File)
Oct 27 2024, 8:23 PM
Subscribers
None

Details

Summary

See PHI57. For example, a query for "ios, only()" finds tags tasked with iOS, exactly, and no other tags.

I called this "only()" instead of "exact()" because we use the term/function "Exact" elsewhere with a different meaning, e.g. in Differential.

Test Plan

Basic query for a tag:

Screen Shot 2017-09-06 at 10.04.52 AM.png (1×1 px, 261 KB)

Same query with "only", finds tasks tagged with only that tag:

Screen Shot 2017-09-06 at 10.04.58 AM.png (1×1 px, 257 KB)

Diff Detail

Repository
rP Phabricator
Branch
only1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18321
Build 24658: Run Core Tests
Build 24657: arc lint + arc unit