-
Notifications
You must be signed in to change notification settings - Fork 103
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
devonfw ide does not show correct version after updating to 2022.12.001 #1032
Comments
At least to explain what you are observing: To address your actual concern: |
Sounds like a good tradeoff. I feel the explanation makes sense but is completely non transparent to users. Especially for debugging or bug reporting purposes, people like to know the current version they are working with. |
While working on #971 I found out that after running ide/scripts/src/main/resources/scripts/command/ide Lines 54 to 60 in 70baf93
|
@alfeilex thanks for that analysis. This is indeed some kind of bug or undesired feature.
ide/scripts/src/main/resources/scripts/functions Lines 777 to 779 in 70baf93
|
Comming back to the original problem that @maybeec reported and what I suggested earlier:
A problem with this is the following:
We can not change the behavior of
|
For the record: I just updated the help output to include:
|
Expected behavior
As a user, I want to get the actual version by
devonfw -v
command so that I can report the version properly to my bug report.Actual behavior
devon -v
does not show the correct version number after upgrading to2022.12.001
release:Steps to reproduce (bug) / Use Case of feature request (enhancement)
devon ide update all
Related/Dependent Issues
Comments/Hints:
Affected version:
The text was updated successfully, but these errors were encountered: