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
F13147778: D9127.diff
Fri, May 3, 4:45 PM
F13143792: D9127.diff
Fri, May 3, 7:44 AM
Unknown Object (File)
Wed, Apr 24, 10:45 PM
Unknown Object (File)
Tue, Apr 9, 3:49 AM
Unknown Object (File)
Apr 1 2024, 7:11 AM
Unknown Object (File)
Apr 1 2024, 7:11 AM
Unknown Object (File)
Apr 1 2024, 5:53 AM
Unknown Object (File)
Apr 1 2024, 5:29 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
Branch
stringconst
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 472
Build 472: [Placeholder Plan] Wait for 30 Seconds

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).