Pull requests processing issue
    foobar 
    foo at bar.com
       
    Mon Apr 23 06:10:11 PDT 2012
    
    
  
On Monday, 23 April 2012 at 11:46:50 UTC, Don Clugston wrote:
>>
>> The infrastructure is already there,
>
> Is it? I can't see any method for dealing with patches that 
> aren't merged immediately.
> We have bugzilla as a priority system for bugs without patches, 
> github works for submitting patches, and a great infrastructure 
> for testing the compiler after patches are merged (thanks 
> Brad!) but the patch evaluation step (specifically, the "code 
> review" part) is missing.
There is an open source code review tool that integrates with git 
called Gerrit. It is used by Google for Android and other large 
code bases comprised of several git repositories. I think it's 
closer to Walter's way of managing code.
    
    
More information about the Digitalmars-d-announce
mailing list