|
[Sbcl-commits] CVS: sbcl STYLE, 1.2, 1.3 version.lisp-expr, 1.5038,
1.5039
From: Nikodemus Siivola <demoss@us...> - 2010-09-30 08:40
|
Update of /cvsroot/sbcl/sbcl In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15491 Modified Files: STYLE version.lisp-expr Log Message: 1.0.43.12: edit STYLE for stricter patch submission guidelines * "git format-patch -1" is superior to plain diffs, since it includes the commit message as well -- and the patch author is the best person to write it. * Explain when to use Launchpad and when to use sbcl-devel. Index: STYLE =================================================================== RCS file: /cvsroot/sbcl/sbcl/STYLE,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- STYLE 17 Aug 2010 12:21:32 -0000 1.2 +++ STYLE 30 Sep 2010 08:40:35 -0000 1.3 @@ -6,10 +6,11 @@ Patch Submissions ================= -Preferred patch format is output from "git format-patch", but unified -diffs and links to public git repos are acceptable as well. +Preferred patch format is output from "git format-patch", including +the commit message. The commit message should explain the why and how +of the change. -Please include test-cases in your patch if possible. +Please include test-cases in your patch if at all possible. Please format your submission for ease of reading: unless the change is whitespace only, avoid re-indenting code you are not touching, etc. @@ -20,9 +21,11 @@ patch uses a published algorithm, please include a link to the paper. We aren't always as well-educated as we'd like to... -Patches can be either mailed to sbcl-devel, or submitted via -Launchpad. If you submit a patch on Launchpad, please add the tag -"review" to the associated bug. +Ready-to-apply patches should be submitted via Launchpad: please add +the tag "review" to the associated bug. + +Patches requiring more widespread discussion and feedback should be +sent to the sbcl-devel mailing list. If you have any questions, feel free to ask them on sbcl-devel. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.5038 retrieving revision 1.5039 diff -u -d -r1.5038 -r1.5039 --- version.lisp-expr 30 Sep 2010 08:39:39 -0000 1.5038 +++ version.lisp-expr 30 Sep 2010 08:40:35 -0000 1.5039 @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.43.11" +"1.0.43.12" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl STYLE, 1.2, 1.3 version.lisp-expr, 1.5038, 1.5039 | Nikodemus Siivola <demoss@us...> |