sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50758
[Bug 1817939] [NEW] IDE: Unpaired quote characters in comments result in a warning
Public bug reported:
An unpaired single or double quote character in a comment raises a
"Possible incomplete string" warning.
To reproduce, create a small script:
# don't do this
Creates the warning, but only if the whole script is run. If only a
selection (that contains the comment line) is run, the warning is not
shown, even if the selection encompasses the whole script …
Shouldn't anything in comment lines be ignored entirely (just like
parentheses etc.) and not be checked for a matching counterpart?
Anyway, this is just a VERY minor nuisance.
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1817939
Title:
IDE: Unpaired quote characters in comments result in a warning
Status in Sikuli:
New
Bug description:
An unpaired single or double quote character in a comment raises a
"Possible incomplete string" warning.
To reproduce, create a small script:
# don't do this
Creates the warning, but only if the whole script is run. If only a
selection (that contains the comment line) is run, the warning is not
shown, even if the selection encompasses the whole script …
Shouldn't anything in comment lines be ignored entirely (just like
parentheses etc.) and not be checked for a matching counterpart?
Anyway, this is just a VERY minor nuisance.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1817939/+subscriptions
Follow ups