-
Notifications
You must be signed in to change notification settings - Fork 34
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
rever check stopped in bash #217
Comments
I observe the same issue. Sometimes it works sometimes it doesn't and I can't find the cause of it. |
The issue only happen when executing I am working on a PR to add an activity right now. I will have to make build it on top of I also had to fix |
Yeah, I have seen this issue too on mac. Rolling back to |
This does seem to be an issue running in Bash. I don't see this issue in xonsh, but I can reproduce it in Linux. So we know it is not some weird mac issue |
My main station is Ubuntu 20.04 so I can confirm this issue also happens on Linux. And my shell is the regular bash shipped with Ubuntu. |
Minimal reproducible example at https://gitter.im/xonsh/xonsh?at=5f39d1745ccdf30c584ddd8b makes me think this is a pure xonsh issue |
Doing a git bisect, the problematic commit seems to be |
Nm, I just reran this with better repo cleaning and the bug seems to be in |
@anki-code @hadim - #226 should address this if either of you would like to test it out |
Will try it soon. |
Hi! This is my first try to use rever.
The
rever.xsh
file is in #216.When I run
rever check
from bash it stops:It looks like the same as xonsh/xonsh#3555
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: