Changes between Version 2 and Version 3 of ReviewTool
- Timestamp:
- Apr 12, 2010, 3:10:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewTool
v2 v3 1 1 At [https://trac.webkit.org/wiki/April%202010%20Meeting April 2010 Meeting] we talked about what is good and sad about the current state of code reviews. Here's some points that showed up: 2 2 3 Bugzilla Advantages: 3 == Bugzilla Advantages == 4 Things people don't want to lose. 4 5 - Strong link between review and bugs and commit queue - integration 5 6 - Comments are emailed out automatically … … 14 15 - Multiple unrelated patches in a single bug 15 16 16 Bugzilla Caveats: 17 == Bugzilla Caveats == 18 If you want to fix any of these, file a bug and post patch there and update this wiki with a link to the bug so they can be removed. 17 19 - Inefficient line by line review 18 20 - Diff between "patches revision" inside a bug … … 31 33 - Syntax based highlighting 32 34 33 Don't care: 35 == Don't care == 36 Didn't seem to have interest in the room. 34 37 - Review on top of review, on top of patch 35 38 - Full commandline access 36 39 - Single patch affecting multiple bugs 37 40 38 Requirements for replacement: 41 == Requirements for replacement == 39 42 - Keep similar process, integration in bugzilla 40 43 41 Action Items: 44 == Action Items == 42 45 - Prototype, prefer a dual-review system during transition, if a transition ever occurs. 43 46 - Any prototype should update back bugzilla to stay in sync. 44 47 - Fixes to bugzilla work flow are welcome 45 48 46 Alternatives: 49 == Alternatives == 47 50 - Just incrementally fix caveats in bugzilla. Here's an example to start off: http://blog.fishsoup.net/2009/09/23/splinter-patch-review. 48 51 - [http://code.google.com/p/rietveld Rietveld]. Nice, as some issues and requires significant integration effort.