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

#1034: fix VersionRange.contains for pattern #1035

Conversation

hohwille
Copy link
Member

fixes #1034

@hohwille hohwille added this to the release:2025.02.001 milestone Feb 13, 2025
@hohwille hohwille self-assigned this Feb 13, 2025
@hohwille hohwille added bugfix core FileAccess, ProcessUtil, IdeContext, etc. dependency Tool dependencies (if tool A requires tool B) labels Feb 13, 2025
@@ -108,10 +108,10 @@ public void testContains() {

checkContainsNot("(11,22)", "10*");
checkContains("(11,22)", "11*");
checkContains("(11,22)", "11.0*");
Copy link
Member Author

Choose a reason for hiding this comment

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

this one is now red and that may be still a problem...

@hohwille
Copy link
Member Author

Replaced by PR #1036 that properly fixes the problem.

@hohwille hohwille closed this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix core FileAccess, ProcessUtil, IdeContext, etc. dependency Tool dependencies (if tool A requires tool B)
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

version of tool is * but does not match version to install
1 participant