bors 9c3a3e3d5b Auto merge of #93697 - the8472:fix-windows-path-hash, r=Mark-Simulacrum
Fix hashing for windows paths containing a CurDir component

* the logic only checked for / but not for \
* verbatim paths shouldn't skip items at all since they don't get normalized
* the extra branches get optimized out on unix since is_sep_byte is a trivial comparison and is_verbatim is always-false
* tests lacked windows coverage for these cases

That lead to equal paths not having equal hashes and to unnecessary collisions.
2022-02-12 14:01:13 +00:00
..
2022-01-07 13:59:27 -08:00
2021-10-25 22:44:41 -05:00
2022-01-29 16:37:21 -05:00
2022-02-10 23:49:27 +09:00
2022-02-10 18:26:12 -08:00
2022-01-28 15:01:07 +01:00
2022-01-28 15:01:07 +01:00
2021-10-25 22:44:41 -05:00
2021-10-25 22:44:41 -05:00
2022-01-06 14:59:33 +00:00
2022-02-06 12:43:12 -08:00
2022-01-29 20:41:18 +00:00