-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Upload feature list to s3 #25724
Comments
Let's upload it with the docs. Easiest. The script src/etc/featureck.py knows how to extract metadata for all the features. Modify this script so that, if given a new command line argument, outputs that metadata in json format, then modify @aturon json is sufficient right? You are going to further refine that data to put it on a website somewhere? |
@brson json is great. The current intended use case is for a tool that generates stubs for the weekly subteam report stubs. |
Triage: no change. https://internals.rust-lang.org/t/the-most-used-unstable-features-in-rust/4370 is related and was posted recently. |
No change once more. I'm somewhat uncertain that we want this, too; it feels like a nice thing I suppose but not all that useful. Unless I'm missing a use case of course. |
Triage: we have the unstable book as a list of features, though that's not for exactly the same purpose. Regardless, nobody else has wanted this in the past few years, so I doubt it's ever going to be implemented. Closing! |
The feature list displayed during tidy is useful for reporting purposes. Have the doc build generate it so it's uploaded nightly, in json format probably.
The text was updated successfully, but these errors were encountered: