simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 158 forks source link

MacOS/fish?: Trying to run tests with :RustRunnables errors saying "Too many arguments for cd" #319

Open Ciel-MC opened 1 year ago

Ciel-MC commented 1 year ago
image

It could also be something to do with fish parsing commands differently from bash/zsh/sh, I'm not sure, but that's the issue.

simrat39 commented 1 year ago

Yep looks like a fish issue, will look into it

Ciel-MC commented 1 year ago

PR here #335, idk how to modify the issue so that's that ig.

SiKreuz commented 1 year ago

I'm also on mac but using zsh. I get the same error independent of which runnable I'm using. It is always giving me this message:

zsh:cd:1: too many arguments

[Process exited 1]

@simrat39 Did you make any progress on this issue since January? Could it be a MacOS issue?