Skip to content

glob: Deprecate the library in favor of cargo#16685

Merged
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:remove-glob
Aug 27, 2014
Merged

glob: Deprecate the library in favor of cargo#16685
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:remove-glob

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This library has been moved out to a cargo package in rust-lang.

@steveklabnik
Copy link
Copy Markdown
Contributor

😍

This library has been moved out to a cargo package in rust-lang.
bors added a commit that referenced this pull request Aug 27, 2014
This library has been moved out to a cargo package in rust-lang.
@bors bors closed this Aug 27, 2014
@bors bors merged commit 118f481 into rust-lang:master Aug 27, 2014
@tshepang
Copy link
Copy Markdown
Member

Am curious, why is this being removed?

@alexcrichton alexcrichton deleted the remove-glob branch August 30, 2014 06:20
@alexcrichton
Copy link
Copy Markdown
Member Author

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.

https://github.com/rust-lang/glob

@tshepang
Copy link
Copy Markdown
Member

@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.

@alexcrichton
Copy link
Copy Markdown
Member Author

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

@tshepang
Copy link
Copy Markdown
Member

The links were more than adequate, thanks much.

flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 21, 2026
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 -->
cuviper pushed a commit to cuviper/rust that referenced this pull request Apr 9, 2026
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 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants