amber-lang / amber-lang/heraclitus
[BUG] Unclosed command literal reports the wrong line
Ouverte
bug
- Langage dominant
- Rust
- Étoiles
- 34
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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".
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.