compiletest: cdb version detection locally seems funky
Open
Nobody has claimed this yet.
A-compiletest
A-debuginfo
A-docs
C-enhancement
T-bootstrap
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
While investigating #133107, it seems that even if I have a suitably-versioned cdb e.g. 10.0.26100.2161 in PATH, compiletest cdb version detection seems to consider that I failed to satisfy
//@ min-cdb-version: 10.0.26100.2161
Contributor guide
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
Start by reproducing compiletest's cdb version detection with cdb 10.0.26100.2161 in PATH and the //@ min-cdb-version: 10.0.26100.2161 directive. Trace the compiletest detection path and compare the detected version with the required version. Done means a suitably versioned local cdb satisfies the directive.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100