Thursday, April 4, 2013

Comparing RPN Lists With Errors

RPN lists may also contains errors and this needs to be taken into account when comparing RPN lists.  The RpnList compare operator function was modified for this by first checking if one list has an error and the other does not.  If both has errors, the column and the length of the error token is compared along with the error message.  If both lists do not have errors, it proceeds as before comparing the lists.

[commit d810bba51f]

No comments:

Post a Comment

All comments and feedback welcomed, whether positive or negative.
(Anonymous comments are allowed, but comments with URL links or unrelated comments will be removed.)