Roundup Tracker - Issues

Message2319

Author stefan
Recipients
Date 2006-10-26.21:37:14
Message-id
In-reply-to
It appears the ordering of detectors isn't stable:
The sorting is applied to (priority,function) tuples,
and so for detectors with the same priority the object id
will decide the order of execution -- which may vary
between invokations.
It may be better to provide a custom comparison function
that only compares priorities.
History
Date User Action Args
2009-02-03 14:21:53adminlinkissue1585378 messages
2009-02-03 14:21:53admincreate