You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TWiR lists the currently active FCPs in the Rust repo, which I find quite valuable. However, this query only finds the FCPs in the main rust repo. FCPs can happen in other repos too, e.g. here.
I don't know what is the best way to get the list of proposals in the FCP stage. https://rfcbot.rs/ lists all the proposals that are still in "proposed for FCP" stage (i.e. the 10 days have not started yet), we want exactly the others -- the ones that already are in FCP stage. Maybe that server has an endpoint for that list or maybe that would be a feature request for this website?
The text was updated successfully, but these errors were encountered:
I'm happy to run multiple queries to compile all the work in FCP (i.e. there does not need to be a single, unifying FCP query across all repos). Which repos do you feel would benefit from being included? (Beyond, presumably, unsafe-code-guidelines?)
We should be able to get this going for TWiR issue # 509.
I don't know in which repos other teams are doing FCPs. From FCPs I am involved in, that would include the rfcs repo (which I guess is already covered by the separate bullet for RFCs), the reference, and unsafe-code-guidelines.
Both the language reference and the unsafe code guidelines repos have been added to my weekly process. (To avoid adding more sections with empty content, they will only appear when they have items to add.)
TWiR lists the currently active FCPs in the Rust repo, which I find quite valuable. However, this query only finds the FCPs in the main rust repo. FCPs can happen in other repos too, e.g. here.
I don't know what is the best way to get the list of proposals in the FCP stage. https://rfcbot.rs/ lists all the proposals that are still in "proposed for FCP" stage (i.e. the 10 days have not started yet), we want exactly the others -- the ones that already are in FCP stage. Maybe that server has an endpoint for that list or maybe that would be a feature request for this website?
The text was updated successfully, but these errors were encountered: