MantisBT - mSLDev
View Issue Details
0000018mSLDevSyntax Checkingpublic2011-07-08 18:332011-07-09 09:00
KindOne 
administrator 
normalmajoralways
resolvedfixed 
0.0.1.0 
0.0.1.9 
0000018: Does not report missing "(" or ")".
Does not report a missing "(", before "$nick".

alias foo { if $nick == foo) { msg $chan asdf }
Also applies for missing ")", if i remove it, and add a "(" to the left of "$nick".
No tags attached.
Issue History
2011-07-08 18:33KindOneNew Issue
2011-07-08 18:38KindOneNote Added: 0000006
2011-07-09 05:23administratorAssigned To => administrator
2011-07-09 05:23administratorStatusnew => confirmed
2011-07-09 09:00administratorNote Added: 0000007
2011-07-09 09:00administratorStatusconfirmed => resolved
2011-07-09 09:00administratorFixed in Version => 0.0.1.9
2011-07-09 09:00administratorResolutionopen => fixed

Notes
(0000006)
KindOne   
2011-07-08 18:38   
Also, did not report missing "}" at the end.
(0000007)
administrator   
2011-07-09 09:00   
It will now only add a ')' for the first '('. As for the deletion, it’s quite hard for mSLDev to determine whether the user wants to remove both or not, I will reserve that decision for a later version.