From: William Harold Newman Date: Sat, 19 May 2001 01:03:02 +0000 (+0000) Subject: 0.6.12.8: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7745639905e4b82449bd87dcead61f025ab338d0;p=sbcl.git 0.6.12.8: merged flaky1 branch back into main branch, now that it's stable again. (Dan Barlow's email on sbcl-devel warned that one problem with branches is that useful checkin comments end up being hard to find when they're stuck on branches. I'll check the cvs2cl.pl output after this checkin, and if it doesn't include the notes for the various checkins on the flaky1 branch, I'll make another checkin below just as an excuse to add log notes which copy or summarize them.) The flaky1 branch was rather a lot of work for what turned out to be not very many fixes. ("The discipline of refactoring is hard to learn and easy to lose sight of, even if only for a moment. I still lose sight more often than I care to admit. I'll do two or three refactorings in a row without rerunning the test cases. Of course I can get away with it. I'm confident. I've practiced. Boom! A test fails, and I can't see which of my changes caused the problem. At this moment, you will be mightily tempted to just debug your way out of trouble. After all, you got those tests to run in the first place. How hard could it be to get them running again? Stop. You are out of control, and you have no idea what it will take to get back in control by going forward. Go back to your last known good configuration after each one." -- Kent Beck, on pp. 410-411 in Martin Fowler's _Refactoring_) --- 7745639905e4b82449bd87dcead61f025ab338d0 diff --cc version.lisp-expr index 137c8bf,5b460dd..9f0ae89 --- a/version.lisp-expr +++ b/version.lisp-expr @@@ -15,4 -15,4 +15,4 @@@ ;;; versions, and a string like "0.6.5.12" is used for versions which ;;; aren't released but correspond only to CVS tags or snapshots. - "0.6.12.7" -"0.6.12.7.flaky1.2" ++"0.6.12.8"