Page MenuHomePhabricator

When a conduit method requires a string constant, call it "string-const" not "enum"
ClosedPublic

Authored by epriestley on May 15 2014, 12:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 3:49 AM
Unknown Object (File)
Mon, Apr 1, 7:11 AM
Unknown Object (File)
Mon, Apr 1, 7:11 AM
Unknown Object (File)
Mon, Apr 1, 5:53 AM
Unknown Object (File)
Mon, Apr 1, 5:29 AM
Unknown Object (File)
Thu, Mar 28, 7:30 PM
Unknown Object (File)
Feb 10 2024, 5:05 AM
Unknown Object (File)
Feb 5 2024, 3:50 AM
Subscribers

Details

Summary

Ref T5058. The use of "enum" is confusing; we mean "choose one of these specific string constants". Make this more clear.

Test Plan

Viewed each call from the web UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to When a conduit method requires a string constant, call it "string-const" not "enum".
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.May 15 2014, 2:47 AM
epriestley updated this revision to Diff 21686.

Closed by commit rP15561a27c31f (authored by @epriestley).