-
Notifications
You must be signed in to change notification settings - Fork 11
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
"Waiting for process to die" and crashes when typing quickly on Gentoo #23
Comments
Hmmm... No clue off the top of my head, sorry. The current state of implementation is very good for Guix, pacman and xbps, and should be quite OK for dpkg. Sadly Portage hasn't be updated ever since I overhauled this package and I'm afraid it might be substantially broken. It would not take much work to bring it up to speed, we only need someone with a Portage-based distro and a few hours on their hands. @chameco Interested? :) |
Sure, if it's out-of-date then I'll gladly devote some time to fixing it. Give me a day or two and I'll submit a pull request. |
Thanks! What needs to be done:
The code might not always be as clear as should be :( Let me know if there is any confusion. |
I've pull-requested a quick fix for this in #24 - the precise issue was that the USE flag source was running |
Thanks for rooting it out! I'll review your pull request as soon as possible! |
Thank you for the pull request. |
This also happens with |
I believe this is a bug in upstream Helm indeed.
I've experienced it myself in the past, but can't reproduce now.
A friend of mine experiences it regularly.
In both cases, this happens also in other Helms.
The user configuration might have something to do with this.
|
I have investigated it. Happy to understand the problem a little better now. In the function |
I have made a PR to upstream. |
Thanks for your investigation!
|
I'm getting
Waiting for process to die... done
in the minibuffer whenever I type a character withinhelm-system-packages
on Gentoo (w/Portage), and when I type multiple characters in relatively quick succession (maybe within a second), the Helm buffer closes with no message. There isn't anything particularly nonstandard about my setup except syncing from git (eix works normally, etc.).I couldn't find anything that might be causing this in my (admittedly cursory) overview of the source. As far as I can tell,
helm-system-packages-refresh
is only run at initialization and after commands are executed, and regardless runs without error when invoked manually.Do you have any advice as to why this might be happening?
The text was updated successfully, but these errors were encountered: