moved old instructions for external packages to top-level in preparation for nuking...
[CommonLispStat.git] / external / lift.darcs / _darcs / inventories / 20061231201218-3cc5d-591ae883f996e2a2e2d496e8f5b1886bfff2d390.gz
blobc2b154a9a2b4d1c7958b5817fb4c0819b07d1ebe
1 [initial
2 Gary King <gwking@metabang.com>**20051004133024] 
3 [initial
4 Gary King <gwking@metabang.com>**20051005193554] 
5 [removed chuff; u: -> metatilities:
6 Gary King <gwking@metabang.com>**20051007190546] 
7 [ensure-same returns true if everything is the same
8 Gary King <gwking@metabang.com>**20051020131559] 
9 [removed unneeded double-quotes
10 Gary King <gwking@metabang.com>**20051111040117] 
11 [website
12 Gary King <gwking@metabang.com>**20051117032122] 
13 [Moved system file up one level; added presentations on LIFT, etc
14 Gary King <gwking@metabang.com>**20051118151441] 
15 [mostly minor cleanup
16 Gary King <gwking@metabang.com>**20051123012547] 
17 [system connection
18 Gary King <gwking@metabang.com>**20051124204203] 
19 [Ignored some define-glu-modules
20 Gary King <gwking@metabang.com>**20051209190140] 
21 [EKSL -> GLU
22 Gary King <gwking@metabang.com>**20051210214819] 
23 [Updating for moptilities
24 Gary King <gwking@metabang.com>**20051215143914] 
25 [Made more ASDF-Install happy
26 Gary King <gwking@metabang.com>**20051219175055] 
27 [Added COPYING file
28 Gary King <gwking@metabang.com>**20060101142621] 
29 [Added website module
30 Gary King <gwking@metabang.com>**20060109202117] 
31 [Re-worked webpage
32 Gary King <gwking@metabang.com>**20060109202126] 
33 [Minor webpage fixes
34 Gary King <gwking@metabang.com>**20060119160514] 
35 [Added ccl: in several places b/c we can no longer rely on having used the CCL package.
36 Gary King <gwking@metabang.com>**20060119160652] 
37 [Started some work comparing different test frameworks
38 Gary King <gwking@metabang.com>**20060120165154] 
39 [Moving tests around a bit
40 Gary King <gwking@metabang.com>**20060120165219] 
41 [Added *lift-equality-test* to make ensure-same more flexible; improved printing control with :print-follow
42 Gary King <gwking@metabang.com>**20060120165401] 
43 [Added xlunit-tests comparison
44 Gary King <gwking@metabang.com>**20060120192300] 
45 [Fixed :Name links in website
46 Gary King <gwking@metabang.com>**20060127040320] 
47 [improving comparison
48 Gary King <gwking@metabang.com>**20060127040339] 
49 [Added a little glitz to handle issue 33 when adding tests via deftestsuite.
50 Gary King <gwking@metabang.com>**20060127121426] 
51 [Moved to almost tableless design; I now have achieved nirvana: I can look a bit odd in every browser! <smile>
52 Gary King <gwking@metabang.com>**20060128235236] 
53 [Cleanup for Sbcl style warning (though still need to _write_ the documentation for the defgenerics...). Moved ccl:*warn-if-redefine* around a bit to make it work better. Removed (call-next-method) from my :reports in the various LIFT conditions...
54 Gary King <gwking@metabang.com>**20060131143000] 
55 [Removed errant 'gremlins' from test-lift.lisp
56 Gary King <gwking@metabang.com>**20060202184855] 
57 [Updated style sheet
58 Gary King <gwking@metabang.com>**20060202184901] 
59 [Added :equality-test initarg for testsuites; improved ensure-same so that equality test is bound late (not at compile time).
60 Gary King <gwking@metabang.com>**20060413145136] 
61 [Lower-cased package names in defsystem; improved documentation of *test-scratchpad*.
62 Gary King <gwking@metabang.com>**20060425023642] 
63 [Fixing in-packages
64 Gary King <gwking@metabang.com>**20060511193253] 
65 [Fixed a defpackage without #: glitch
66 Gary King <gwking@metabang.com>**20060517185105] 
67 [Added lots of documentation to deftestsuite; also added new :dynamic-variables clause to make it possible to wrap dynamic variables in a let while running tests
68 Gary King <gwking@metabang.com>**20060530022558] 
69 [Cleanup up lift test system; added tests for dynamic-variables clause.
70 Gary King <gwking@metabang.com>**20060530022624] 
71 [Updated and corrected copyright information
72 Gary King <gwking@metabang.com>**20060606015725] 
73 [Added RELNOTES and test/equality-tests.lisp
74 Gary King <gwking@metabang.com>**20060908193644] 
75 [Improved documentation a tiny bit; started to add logging; changed add test so that it does not generate a defgeneric for the test b/c some Lisps (notably Allegro) remove other methods when you do that (which is a reasonable thing to do).
76 Gary King <gwking@metabang.com>**20060908193917] 
77 [Removed copyright from system files; added operation-done-p to lift.asd; some reformatting
78 Gary King <gwking@metabang.com>**20060908194025] 
79 [Updated several tests to keep up with LIFT changes; tests that rely on *test-scratchpad* are still broken because lift now sets this variable to nil automagically. Maybe I need two scratchpads.
80 Gary King <gwking@metabang.com>**20060908194222] 
81 [Fixed syntax in examples
82 Gary King <gwking@metabang.com>**20060912144117] 
83 [Removed dependence on moptilites et. al. 
84 Gary King <gwking@metabang.com>**20060912144421] 
85 [Updated tests to match LIFT
86 Gary King <gwking@metabang.com>**20060912144500] 
87 [Improved system defs; removed moptilities dependence
88 Gary King <gwking@metabang.com>**20060912144538] 
89 [No longer exports deftest; correct a few warnings
90 Gary King <gwking@metabang.com>**20060915151329] 
91 [Cleaned up the examples
92 Gary King <gwking@metabang.com>**20060924215544] 
93 [Removed some old copyright notices
94 Gary King <gwking@metabang.com>**20060924215619] 
95 [Timeouts are now part of lift; improved single-setup --> run-setup with different options (still WIP though)
96 Gary King <gwking@metabang.com>**20060924215728] 
97 [just notes
98 Gary King <gwking@metabang.com>**20060924215740] 
99 [Moved timeout stuff into LIFT proper
100 Gary King <gwking@metabang.com>**20060924215801] 
101 [Much gnashing of test teeth
102 Gary King <gwking@metabang.com>**20060924215838] 
103 [Used simpler :suite argument
104 Gary King <gwking@metabang.com>**20060924215925] 
105 [Release notes
106 Gary King <gwking@metabang.com>**20060924215933] 
107 [Bumping version
108 Gary King <gwking@metabang.com>**20060924220119] 
109 [TAG version-1.1
110 Gary King <gwking@metabang.com>**20060924220135] 
111 [Removed load-glu.lisp (finally! <smile>); updated tests.
112 Gary King <gwking@metabang.com>**20060926135833] 
113 [Fix for testsuite-test-count
114 Gary King <gwking@metabang.com>**20060930023751] 
115 [Added random-testing; with-cases and made an examples folder
116 Gary King <gwking@metabang.com>**20061203194314] 
117 [Added Edi Weitz's copywrite too (for get-backtrace)
118 Gary King <gwking@metabang.com>**20061231200547] 
119 [Added port.lisp to system definition
120 Gary King <gwking@metabang.com>**20061231200615] 
121 [With-cases -> ensure-cases; include backtrace in problem instances; allow test variables to be used in ensure-cases expansion
122 Gary King <gwking@metabang.com>**20061231200929] 
123 [Added data/ and some short word lists
124 Gary King <gwking@metabang.com>**20061231201004] 
125 [Added port and random-testing. The first provides get-backtrace. The second provides ensure-random-cases and ensure-random-cases+.
126 Gary King <gwking@metabang.com>**20061231201057] 
127 [version to 1.2
128 Gary King <gwking@metabang.com>**20061231201204]