-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support uncompressing symlink #31
Conversation
e9b37cc
to
4bd7264
Compare
@atian25 ci 没过。 |
083a415
to
e9b5b7b
Compare
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
=========================================
Coverage ? 39.77%
=========================================
Files ? 19
Lines ? 533
Branches ? 0
=========================================
Hits ? 212
Misses ? 321
Partials ? 0
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
===========================================
+ Coverage 85.82% 97.74% +11.91%
===========================================
Files 19 19
Lines 1009 1018 +9
Branches 221 271 +50
===========================================
+ Hits 866 995 +129
+ Misses 143 23 -120
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fdb6ed1
to
eab5e9a
Compare
@atian25 ci 修一下? |
ci 文件权限那个有点奇怪,本地没问题,ci 的权限不一样 |
- Fix unpacking symlinks - compressing library didn't support symlinks, so I just forked it and took the code from here node-modules/compressing#31 - Implement GetNodeJsExecs
我晚点 rebase 一下继续推进。 |
@fengmk2 @atian25 I am interested in getting this merged. The module is used in nw-builder. Currently, it is not recognising symbolic links on decompression. This would help a ton! |
@ayushmanchhabra Sure, I will merge it in this week. |
[skip ci] ## [1.10.0](v1.9.1...v1.10.0) (2023-08-24) ### Features * support uncompressing symlink ([#31](#31)) ([d596d88](d596d88))
While this looks like it should work, its still not processing symlinks properly on extract |
closes #58 #93