rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.59k stars 12.48k forks source link

Cargotest enhancements #70659

Open nellshamrell opened 4 years ago

nellshamrell commented 4 years ago

The Infra team recently made some decisions around the future of cargotest - and there is more to decided and implemented. This issue tracks this work.

Reference: https://paper.dropbox.com/doc/The-future-of-cargotest--AxQ6EFIbNcslFkGPv4Kbr8yhAg-KuqIf3UWJnfrfrukx8o4G

nellshamrell commented 4 years ago

CargoTest Summary

What is Cargotest?

Goal of Cargotest

How does Cargotest work?

What does Cargotest test right now

Libraries

CLI apps

Big production code bases

What do we still need to decide?

Useful Links

Code Links

Discussions on this topic

nellshamrell commented 4 years ago

Problems with Cargotest

nellshamrell commented 4 years ago

Requirements for a project to be included in Cargotest

Possible projects to include

(This list is based on libraries that are already tested with Cargotest (and fit the above requirements), the most commonly used libraries as found by the 2019 State or Rust Survey, and in this Discord conversation

Libraries

CLI apps

Big production code bases

Async

To Do