- Aug 04, 2003
- Aug 03, 2003
- Aug 02, 2003
-
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Added more error tests for assoc/assoc-if/assoc-if-not. Annotated standardized package nickname tests. Removed test that assumed REPEAT loop clause could appear later in the loop (too many complaints about this, and the standard is inconsistent.) Added tests for LOOP ... SUM into various types. I didn't add some COMPLEX tests here that were suggested, since I didn't think they were correct. I am really not liking the (complex rat 0) ==> rat rule of CL complex numbers. Changed "RT" to "REGRESSION-TEST" in a test in packages-03.lsp. Fixed error report in random remove test so it works better with delete. Changed :metaclass in substandard-generic-function (I am still not entirely convinced this is correct.)
-
pfdietz authored
-
- Aug 01, 2003
-
-
pfdietz authored
-
- Jul 27, 2003
-
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Test that invalid method qualifiers in some methods does not break calls for which those methods are not applicable.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Fixed problem with RT: prefix in lispworks. Fixed bug in method combination error tests (spotted by JJGR): methods with bad method qualifiers produce late errors, not errors at method definition time. Moved some aux functions to their own files. Began adding long form define-method-combination tests (not yet loaded by default, however.)
-
- Jul 16, 2003
-
-
pfdietz authored
-
- Jul 12, 2003
-
-
pfdietz authored
Added report-and-ignore-errors forms to enable gcl to at least load the tests without aborting (although it currently dies in CLOS for some reason.) Remove reader conditions in eval-when. Reduce number of warnings when loaded with sbcl.
-
- Jul 03, 2003
-
-
pfdietz authored
-
- Jul 01, 2003
-
-
pfdietz authored
-
pfdietz authored
Begin adding notes. Add declarations to method combination tests to avoid sbcl warnings. More last/butlast/nbutlast tests.
-
pfdietz authored
-
pfdietz authored
Added note objects and logic for disabling tests with disabled notes. Still need to add printing of note names when tests fail. Changed eval-when to avoid annoying style warnings.
-
pfdietz authored
-
- Jun 30, 2003
- Jun 28, 2003
- Jun 22, 2003
-
-
pfdietz authored
-
- Jun 19, 2003
- Jun 18, 2003
- Jun 17, 2003
-
-
pfdietz authored
Enhanced the bad method qualifier tests to call the generic function, in case the error is signaled at effective method computation time.
-
pfdietz authored
Add extra class-of tests. Make compile-and-load remember what's been loaded and reload only when necessary (this will let me put a compile-and-load into files that require aux files, so it won't be necessary to compile/load the aux files separately. See search-*.lsp for examples.)
-
pfdietz authored
Fixed up some error tests by removing bogus methods. This enables the defgeneric for dmc-gf-03 to be reevaluated without error. Added some tests of identity on one argument.
-
pfdietz authored
-