Closed sapphi-red closed 2 weeks ago
When calling fs::remove_file against a symlink pointing a directory on Windows, PermissionDenied error was happening. This was causing the symlink tests to pass only for the first time.
fs::remove_file
PermissionDenied
But this makes the symlink tests to fail on Windows (https://github.com/oxc-project/oxc-resolver/issues/308). 🫠I was able to fix them. fixes #308
Comparing sapphi-red:chore/fix-symlink-test-on-windows (fb2c1ea) with main (1fe94ec)
sapphi-red:chore/fix-symlink-test-on-windows
main
✅ 3 untouched benchmarks
✅ 3
When calling
fs::remove_file
against a symlink pointing a directory on Windows,PermissionDenied
error was happening. This was causing the symlink tests to pass only for the first time.But this makes the symlink tests to fail on Windows (https://github.com/oxc-project/oxc-resolver/issues/308). ðŸ«I was able to fix them. fixes #308