turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Add back symlinks in fs cache

Open gsoltis opened this issue 2 years ago • 1 comments

This brings back some behavior from before #1354. The filesystem cache will save all symlinks, and restore non-broken symlinks to files. Symlinks to directories continue to get restored as empty directories. Still TBD what we're going to do with broken symlinks in the filesystem cache, they currently are not restored.

For reference: the http cache saves and restores all symlinks.

gsoltis avatar Jun 28 '22 22:06 gsoltis

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

1 Ignored Deployment
Name Status Preview Updated
turbo-site ⬜️ Ignored (Inspect) Visit Preview Aug 18, 2022 at 11:25PM (UTC)

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

The experimental Nextjs feature outputFileTracingRoot produces symlinks that hang our current implementation, this PR addresses that.

gsoltis avatar Aug 18 '22 20:08 gsoltis