glob: Deprecate the library in favor of cargo#16685
Conversation
|
😍 |
This library has been moved out to a cargo package in rust-lang.
4af193e to
118f481
Compare
This library has been moved out to a cargo package in rust-lang.
|
Am curious, why is this being removed? |
|
This package is being moved outside of the repository, not removed outright. It will be easier to develop, version, and depend on outside of the standard distribution. |
|
@alexcrichton is there a discussion regarding this somewhere? My quick searches fail me. I want to know, for example, whether it's not deemed important enough to be part of the stdlib, or whether some drastic changes are about to happen to it, without the (supposedly) more stringent stdlib back-compact requirements. |
|
There is an old mailing list thread that spurred discussion here: https://mail.mozilla.org/pipermail/rust-dev/2014-July/010842.html And then there is another mailing list thread which made the process official here: https://mail.mozilla.org/pipermail/rust-dev/2014-July/010956.html |
|
The links were more than adequate, thanks much. |
The wrong `TypeckResults` was used in the fallback equality function passed by the `match_same_arms` and `filter_map` lints. Previously, those fallback functions had no way of using the proper `TypeckResults`. Those (one per expression being compared) are now passed to the registered fallback function. changelog: [`match_same_arms`]: fix internal compiler error Fixes rust-lang/rust-clippy#16678 Fixes rust-lang/rust-clippy#16686 <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_SUMMARY_START --> ### Summary Notes - [Beta nomination](rust-lang/rust-clippy#16685 (comment)) by [samueltardieu](https://github.com/samueltardieu) *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/note.html) for details* <!-- TRIAGEBOT_SUMMARY_END --> <!-- TRIAGEBOT_END -->
The wrong `TypeckResults` was used in the fallback equality function passed by the `match_same_arms` and `filter_map` lints. Previously, those fallback functions had no way of using the proper `TypeckResults`. Those (one per expression being compared) are now passed to the registered fallback function. changelog: [`match_same_arms`]: fix internal compiler error Fixes rust-lang/rust-clippy#16678 Fixes rust-lang/rust-clippy#16686 <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_SUMMARY_START --> ### Summary Notes - [Beta nomination](rust-lang/rust-clippy#16685 (comment)) by [samueltardieu](https://github.com/samueltardieu) *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/note.html) for details* <!-- TRIAGEBOT_SUMMARY_END --> <!-- TRIAGEBOT_END -->
This library has been moved out to a cargo package in rust-lang.