Page MenuHomePhabricator

Give Conduit params/return/errors protected visibility
ClosedPublic

Authored by epriestley on Apr 12 2015, 11:02 PM.
Tags
None
Referenced Files
F19823028: D12380.id29723.largetrue.diff
Sat, Mar 7, 9:56 AM
F19775068: D12380.id.diff
Sat, Feb 21, 8:19 PM
F19746569: D12380.diff
Sun, Feb 15, 5:19 PM
F19617570: D12380.id29771.diff
Feb 4 2026, 6:36 AM
F19567902: D12380.id29771.diff
Jan 31 2026, 9:34 PM
F19526747: D12380.id.diff
Jan 18 2026, 7:42 PM
F19095636: D12380.diff
Dec 4 2025, 5:47 AM
F19092379: D12380.id29723.diff
Dec 3 2025, 5:30 PM

Details

Summary

Ref T7803. Ref T5873. I want to drive Conduit through more shared infrastructure, but can't currently add parameters automatically.

Put a getX() around the defineX() methods so the parent can provide default behaviors.

Also like 60% of methods don't define any special error types; don't require them to implement this method. I want to move away from this in general.

Test Plan
  • Ran arc unit --everything.
  • Called conduit.query.
  • Browsed Conduit UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Give Conduit params/return/errors protected visibility.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 13 2015, 6:12 PM
This revision was automatically updated to reflect the committed changes.