Page MenuHomePhabricator

Give Conduit params/return/errors protected visibility
ClosedPublic

Authored by epriestley on Apr 12 2015, 11:02 PM.
Tags
None
Referenced Files
F13300868: D12380.diff
Fri, Jun 7, 11:33 AM
F13286725: D12380.diff
Tue, Jun 4, 7:37 AM
F13278966: D12380.id.diff
Sat, Jun 1, 7:59 AM
F13278875: D12380.id.diff
Sat, Jun 1, 6:38 AM
F13259142: D12380.id29771.largetrue.diff
Sun, May 26, 4:56 PM
F13255794: D12380.largetrue.diff
Sat, May 25, 8:06 AM
F13254506: D12380.diff
Sat, May 25, 3:28 AM
F13251424: D12380.id29723.largetrue.diff
Fri, May 24, 11:18 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.