nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#664 'OR' in expression_list not caught, #2404

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

The 'OR' token is not caught in 2.3 or 3.0 in find.c/expression_list(). The keyword is not supported, but the function will return 'true' if the first part of the group yields a valid group definition.

Unrecognized tokens should be caught by the expression parser, and result in exceptions.
Fixing the 'OR' token may be outside the scope of this ticket, since issues of operator precedence are immediately raised, and the logic does not support parenthetical operations at all.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "mhauer": * status changed from new to assigned

Explicitly assigning to dchassin for milestone and priority assignment, and discourse of what to do with the 'OR' operator.

,

"dchassin": * priority changed from undetermined to minor

This will be addressed by #668.

,