-
Notifications
You must be signed in to change notification settings - Fork 102
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
#878: default version from mirrors #893: version prefix #940: generic doInstall #934
#878: default version from mirrors #893: version prefix #940: generic doInstall #934
Conversation
This is now working and fine.
Besides I am considering more changes. |
#893 was now easy to add so I just implemented it :) |
As some of the problems mentioned before may be related to Linux or just have to be settled at some point, |
There was in an error installing pip on Windows because the installation file was renamed from pip-latest-windows-py to pip-latest-pip.py
On MacOS, Python is not working. See here:
When Python is installed globally, Full log can be found here: https://github.com/alfeilex/ide/actions/runs/3368406824/jobs/5586914231#step:5:831 |
More MacOS errors related to this MacOS workaround: ide/scripts/src/main/resources/scripts/functions Lines 1358 to 1368 in 11db4ef
Possible error
Full log: https://github.com/alfeilex/ide/actions/runs/3368406824/jobs/5586914231#step:5:841 |
This is what we already started to discuss. What we need is a proper analysis why this happens.
So there is a bug in the MacOS Workaround detection. Terraform is not a MacOS Application with a |
I found and fixed it. The function |
BTW: Starting from here I stop accepting more errors in this PR that are not related to my changes at all. Otherwise, if we try to find and fix all bugs of the last two years, we will never be able to finish this "monster pr". Do not get me wrong: Your feedback is extremely valuable and you found important bugs I made in this PR. However, we need to focus on getting this PR merged and with #963 fixed so that we can reach a working state. It is fine and more than welcome to file to file more issues for bugs we might have in devonfw-ide but if they are not related to the changes of this PR, we should keep them out of here. |
I tested this PR again with the latest code and after #963 being fixed.
|
Implements the following stories and features:
available-versions
#878 - default version from available-versionsRevealed bug #933 that is now fixed.