The Wayback Machine - https://web.archive.org/web/20210722224927/https://github.com/rust-lang/rust/pull/87247
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

Merge libterm into libtest #87247

Merged
merged 3 commits into from Jul 20, 2021
Merged

Conversation

@crlf0710
Copy link
Member

@crlf0710 crlf0710 commented Jul 18, 2021

I think it's quite clear at this point that rust won't stablize the current libterm APIs to the outside world. And its only user is libtest. The compiler doesn't use this api at all. So I'm merging the crate into libtest as a module.

This also allows me to remove 15% of the libterm code, since these APIs are dead-code now.

@rust-highfive
Copy link
Collaborator

@rust-highfive rust-highfive commented Jul 18, 2021

r? @yaahc

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-log-analyzer

This comment has been hidden.

@crlf0710 crlf0710 force-pushed the crlf0710:merge-libterm-into-libtest branch from 275b5ae to bcecf2c Jul 18, 2021
@rust-log-analyzer

This comment has been hidden.

@crlf0710 crlf0710 force-pushed the crlf0710:merge-libterm-into-libtest branch from bcecf2c to 56a63c4 Jul 18, 2021
@rust-log-analyzer

This comment has been hidden.

library/test/src/term.rs Outdated Show resolved Hide resolved
@crlf0710 crlf0710 force-pushed the crlf0710:merge-libterm-into-libtest branch from 56a63c4 to 4486795 Jul 18, 2021
@nagisa
Copy link
Contributor

@nagisa nagisa commented Jul 18, 2021

@bors r+ LGTM!

@bors
Copy link
Contributor

@bors bors commented Jul 18, 2021

📌 Commit 4486795 has been approved by nagisa

@bors
Copy link
Contributor

@bors bors commented Jul 20, 2021

Testing commit 4486795 with merge 39d8d3a...

@bors
Copy link
Contributor

@bors bors commented Jul 20, 2021

☀️ Test successful - checks-actions
Approved by: nagisa
Pushing 39d8d3a to master...

@bors bors merged commit 39d8d3a into rust-lang:master Jul 20, 2021
11 checks passed
11 checks passed
@github-actions
PR (mingw-check, ubuntu-latest-xl)
Details
@github-actions
PR (x86_64-gnu-llvm-10, ubuntu-latest-xl)
Details
@github-actions
PR (x86_64-gnu-tools, 1, ubuntu-latest-xl)
Details
@github-actions
auto
Details
@github-actions
master
Details
@github-actions
bors build finished
Details
@github-actions
bors build finished
Details
@github-actions
bors build finished
Details
@github-actions
bors build finished
Details
@bors
homu Test successful
Details
@rustbot rustbot added this to the 1.55.0 milestone Jul 20, 2021
@crlf0710 crlf0710 deleted the crlf0710:merge-libterm-into-libtest branch Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants