X Tutup
Skip to content

fix(tree-differ): treat symlinks to deleted paths as removals#1961

Closed
caitp wants to merge 1 commit intoangular:masterfrom
caitp:tree-differ-symlinks
Closed

fix(tree-differ): treat symlinks to deleted paths as removals#1961
caitp wants to merge 1 commit intoangular:masterfrom
caitp:tree-differ-symlinks

Conversation

@caitp
Copy link
Copy Markdown
Contributor

@caitp caitp commented May 18, 2015

Previously, tree-differ would not correctly handle symlinks to deleted files, resulting in
an ENOENT errno being tossed by libuv.

This change fixes this to ensure that symlinks are safely handled, performantly.

@caitp
Copy link
Copy Markdown
Contributor Author

caitp commented May 18, 2015

This is sort of a blocker for #1814 as Funnel can use a symlink for performance. Another option is to have the fork always copy, but this seems slower

Previously, tree-differ would not correctly handle symlinks to deleted files, resulting in
an ENOENT errno being tossed by libuv.

This change fixes this to ensure that symlinks are safely handled, performantly.
@IgorMinar
Copy link
Copy Markdown
Contributor

lgtm

@caitp caitp closed this in aad5795 May 19, 2015
@caitp caitp removed the in progress label May 19, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup