Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 1030)

Ticket Resolution Summary Owner Reporter
#74 fixed Lisp menu items should be enabled in backtrace Gary Byers gz
Description

The Lisp>Restarts, etc. menu items should be enabled when the backtrace window is at the front, right now they're only enabled for listener windows.

#840 fixed Lisp non-conformance created by load Martin Brooks
Description

Start a fresh CCL 1.6 (64bit Mac OS 10.6.7) and eval the following two forms; this will work as it should.

(defstruct foo a)

(defun baz () (flet ((foo-a (x y) (+ x y))) (foo-a 1 2)))

Now put the two forms in a file, and load the file. The result is a compiler error:

? (load "Users/brooks/Desktop/test.lisp")

Error: While compiling BAZ :

Extra args (1 2) for (LAMBDA (FOO) ...), in process Listener(6).

Alternatively, if the flet defined foo-a to have a single arg, then the compiler would not complain, but subsequently eval'ing (baz) will generate a type error:

? (baz)

Error: value 2 is not of the expected type FOO.

#484 invalid Listener does not show horizontal scrollbar when made horizontally smaller by resizing window Rainer Joswig
Description

see summary

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