streamly
streamly copied to clipboard
Better error handling in "str" quasiquoter
Unterminated interpolation is not detected and reported:
[str|sudo #{nixDefaultProfile/bin/usermod
-p '*' #{loginId}|]
The above leads to a run time error:
sudo: #{nixDefaultProfile/bin/usermod: command not found
Instead we should report an error ar compile time.