rust-lang / rust-lang/rust-mode
C-c C-c C-t on a remote (tramp) file invokes cargo test on the local machine
Nobody has claimed this yet.
- Dominant language
- Emacs Lisp
- Stars
- 1.3k
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
With rust-mode-20230805.1558 from melpa, emacs 28.2 from Debian bookworm, when I'm editing a file over tramp and try to use rust-mode's C-c C-c C-t (or C-c C-c C-u) shortcuts, cargo is invoked on the local machine. In contrast, when I C-x compile cargo test, the right thing happens, i.e. cargo test is invoked on the remote machine over tramp.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names no files or tests. Compare rust-mode's C-c C-c C-t and C-c C-c C-u entry points with the working C-x compile path, using a file opened over tramp; done means cargo test or cargo check runs on the remote machine rather than locally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs, emacs-lisp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100