Incorrect interpretation of trailling and leading spaces in version range parsing #1054
Labels
bug
Something isn't working
core
FileAccess, ProcessUtil, IdeContext, etc.
dependency
Tool dependencies (if tool A requires tool B)
Expected behavior
As a developer, I want the version range expression can be parsed correctly so that extra leading and trailling spaces won't cause problems.
Actual behavior
From
dependencies.json
test with:we got this log:
It seems as if due to the extra space the max version was ignored in the version range.
This needs to be investigated.
Related issues
See PR #1020
Comments/Hints:
VersionRange
but a bug ininstallToolDependencies
that might just take the maximum/supremum of the range and then proceed with that version for the installation (21 -> 21_35). Further analysis and investigation required.Affected version:
ide: 2025.02.001-beta-02_18_02-SNAPSHOT
The text was updated successfully, but these errors were encountered: