Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Confusion about branch 9.0 in github

by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
- 13/11/2015 10:36:39
Guewen, there is a solution for the review diff:
Ask the author to do the migration work in a single commit, and then 
review only that commit instead of the full diff.
Personally, there are times where I want to review untouched parts of 
the code, so if a also have the full module diff I would find that useful.

In a nutshell:
- For authors, the work to port from 8.0 to 9.0 is about the same in 
each solution (see Pedro's link).
- For reviewers, focusing in the migration changeset commit solves the 
review effort issue.
- For "end users" it is clear about what modules are available.

/DR

Reference