Jeremy Schonfeld
61835133f8
(123525912) FileManager should standardize home directory paths ( #452 )
2024-03-06 11:47:21 -08:00
Jeremy Schonfeld
0e23938f4b
(123636178) Resolving symlinks can remove prefix from path
2024-02-26 12:58:09 -08:00
Jeremy Schonfeld
5b06c5d5ac
(123102499) FileManager's setAttributes:forItemAtPath: is unnecessarily slow
...
* (123102499) Swift implementation of setAttributes:forItemAtPath: is slower than the old ObjC implementation
* Move relevant key list to static array
* Fix build failure
2024-02-20 11:46:54 -08:00
Jeremy Schonfeld
b8ef4ce99c
(122106445) Exclude some paths from automount standardization
...
* (122106445) Exclude some paths from automount standardization
* Fix linux build failure
2024-02-19 13:04:07 -08:00
Jeremy Schonfeld
33856a556d
(120741818) Port FileManager to swift-foundation
...
* (120741818) Port FileManager to swift-foundation
* (120741818) Fix linux test failures
* (120741818) Fix build failures
2024-02-09 15:03:43 -08:00
Jonathan Flat
f907600758
(121150146) String.lastPathComponent should return last non-empty component
...
Co-authored-by: Jonathan Flat <jflat@apple.com>
2024-02-07 14:13:53 -08:00
Tony Parker
4499edd7b1
Implement Data reading and writing ( #377 )
...
* Implement Data reading and writing
* Use swift-foundation-local for dependency name in benchmark
2024-01-17 13:04:41 -08:00