Commit Graph

5 Commits

Author SHA1 Message Date
Chris Denton
e8b7371a23 Unix path::absolute: Fix leading "." component
Testing leading `.` and `..` components were missing from the unix tests.
2022-03-05 17:57:12 +00:00
Chris Denton
81cc3afe20 Fix absolute issues 2022-02-08 14:57:35 +00:00
Chris Denton
d59d32c4f1 std::path::absolute 2022-02-08 14:57:34 +00:00
The8472
c1ea7bdc87 Prefix can be case-insensitive, delegate to its Hash impl instead of trying to hash the raw bytes
This should have 0 performance overhead on unix since Prefix is always None.
2021-11-11 21:44:12 +01:00
mark
2c31b45ae8 mv std libs to library/ 2020-07-27 19:51:13 -05:00