-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(release): Bump to version 0.5.3 #6257
base: master
Are you sure you want to change the base?
Conversation
…ctDir` if it is empty (#6092) Co-authored-by: Hsiao-nan Cheung <[email protected]>
Co-authored-by: Hsiao-nan Cheung <[email protected]>
Signed-off-by: Chawye Hsu <[email protected]>
@ScoopInstaller/maintainers Anyone could review this PR? |
" set args=$quoted_arg %*", | ||
' setlocal enabledelayedexpansion', | ||
' if not "!args!"=="" set args=!args:"=""!', | ||
" bash -c `"`$(cygpath -u '$resolved_path') !args!`"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change on the shim function looks critical, can we have some tests for it?
Everything else seems trivial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sitiom Take a look here?
Changelog
Bug Fixes
Expand-7zipArchive
only delete temp dir /$extractDir
if it is empty (fix (decompress):Expand-7zipArchive
only delete temp dir /$extractDir
if it is empty #6092)stderr
, properly checkwslpath
/cygpath
command first (fix(shim): properly checkwslpath
/cygpath
command first #6114)no_junction
envs (fix(scoop-bucket): Add missing import forno_junction
envs #6181)Code Refactoring
Performance Improvements
Close Issues
Credits
Thanks to the following contributors (ordered by PR merging time):
@o-l-a-v @niheaven @kiennq @HUMORCE @sitiom @chawyehsu