-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Currently process, and its dependency platform, are hosted in individual google-org repositories, and published as "unverified uploader". The repos don't have any clear maintenance policy, contribution management, security stance, etc.
process is very heavily used in flutter/flutter; mostly tests, but also the tool. Given that, it seems like we should consider bringing them into flutter/packages so that they are managed, reviewed, published, etc. via our normal process. While they aren't Flutter-specific, flutter/packages seems like the natural place for them to live since we are maintaining them specifically for Flutter tooling. (We could move them into the google.dev publisher, but that only addresses the publisher permissions, not the maintenance aspects.)
[Edit: process is now google.dev rather than unverified]