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

Add rustc_pattern_analysis to list of auto published crates #3

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

Nadrieril
Copy link
Member

That crate contains the match exhaustiveness algorithm, which has been librarified for use in rust-analyzer. It compiles on stable with --no-default-features --feature stable. (and after rust-lang/rust#119581 it will compile on stable with just --no-default-features).

(I took the liberty to sort things in the last commit 👼)

@@ -8,16 8,19 @@ Repository for automatically publishing the below crates every Tuesday.
- [ra-ap_rustc_macros][ra-ap_rustc_macros-crate] [![ra-ap_rustc_macros version][ra-ap_rustc_macros-version-badge]][ra-ap_rustc_macros-crate]
- [ra-ap_rustc_parse_format][ra-ap_rustc_parse_format-crate] [![ra-ap_rustc_parse_format version][ra-ap_rustc_parse_format-version-badge]][ra-ap_rustc_parse_format-crate]
- [ra-ap_rustc_abi][ra-ap_rustc_abi-crate] [![ra-ap_rustc_abi version][ra-ap_rustc_abi-version-badge]][ra-ap_rustc_abi-crate]
- [ra-ap_rustc_pattern_analysis][ra-ap_rustc_pattern_analysis-crate] [![ra-ap_rustc_pattern_analysis version][ra-ap_rustc_pattern_analysis-version-badge]][ra-ap_rustc_pattern_analysis-crate]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Future archaeologists will see badge Markdown snippets and think they were ritualistic incantations to summon demons or gods.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And they won't be entirely wrong :D

@lnicola
Copy link
Member

lnicola commented Jan 5, 2024

Thanks! I'll merge optimistically (half-awake right now TBH) and trigger the publishing workflow to see what happens. Will it work when there's no previous version on crates.io?

@lnicola lnicola merged commit 2d4edb6 into rust-analyzer:master Jan 5, 2024
1 check passed
@Nadrieril
Copy link
Member Author

I guess we'll see :D

@lnicola
Copy link
Member

lnicola commented Jan 5, 2024

the remote server responded with an error: You have published too many new crates in a short period of time. Please try again after Fri, 05 Jan 2024 07:55:39 GMT or email [email protected] to have your limit increased

That's one failure I didn't expect... And we still don't know if it works.

@Nadrieril Nadrieril deleted the patch-1 branch January 5, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants