Carlos Martín Nieto 687dc5388e config: make type conversion explicit
The type of a config value depends on the tool that interprets
it. Parsing eagerly can lead to a situation where we return a bool
instead of a string or a number.

Let the user specify the type themselves by passing in a (str, type)
tuple into the mapping interface.
2014-03-27 18:04:38 +01:00
..
2013-01-12 18:42:12 +01:00
2014-02-11 22:07:05 +01:00
2014-02-04 07:52:58 +01:00
2014-02-04 22:26:46 +01:00
2014-02-04 07:52:58 +01:00
2013-05-09 14:21:04 +02:00
2014-03-24 01:44:36 +01:00
2014-02-04 22:26:46 +01:00
2013-12-23 17:26:02 +01:00
2013-01-06 09:57:03 +01:00
2014-01-25 04:25:42 +01:00
2014-02-11 22:48:34 +01:00
2014-02-04 07:52:58 +01:00
2013-07-05 20:14:33 -04:00
2013-11-24 13:34:27 +01:00
2014-02-02 15:07:47 +01:00
2014-01-25 04:25:42 +01:00
2014-03-24 01:44:36 +01:00