From: Jeffrey H. <jef...@aj...> - 2000-08-28 21:18:23
|
BTW, to follow up my own post, we have some of this info already on the dev site at: http://dev.scriptics.com/software/tcltk/contributing.tml#goodpatch Also, we have used the tclcore mailing list before as a forum for peer review (as Laurent is doing now with the i18n underlining patch). This is good for smaller patches, when people are just getting used to the C APIs, etc. For larger projects, the goal would be to have each project work on its own branch (like I recently did with tcl-8-3-1-io-rewrite), and that person would do all the work, only commiting when they are finished and fully satisfied with the code (and docs and tests). When you want someone to test that, they only need to move over to your branch and check things out. Also, it's a one-liner to diff between branches (although that can be a large diff...). Jeffrey Hobbs Tcl Ambassador ho...@Aj... Ajuba Solutions (nee Scriptics) -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |