Home » Community » U++ community news and announcements » 2021.1 rc
Re: 2021.1 rc [message #56954 is a reply to message #56952] |
Mon, 03 May 2021 16:19   |
 |
Klugier
Messages: 1106 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello Mirek,
I just found that HasGit function returns false on macOS even if git and svn is installed. It blocks launching UppHub from Setup -> UppHub. The line that return false on macOS is (idebar.cpp - 388):
menu.Add(HasGit(), "UppHub..", IdeImg::UppHub(), [] { UppHub(); });
Also HasGit is looking for svn on POSIX instead of git:
bool HasGit()
{
String dummy;
static bool b = Sys("svn", dummy) >= 0;
return b;
}
On macOS default command for svn might return different end value than greater than zero.
Klugier
U++ - one framework to rule them all.
[Updated on: Mon, 03 May 2021 16:21] Report message to a moderator
|
|
|
 |
|
2021.1 rc
By: mirek on Sun, 02 May 2021 17:59
|
 |
|
Re: 2021.1 rc
By: Tom1 on Mon, 03 May 2021 09:51
|
 |
|
Re: 2021.1 rc
By: mirek on Mon, 03 May 2021 10:08
|
 |
|
Re: 2021.1 rc
By: mirek on Mon, 03 May 2021 13:24
|
 |
|
Re: 2021.1 rc
By: Tom1 on Mon, 03 May 2021 14:57
|
 |
|
Re: 2021.1 rc
By: Klugier on Mon, 03 May 2021 16:19
|
 |
|
Re: 2021.1 rc
By: mirek on Mon, 03 May 2021 18:18
|
 |
|
Re: 2021.1 rc
|
 |
|
Re: 2021.1 rc
By: mirek on Tue, 04 May 2021 14:49
|
 |
|
Re: 2021.1 rc
|
 |
|
Re: 2021.1 rc
By: mirek on Tue, 04 May 2021 20:38
|
 |
|
Re: 2021.1 rc
|
 |
|
Re: 2021.1 rc
By: mirek on Tue, 04 May 2021 23:15
|
Goto Forum:
Current Time: Sun Aug 24 11:13:02 CEST 2025
Total time taken to generate the page: 0.05004 seconds
|