> On Jan 29, 2019, at 4:55 PM, Jeremy Lakeman via llvm-dev 
> <llvm-...@lists.llvm.org> wrote:
> 
> 5. When a new feature is broken up into a patch series, the series should be 
> rebased then immediately merged to help identify the individual patches in 
> the history graph.

Typically the LLVM development model discourages merging big features in one go 
and instead gravitates towards breaking patches up into small, easy to reason 
about patches that gradually morph the code towards the goal. This makes it 
easier for reviewers and to track down regressions after each patch landed. For 
this reason we rarely have series of connected patches coming in at once.

-- adrian


_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to