You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Problem parsing script!
→ /Users/martin/Projects/krieselreihe/litr/litr.toml
10 | test = "cd build/%{target 12}/src/tests && ctest && cd ../../../.."
| └─ Cannot parse: Unexpected character.
...
4 | """cmake -GNinja %{trace '-DDISASSEMBLE=ON -DTRACE=ON'} \
| └─ Cannot parse at `go0`: Expected `}`.
...
9 | run = "./build/%{target foo}/src/client/Client"
| └─ Cannot parse at `foo`: Expected `}`.
The issue is the error pointer placed too far right (scroll right) due to the multiple lines used inside the script and the "line length" calculated based on that.
The text was updated successfully, but these errors were encountered:
Given a faulty litr.toml
Will produce the following error:
The issue is the error pointer placed too far right (scroll right) due to the multiple lines used inside the script and the "line length" calculated based on that.
The text was updated successfully, but these errors were encountered: