-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Working with MiniTest and RSpec? #291
Comments
🎉 this fixed part of the issue. |
Last problem I'm having is with output: There's also a problem with the inline output in Neomake, lots of |
If the issue is happening with tmux, |
Thanks @tpope. I've already tried that and some of the other If I run directly with Dispatch I see some of the same escape codes, could be a problem with the way I'm running Dip/Docker? I'll look into that. Also raised an issue with Neomake see if they can help. |
Tried running directly with Docker, without Dip, with both interactive and non-interactive. I get the same result. |
I don't know what any of that means. |
Essentially I get the same output with/without Docker. The problem's most visible when Neomake displays errors so hoping they can get to the bottom of it. In the meantime I'll educate myself around shells, escape codes, etc. Any recommended resources? |
Got working in Docker but now trying locally to compare performance. Unfortunately with pretty standard install it's not working again with MiniTest and RSpec. I'm calling Dispatch directly. |
Tried setting compiler to Tried with both Test results come up with errors but nothing's matched. |
Maybe not compatible with NeoVim? |
Tried in unmodified Vim, even jumping into unmodified Bash shell, and the same. Just trying to eliminate things best I can. |
You can use |
@tpope thanks. I'm not using any custom formatter, deliberately gone vanilla, even switched to default Bash and Vim. Aren't there some bugs here? Even if I force the compiler I don't get any joy with Minitest. Rspec I can get to work if I don't use |
It's been years since I've had the occasion to use Minitest. It's plausible the default output format changed to the point the |
@tpope is this a Dispatch bug? How can I fix this? |
Highly unlikely that this is a Dispatch bug. Try |
Raised an issue over here because that's the wrapper I'm using for Neomake and Dispatch.
Have a feeling the problem lies with Dispatch though because when I use directly the error messages still don't get picked up.
The text was updated successfully, but these errors were encountered: