rust-lang / rust-lang/rust-analyzer

`Run Tests | Debug` enter different PWDs

Open
#13,267 1 comment 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-bug
Dominant language
Rust
Stars
16.9k
Forks
2.2k
Avg merge
1d 12h
Merged PRs (30d)
72

Description

rust-analyzer version: v0.4.1214

rustc version: 1.63.0

relevant settings: none

Given a project structure like this:

- test_ra_pwd/
  - sub/
    - Cargo.toml
    - src/
      - main.rs
  - Cargo.toml
  - Cargo.lock
  - target/

In main.rs, Run Tests sets PWD to test_ra_pwd/sub but Debug sets PWD to test_ra_pwd.

Debug should set PWD to the same one as Run Tests to better simulate the actual running environment.

I made a working example: https://github.com/Banyc/test_ra_pwd

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the working example at https://github.com/Banyc/test_ra_pwd and reproduce the project structure described in the issue. Compare the environment setup for Run Tests and Debug from main.rs; done means Debug sets PWD to test_ra_pwd/sub, matching Run Tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.