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
The below line is warned, and the reason is: "Unhandled comparation expression contains".
print(a==true)
This is valid GDScript, so the warning shouldn't be there, right? Also, it seems like the warning message itself is incomplete, and that it's supposed to be "comparison", not "comparation", so it might also need to be re-examined and spell-checked.
EDIT: Seems to be the same issue as #66. The real problem here is that this is happening on my custom functions, so the solution isn't to just patch print() either, haha; it was just an example.
The text was updated successfully, but these errors were encountered:
SolarLune
changed the title
Syntax highlights boolean comparison expressions
Warning for boolean comparison expressions
Dec 11, 2019
The below line is warned, and the reason is: "Unhandled comparation expression contains".
This is valid GDScript, so the warning shouldn't be there, right? Also, it seems like the warning message itself is incomplete, and that it's supposed to be "comparison", not "comparation", so it might also need to be re-examined and spell-checked.
EDIT: Seems to be the same issue as #66. The real problem here is that this is happening on my custom functions, so the solution isn't to just patch
print()
either, haha; it was just an example.The text was updated successfully, but these errors were encountered: