Skip to content
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

🐛 fix some bugs in weird edge cases #242

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Conversation

AndrewLuGit
Copy link
Contributor

Before release, I found some bugs in weird edge cases:

  1. lzma-native does not have a version build for Windows ARM, just like node-usb
  2. Installing pros cli from pip causes semver to freak out because it reports version number as four numbers (ex. 3.5.4.0)

I am fixing these by:

  1. Making lzma-native an optional dependency, just like I did for node-usb. This should be fine, since lzma-native is only used to extract the toolchain xz files on mac and linux, and the windows toolchain is a zip file.
  2. Coercing the pros cli version number so semver is happy

Copy link
Member

@Rocky14683 Rocky14683 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndrewLuGit AndrewLuGit merged commit ca6158b into develop Dec 18, 2024
3 checks passed
@AndrewLuGit AndrewLuGit deleted the bugfix/weird-bugs branch December 18, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants