D-Scanner
D-Scanner copied to clipboard
Missing interpolated strings support
Having interpolated strings in file will show an error
Example, running dscanner lint on file containing this line:
prompt(i"Set cursor to \"$(cursorName)\"?".text, false);
Shows
setcursor.d(69:18): Error: Expected `)` instead of stringLiteral `"Set cursor to \"$(cursorName)\"?"` ()
setcursor.d(69:65): Error: Primary expression expected ()
there is an open PR in libdparse for this, feel free to give input there for spec deviations: https://github.com/dlang-community/libdparse/pull/510
Oh, didn't knew about that pr I'll check it out
I'll keep this issue open for now for status and stuff