Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Adding condition for skipping symlinks when installing extensions via th... #5919

Merged
merged 1 commit into from
Dec 4, 2013
Merged

Adding condition for skipping symlinks when installing extensions via th... #5919

merged 1 commit into from
Dec 4, 2013

Conversation

MiguelCastillo
Copy link
Contributor

...e extension manager

When installing extensions that have symlinks via the extension
manager, they will fail with a message regarding an invalid zip file.
This can be tested with
https://github.com/MiguelCastillo/Brackets-SymbolicLinks

… the extension manager

When installing extensions that have symlinks via the extension
manager, they will fail with a message regarding an invalid zip file.
This can be tested with
https://github.com/MiguelCastillo/Brackets-SymbolicLinks
@MiguelCastillo
Copy link
Contributor Author

This is for issue #5897

@ghost ghost assigned dangoor Nov 11, 2013
@dangoor
Copy link
Contributor

dangoor commented Dec 3, 2013

I wonder if just skipping the symlinks will cause problems with the extensions. I need to see what is symlinked. The latest version of decompress-zip allows you to copy symlinked files.

@dangoor
Copy link
Contributor

dangoor commented Dec 3, 2013

oh, I see. It looks like npm links script files, which is not relevant for Brackets. This is probably a safe approach.

@artoale
Copy link
Contributor

artoale commented Dec 3, 2013

👍

@digiguru
Copy link

digiguru commented Dec 3, 2013

Great work!

dangoor added a commit that referenced this pull request Dec 4, 2013
@dangoor dangoor merged commit d0ce3ca into adobe:master Dec 4, 2013
@dangoor
Copy link
Contributor

dangoor commented Dec 4, 2013

I added a test and merged this. Thanks, Miguel!

@MiguelCastillo
Copy link
Contributor Author

You are welcome Kevin :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants