Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUpload feature list to s3 #25724
Comments
This comment has been minimized.
This comment has been minimized.
|
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? |
This comment has been minimized.
This comment has been minimized.
|
@brson json is great. The current intended use case is for a tool that generates stubs for the weekly subteam report stubs. |
steveklabnik
added
the
C-enhancement
label
May 26, 2015
brson
added
the
A-build
label
May 27, 2015
This comment has been minimized.
This comment has been minimized.
|
Triage: no change. https://internals.rust-lang.org/t/the-most-used-unstable-features-in-rust/4370 is related and was posted recently. |
This comment has been minimized.
This comment has been minimized.
|
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. |
Mark-Simulacrum
added
the
T-infra
label
Jun 22, 2017
This comment has been minimized.
This comment has been minimized.
|
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! |
brson commentedMay 22, 2015
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.