-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
coconut makes .xonshrc take an unreasonable amount of time to load #724
Comments
What version of Coconut are you using ( |
Also, |
Coconut: Version 2.2.0 running on Python 3.11.0 and Cython cPyparsing v2.4.7.1.2.0
https://starbright.dyndns.org/starwort/.xonshrc Waiting on the IndexError but obviously that's taking a bit 🙃 EDIT: Here's the traceback
Seems like it's breaking something internal to xonsh Second edit: For good measure, my xonsh is 0.13.4 |
Looks like it is what I was suspicious about, which is an |
When I have coconut installed (it doesn't seem like I can even disable this behaviour), starting a new instance of xonsh hangs for seemingly forever (~3m!) during xonshrc evaluation.
xontrib unload coconut
didn't seem to have any effect (coconut
is an auto xontrib)Also, my xonshrc errors with an out-of-bounds list index when coconut is enabled
Launch with coconut installed:
After uninstalling coconut (so fast it doesn't get a process timer!):
The text was updated successfully, but these errors were encountered: