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

Report the same location context info for errors as for successes #20

Open
duncand opened this issue Oct 31, 2017 · 0 comments
Open

Report the same location context info for errors as for successes #20

duncand opened this issue Oct 31, 2017 · 0 comments
Assignees

Comments

@duncand
Copy link

duncand commented Oct 31, 2017

When a CQL named expression is evaluated successfully, the output gives the expression name and line number in the source code, for example:

>> Is Colonoscopy In Last Ten Years [304:1] false

However, when there are runtime errors with an expression, that context is not indicated, for example:

>> Error: HTTP 404 Not Found

The task of this ticket is to update the runner such that the expression name / line number context is always reported regardless of whether the evaluation result is successful or an error.

This information is important for tracking down where in many possible places the error may originate in the source code.

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

No branches or pull requests

2 participants