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
The biggest issue I get with Amber is that one:
unsafe $echo echo 123 echo true
That report:
Unclosed command literal at [unknown]:6:1 5| echo true 6|
So on long scripts find the line with the issue is a very hard job. It should says "Unclosed command literal started on line 1".
The text was updated successfully, but these errors were encountered:
This is an Heraclitus issue: https://github.com/amber-lang/heraclitus so that it keeps the position of the opening bracket
Sorry, something went wrong.
No branches or pull requests
The biggest issue I get with Amber is that one:
That report:
So on long scripts find the line with the issue is a very hard job.
It should says "Unclosed command literal started on line 1".
The text was updated successfully, but these errors were encountered: