Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (799 - 801 of 1030)

Ticket Resolution Summary Owner Reporter
#775 fixed freebsd test suite failures R. Matthew Emerson
Description

The freebsd ports have a few test failures:

32 bit:

6 out of 21863 total tests failed: 
   CL-TEST::FUNCALL.ERROR.1, CL-TEST::FUNCALL.ERROR.2, CL-TEST::FUNCALL.ERROR.3, 
   CL-TEST::EXP.ERROR.6, CL-TEST::EXP.ERROR.7, CL-TEST::LISTEN.7.

see: http://setf.clozure.com:8010/builders/freebsdx8632/builds/1/steps/shell_3/logs/stdio

64-bit:

1 out of 21869 total tests failed: 
   CL-TEST::LISTEN.7.

see: http://setf.clozure.com:8010/builders/freebsdx8664/builds/1/steps/shell_3/logs/stdio

#1097 notabug function watch documentation error drunkedcat
Description

The documentation of function 'watch' is wrong. It says


? (defvar *s* "xxxxx") *S* ? (watch *s*) "xxxxx"


but it should be ======= ? (watch (quote *s*)) =======

#764 invalid function with proclaimed return type NIL causes a warning when uses as a defstruct slot initializer Nikodemus Siivola
Description

Compiling a file with code such as following causes a full warning and a tertiary value of T from COMPILE-FILE.

(declaim (ftype (function () nil) arg-missing)) (defun arg-missing ()

(error "missing arg!"))

(defstruct foo

(bar (arg-missing)))

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.