Skip to content

support string interpolation within Lists, nested Lists#28

Open
jhickner wants to merge 3 commits intobos:masterfrom
jhickner:jh-interpolate-strings-in-lists
Open

support string interpolation within Lists, nested Lists#28
jhickner wants to merge 3 commits intobos:masterfrom
jhickner:jh-interpolate-strings-in-lists

Conversation

@jhickner
Copy link
Copy Markdown

@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
Copy Markdown

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