Page MenuHomePhabricator

Update many Phabricator queries for new %Q query semantics
ClosedPublic

Authored by epriestley on Nov 7 2018, 12:29 PM.
Tags
None
Referenced Files
F19812036: D19789.diff
Wed, Mar 4, 3:23 AM
F19791199: D19789.diff
Wed, Feb 25, 10:26 PM
F19571797: D19789.id47303.diff
Feb 1 2026, 2:46 AM
F19571795: D19789.id47302.diff
Feb 1 2026, 2:46 AM
F19571793: D19789.id47256.diff
Feb 1 2026, 2:46 AM
F19571792: D19789.id.diff
Feb 1 2026, 2:46 AM
F19525681: D19789.id47302.diff
Jan 18 2026, 11:05 AM
F19509960: D19789.diff
Jan 11 2026, 3:30 AM
Subscribers

Details

Summary

Depends on D19785. Ref T13217. This converts many of the most common clause construction pathways to the new %Q / %LQ / %LO / %LA / %LJ semantics.

Test Plan

Browsed around a bunch, saw fewer warnings and no obvious behavioral errors. The transformations here are generally mechanical (although I did them by hand).

Diff Detail

Repository
rP Phabricator
Branch
query2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 21151
Build 28757: Run Core Tests
Build 28756: arc lint + arc unit

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 7 2018, 12:30 PM
Harbormaster failed remote builds in B21105: Diff 47256!
epriestley added inline comments.
src/applications/calendar/query/PhabricatorCalendarEventQuery.php
512–514

This method has no effect: this is the default behavior of the parent method, so removing it does not change program behavior.

(It otherwise needed a signature change, so I just nuked it instead.)

amckinley added inline comments.
src/applications/chatlog/query/PhabricatorChatLogQuery.php
63

"nul"

src/infrastructure/query/PhabricatorOffsetPagedQuery.php
38

This is just required because qsprintf returns objects instead of strings now, right?

This revision is now accepted and ready to land.Nov 15 2018, 3:12 AM
epriestley marked an inline comment as done.
  • Fix nul vs null.
src/infrastructure/query/PhabricatorOffsetPagedQuery.php
38

Yep, exactly.

This revision was automatically updated to reflect the committed changes.