-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Doesn't seem to work on Mac OSX #1
Comments
Thanks for reporting this. I can't really test on Mac OSX. |
Here is an example session when run inside an active git repo. You can see that the command is recognized by the OS and executes, but does nothing when I try to diff a file or show the git log.
|
Thanks! I don't see any reason why this exit immediately. Line 104 in 125d11d
|
Hello, I did as you asked, and added a Here is the modified code.
Building:
Execution:
|
Very weird. Could you try the examples from the FTXUI library? |
A little lost here (more of a Python guy than cpp). I was able to check out
the FTXUI repo and successfully build it according to
https://arthursonzogni.com/FTXUI/doc/#build-using-cmake. But when I issue
the "./main" command I get:
$ ./main
zsh: no such file or directory: ./main
…On Sun, Jul 4, 2021 at 1:06 PM Arthur Sonzogni ***@***.***> wrote:
Very weird.
Could you try the examples from the FTXUI
<https://github.com/ArthurSonzogni/FTXUI> library?
You should roughtly get the same output as what you get on the same
examples compiled for WebAssembly:
https://arthursonzogni.com/FTXUI/examples/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA33U3TPGT6NBMSQZQLGNLTWCIIFANCNFSM47SCQPBA>
.
|
After building, you should normally get many executable. For instance:
<build_dir>/examples/components/gallery
Le dim. 4 juil. 2021 à 19:44, Jeff Wright ***@***.***> a
écrit :
… A little lost here (more of a Python guy than cpp). I was able to check out
the FTXUI repo and successfully build it according to
https://arthursonzogni.com/FTXUI/doc/#build-using-cmake. But when I issue
the "./main" command I get:
$ ./main
zsh: no such file or directory: ./main
On Sun, Jul 4, 2021 at 1:06 PM Arthur Sonzogni ***@***.***>
wrote:
> Very weird.
>
> Could you try the examples from the FTXUI
> <https://github.com/ArthurSonzogni/FTXUI> library?
> You should roughtly get the same output as what you get on the same
> examples compiled for WebAssembly:
> https://arthursonzogni.com/FTXUI/examples/
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABA33U3TPGT6NBMSQZQLGNLTWCIIFANCNFSM47SCQPBA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEJ4QQQK6P6Z7QK6A5YX33TWCMYTANCNFSM47SCQPBA>
.
|
Yes, I can confirm that the examples seem to be working. I checked out
toggle, homepage and menu2.
Jeff
On Sun, Jul 4, 2021 at 5:34 PM Arthur Sonzogni ***@***.***>
wrote:
… After building, you should normally get many executable. For instance:
<build_dir>/examples/components/gallery
Le dim. 4 juil. 2021 à 19:44, Jeff Wright ***@***.***> a
écrit :
> A little lost here (more of a Python guy than cpp). I was able to check
out
> the FTXUI repo and successfully build it according to
> https://arthursonzogni.com/FTXUI/doc/#build-using-cmake. But when I
issue
> the "./main" command I get:
>
> $ ./main
> zsh: no such file or directory: ./main
>
> On Sun, Jul 4, 2021 at 1:06 PM Arthur Sonzogni ***@***.***>
> wrote:
>
> > Very weird.
> >
> > Could you try the examples from the FTXUI
> > <https://github.com/ArthurSonzogni/FTXUI> library?
> > You should roughtly get the same output as what you get on the same
> > examples compiled for WebAssembly:
> > https://arthursonzogni.com/FTXUI/examples/
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <
>
#1 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ABA33U3TPGT6NBMSQZQLGNLTWCIIFANCNFSM47SCQPBA
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABEJ4QQQK6P6Z7QK6A5YX33TWCMYTANCNFSM47SCQPBA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA33U4CIPHGAILSGANVMBDTWDHYDANCNFSM47SCQPBA>
.
|
Very weird. |
I'm seeing exactly this on two different Linux boxes. Both git tui log and git tui diff produce UI but no records are shown - the lists are empty |
Update. Rebuilding from git HEAD seems to fix this for me |
Thanks @afeinman-snap ! If someone is able to reproduce any similar problem on Mac after the current HEAD, please let me know and I will try to find a Mac to try myself. Otherwise, I will consider the problem to be magically fixed. |
On ubuntu 22.04, git version 2.34.1, and same behavior. |
I tried the snap version. I saw no issues. |
I was able to build from source (using make and cmake installed with
brew
), but invoking the commandsgit-tui log
andgit-tui diff
does nothing. The commands were issued within an active repo and the plain git commandsgit log
andgit diff
do show correct output.Any ideas? It would be cool to use the diff feature instead of built-in git diff.
The text was updated successfully, but these errors were encountered: