sapling/eden/fs/config/test
Adam Simpkins e03b440e1c make ConfigSetting<bool>::getStringValue() return true/false
Summary:
The `FieldConverter<bool>` code previously relied on `folly::to<string>()` for
all arithmetic types, including `bool`.  Unfortunately `folly::to<string>()`
returns `"1"` and `"0"` for booleans, which isn't terribly human-friendly.

This updates the code to explicitly return `"true"` and `"false"` as the
output for converting boolean values to strings.

Reviewed By: strager

Differential Revision: D15550014

fbshipit-source-id: 69a3385e529e2940a8be20dbcbeda92e5836d969
2019-06-11 13:08:29 -07:00
..
CachedParsedFileMonitorTest.cpp FileChangeMonitor optimizations and stat changes 2018-07-30 13:38:14 -07:00
CheckoutConfigTest.cpp rename ClientConfig to CheckoutConfig 2019-05-07 17:41:36 -07:00
ConfigSettingTest.cpp make ConfigSetting<bool>::getStringValue() return true/false 2019-06-11 13:08:29 -07:00
EdenConfigTest.cpp move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
FileChangeMonitorTest.cpp build several targets on mac and run 5 test suites 2019-04-18 19:36:20 -07:00