We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a key is not found while evaluating an expression, it throws an exception.
It should be converted to an error.
For example, the following will throw an exception in current release:
def xyz = someUndefinedKey
The text was updated successfully, but these errors were encountered:
It is working as expected in the definition line. Now need to fix the reference error within a post's expression. For example:
2016/may/1 account someUndefinedRef
Sorry, something went wrong.
7923635
record position for every expression and use it in errors
6d8508d
closes gh-102
hrj
No branches or pull requests
When a key is not found while evaluating an expression, it throws an exception.
It should be converted to an error.
For example, the following will throw an exception in current release:
The text was updated successfully, but these errors were encountered: