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

missing config values in string expressions are not properly handled #58

Open
hyperthunk opened this issue Sep 15, 2012 · 0 comments
Open
Assignees
Labels

Comments

@hyperthunk
Copy link
Member

If you reference a config location ${foo.bar.baz} in a configuration element and it is not found, the atom not_found is translated into place, which is almost certainly not what the test author wants when setting e.g., environment variables and flags and so on.

Perhaps should use the ?REQUIRE macro when unpacking string expressions? Either way, the expression should not be evaluated and we should explicitly fail (with throw/1 or error/1) when this happens, so that the user gets a decent indication of what went wrong.

@ghost ghost assigned hyperthunk Sep 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant