On Wed, 10 Aug 2005 14:34:32 +0200, Edi Weitz edi@agharta.de said:
Edi> On Wed, 10 Aug 2005 13:22:22 +0100, Martin Simmons martin@lispworks.com wrote:
The debugger's idea of the args to EDITOR::DISPLAY-COMPILE-FILE-STATUS might be bogus, so the output from tracing COMPILE-FILE and EDITOR::DISPLAY-COMPILE-FILE-STATUS would be useful.
Edi> See below. This is what is written to the output pane up to the point Edi> where the error occurs.
Edi> 0 COMPILE-FILE > ...
COMPILER::INPUT-FILE : #<EDITOR::EDITOR-REGION-STREAM #<EDITOR:BUFFER foo.lisp> 20683C14> COMPILER::IN-MEMORY : T :PARTIALP : T :FASL-P : NIL COMPILER::REAL-SOURCE-FILE-NAME : #P"C:/tmp/foo.lisp" :PROGRESS-HOOK : #<closure (SUBFUNCTION 1 EDITOR::PANE-PROGRESS-HOOK) 206AB25A>
Edi> ;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 0 Edi> ;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3 Edi> ;;; Source level debugging is on Edi> ;;; Source file recording is on Edi> ;;; Cross referencing is on Edi> ; (TOP-LEVEL-FORM 1) Edi> ; TRANSPOSE-LISTS-EDI Edi> 0 COMPILE-FILE < ... Edi> << VALUE-0 : NIL
Ah right, that would be the fault of someone called "eweitz" then :-)
I've commited a change to swank-lispworks.lisp that should fix it.
__Martin