Open mgsloan opened 9 hours ago
This improves some behavior, but also reveals misbehavior such as #21034.
See "mtime comparison considered harmful" for details of why comparators other than equality/inequality should not be used with mtime.
Release Notes:
!=
>
This improves some behavior, but also reveals misbehavior such as #21034.
See "mtime comparison considered harmful" for details of why comparators other than equality/inequality should not be used with mtime.
Release Notes:
!=
instead of>
, mitigating issues described in a blog post "mtime comparison considered harmful".