Changes between Version 6 and Version 7 of WorkingConventions/FixingBugs
- Timestamp:
- 10/08/07 06:23:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions/FixingBugs
v6 v7 7 7 == The Quick Fix == 8 8 9 Some bugs are easy to fix: improvement indocumentation, misleading comments, poorly-worded error messages, or egregious little bugs. In these cases, please just9 Some bugs are easy to fix: improvements to documentation, misleading comments, poorly-worded error messages, or egregious little bugs. In these cases, please just 10 10 * Fix the code 11 * Create a patch 12 * Mail it to cvs-ghc@haskell.org. Make sure you include in your email a summary of what the problem is, and the nature of your fix. 11 * Use `darcs send`, or just mail a patch to [mailto:cvs-ghc@haskell.org]. Make sure you include in the patch description a summary of what the problem is, and the nature of your fix. 13 12 14 This route is easy for you, but more work for us; we have to check your fix, make sure it doesn't break anything etc. But it's a low-overhead route for easy fixes.13 This route is easy for you, but more work for us; we have to [wiki:TestingPatches test your fix]. But it's a low-overhead route for easy fixes. 15 14 16 15 == The True Way ==
