turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Remove hard link code and SameFile function

Open gsoltis opened this issue 2 years ago • 1 comments

Removes code for hard links, which wasn't being used. Removes CopyOrLinkFile, which means symlink handling needs to be pushed down to CopyFile, so CopyFile now handles symlinks (broken or otherwise). Caching behavior is unchanged from the base branch (See #1453).

Also removes SameFile, which is no longer necessary now that we don't expect to be dealing with hard links. The calls in tests have been replaced with helpers that check file contents and file mode.

gsoltis avatar Jun 28 '22 23:06 gsoltis

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
turbo-site ✅ Ready (Inspect) Visit Preview Aug 25, 2022 at 4:29PM (UTC)

vercel[bot] avatar Jun 28 '22 23:06 vercel[bot]