Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
It was using the wrong download method if the signatures file has been hosted with S3 signed URL instead of CDN url.
On Windows, the @io_proxy object could be holding an open file descriptor on the target zip filename when processing a diff file. Fixed it by not opening it at all.
… retry mechanism for 404 errors, allowing the process to wait and attempt to download signatures again after a minute.
This handles case with windows exe and dll files problem.
… names and implement tests for unzip functionality. This allows users to choose whether to add underscores to filenames during extraction, improving file management flexibility.
- Added a requirement for the version file to access the current version of PatchKitTools. - Modified the package naming in the create_package method to include the version number in the output zip file name, improving clarity and version tracking.
No description provided.