Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support string interpolation within Lists, nested Lists #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jhickner
Copy link

@jhickner jhickner commented Nov 17, 2016

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String interpolation works only on top-level String values
2 participants