4 Nov
2013
4 Nov
'13
9:15 p.m.
Matthew Newton wrote:
Another change is that the priority test has changed from >= to >, but I can't see that will matter much.
It matters a lot, actually. The use of >= was a bug.
It will potentially change behaviour if someone has set several codes to the same priority for some reason (previously the last result will be taken, now it will be the first).
Yes, well... Alan DeKok.