Skip to content
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

Make Rust Analyzer tests faster by compiling less code #113244

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Jul 1, 2023

This should bring down the test duration of RA significantly.

@rustbot
Copy link
Collaborator

rustbot commented Jul 1, 2023

r? @clubby789

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Jul 1, 2023
@jyn514
Copy link
Member

jyn514 commented Jul 1, 2023

@bors
Copy link
Contributor

bors commented Jul 1, 2023

📌 Commit b9df85f has been approved by jyn514

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 1, 2023
workingjubilee added a commit to workingjubilee/rustc that referenced this pull request Jul 2, 2023
…ts, r=jyn514

Make Rust Analyzer tests faster by compiling less code

This should bring down the test duration of RA significantly.
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 2, 2023
…iaskrgr

Rollup of 8 pull requests

Successful merges:

 - rust-lang#113147 (Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in)
 - rust-lang#113202 (std docs: factorize literal in Barrier example)
 - rust-lang#113228 (Migrate GUI colors test to original CSS color format)
 - rust-lang#113231 (Fix `dropping_copy_types` lint from linting in match-arm with side-effects)
 - rust-lang#113233 (Update chalk)
 - rust-lang#113234 (Don't pass --test-args to `python -m unitest`)
 - rust-lang#113244 (Make Rust Analyzer tests faster by compiling less code)
 - rust-lang#113249 (Document tracking issue for rustdoc `show-type-layout`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit efd2739 into rust-lang:master Jul 2, 2023
11 checks passed
@rustbot rustbot added this to the 1.72.0 milestone Jul 2, 2023
@Kobzol Kobzol deleted the bootstrap-rust-analyzer-tests branch July 2, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants