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
Having interpolated strings in file will show an error
Example, running dscanner lint on file containing this line:
dscanner lint
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 ()
The text was updated successfully, but these errors were encountered:
there is an open PR in libdparse for this, feel free to give input there for spec deviations: dlang-community/libdparse#510
Sorry, something went wrong.
Oh, didn't knew about that pr I'll check it out
I'll keep this issue open for now for status and stuff
No branches or pull requests
Having interpolated strings in file will show an error
Example, running
dscanner lint
on file containing this line:Shows
The text was updated successfully, but these errors were encountered: