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
#267 has eliminated differences between the list of people nominally members of a team and people who we request / require approval from when doing an FCP.
However these differences are not always accidental. In the libs team we have removed people (or people have removed themselves, like in e48f83f) from the latter without removing them from the former. This can happen when someone’s time availability reduces (possibly because of varied responsibilities) and we’d rather not block every FCP on them.
I believe the fix should be done in rust-lang/team; basically, it reports the wrong data to rfcbot so you need to split the list of libs team members into the "real list" and the fcp list.
#267 has eliminated differences between the list of people nominally members of a team and people who we request / require approval from when doing an FCP.
However these differences are not always accidental. In the libs team we have removed people (or people have removed themselves, like in e48f83f) from the latter without removing them from the former. This can happen when someone’s time availability reduces (possibly because of varied responsibilities) and we’d rather not block every FCP on them.
Compare for example:
iter::Sum
anditer::Product
forOption
rust#58975 (comment)&mut T
to&Cell<T>
rust#43038 (comment)CC @pietroalbini @alexcrichton
The text was updated successfully, but these errors were encountered: