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: Panic in Deno Install on Windows Related to Semver Handling #25863

Conversation

yazan-abdalrahman
Copy link
Contributor

Updated the version matching logic to handle pre-release tags appropriately, preventing panics related to the usage of matches with a tag.

fix #25861

@yazan-abdalrahman
Copy link
Contributor Author

@nathanwhit @dsherret
Please check this change.

@nathanwhit
Copy link
Member

This code is a bit tricky and hard to get right, so since I'm very familiar with this code I'd prefer to fix this one myself – but thank you for the PR!

@nathanwhit nathanwhit closed this Oct 2, 2024
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.

Deno install - Panic on Windows
2 participants