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

Add line/column info for DSL runtime non-parse failures #998

Merged
merged 4 commits into from
Mar 21, 2022

Conversation

johnkerl
Copy link
Owner

@johnkerl johnkerl commented Mar 20, 2022

From #996.

Before:

$ mlr -n put -f test/cases/dsl-line-number-column-number/if/mlr
mlr: conditional expression did not evaluate to boolean.

After:

$ mlr -n put -f test/cases/dsl-line-number-column-number/if/mlr
mlr: conditional expression did not evaluate to boolean at DSL expression line 5 column 7.

@johnkerl johnkerl merged commit d03ef16 into main Mar 21, 2022
@johnkerl johnkerl deleted the line-column-at-runtime branch March 21, 2022 01:57
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.

1 participant