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

Output files should be allowed to reference config variables #140

Open
jhclark opened this issue Jan 24, 2013 · 2 comments
Open

Output files should be allowed to reference config variables #140

jhclark opened this issue Jan 24, 2013 · 2 comments
Labels

Comments

@jhclark
Copy link
Owner

jhclark commented Jan 24, 2013

The following should succeed, but instead gives a cryptic stack trace:

task t > file oops_param=@ {}
global {
  oops_param=42
}
@jhclark
Copy link
Owner Author

jhclark commented Jan 24, 2013

This was originally discovered when Austin forgot to put a :: before oops_param. However, we should allow users to shoot themselves in the foot in this way.

jhclark added a commit that referenced this issue Jan 24, 2013
@jhclark
Copy link
Owner Author

jhclark commented Jan 24, 2013

There's now a test case for this in syntax/issues/shouldSuceed/140.tape

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