bos / configurator

A Haskell library supporting flexible, dynamic file-based configuration.
Other
128 stars 27 forks source link

support string interpolation within Lists, nested Lists #28

Open jhickner opened 7 years ago

jhickner commented 7 years ago

This PR implements string interpolation within List and nested Lists.

Includes tests! (ok, a test)

Gist describing the issue that prompted this PR: https://gist.github.com/ramirez7/a963a5745f74d7e76b95ddb19615397d

resolves #21

ramirez7 commented 7 years ago

Context on the commit I pushed:

Our CI builds were intermittently failing due to the reload tests timing out.

On my local machine, at a timeout of around 1300ms, it starts to time out frequently. I think 2000ms is a bit too close to this, so I upped the timeout to 5000ms.