-
Notifications
You must be signed in to change notification settings - Fork 140
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
hangs fish #29
Comments
strange. does fish have any profile tool ?? |
I can't reproduce it, could you try to modify your generated z.fish ?? Lines 2004 to 2014 in 56d56af
change:
to:
in your generated |
@TeddyDD, do you have any clue for this ?? |
We can get debug log like this |
same issue with dynamic loading, changing the generated debug output: https://gist.github.com/aeosynth/70acc5517b3c0217f539c45f2b87dcb4 |
Tried to bisect that, first bad commit seems to be c88b821 but I'm not entarily sure (it hangs but for shorter period of time than on master) With modified z.lua I get this error on c88b821, but I can't reproduce this on master
For some reason adding the same dir multiple times is slow /bin/lua /path/to/z.lua --add /tmp edit: my mistake, this is most likely on Fish side, lua code is ok honestly I have no frigging clue what's wrong 😱 |
I am afraid that fish will wait for background job finished in the pipe. and somehow, the background job delayed. So I suggest to temporarily remove the |
maybe plugin conflicts ?? |
I removed & and I still can reproduce it.
no, tested with |
sad, still can't reproduce on my laptop, Lines 811 to 823 in 4c5d0aa
If we remove line 815-819, do we still encounter this ? even if it's an issue of fish, maybe there is a way to prevent this. |
Yeah, removing 815-819 seems to fix that issue, @aeosynth could you confirm that? |
ok, removed and updated, @aeosynth , could you please try the latest version ? |
works great so far, thanks! |
Thanks for adding fish support, but when I use this, after
cd
ing once and then pressing enter, the prompt just hangs for a few seconds.fish, version 3.0.0
The text was updated successfully, but these errors were encountered: