On Fri, Apr 20, 2012 at 5:27 PM, Greg Sabino Mullane greg@endpoint.com wrote:
Krinkle wrote:
I'd say put it in Gerrit from the start (in a branch) so that everyone can check it out and send suggestions (either as a commit or through the feedback channels on the mailing list, wiki or Gerrit comments).
Gerrit reviews are also enabled for branches, so you don't have to worry much about clashing with others, a commit to the branch on gerrit will not end up in the actual branch until it is reviewed.
I don't think this is a good idea: the having to wait for a reviewer before your changes show up elsewhere is great for the core code, but not so great for fast-n-furious early prototyping of a big feature. Perhaps we can add it to gerrit once everyone thinks we have a mostly stable prototype?
We can enable direct pushing on branches as well, that's not a big deal :)
-Chad