Slime + SBCL warnings, expected?
Nicholas Papadonis <[email protected]> Fri, 20 Mar 2020 22:28:28 -0400
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAKD0t1+j-uoyppX8+wb6JVH3KofVv_jCGPthwjGZnNTfJUFshQ@mail.gmail.com> |
--000000000000f3cd6a05a15428fb
Content-Type: text/plain; charset="UTF-8"
I'm using Slime-20200319, Emacs 26 and SBCL 1.4.16 on Debian 10.
Are the following warnings, which I saw invoking M-x slime, expected?
Thanks
(progn (load "/home/np/.emacs.d/elpa/slime-20200319.1939/swank-loader.lisp"
:verbose t) (funcall (read-from-string "swank-loader:init") :from-emacs t)
(funcall (read-from-string "swank:start-server") "/tmp/slime.8323"))
This is SBCL 1.4.16.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* ; loading #P"/home/np/.emacs.d/elpa/slime-20200319.1939/swank-loader.lisp"
WARNING:
redefining EMACS-INSPECT (#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in
DEFMETHOD
; file: /home/np/.emacs.d/elpa/slime-20200319.1939/swank/sbcl.lisp
; in: DEFUN SWANK/SBCL::MAKE-SOCKET-IO-STREAM
; (EQ :FD-HANDLER SWANK:*COMMUNICATION-STYLE*)
;
; caught WARNING:
; undefined variable: SWANK:*COMMUNICATION-STYLE*
; file: /home/np/.emacs.d/elpa/slime-20200319.1939/swank/backend.lisp
; in: SWANK/BACKEND::DEFINTERFACE SWANK/BACKEND:WAIT-FOR-INPUT
; (ERROR
; "~s not implemented. Check if ~s = ~s is supported by the
implementation."
; 'SWANK/BACKEND:WAIT-FOR-INPUT 'SWANK:*COMMUNICATION-STYLE*
; SWANK:*COMMUNICATION-STYLE*)
;
; caught WARNING:
; undefined variable: SWANK:*COMMUNICATION-STYLE*
; file: /home/np/.emacs.d/elpa/slime-20200319.1939/swank/sbcl.lisp
; in: DEFUN SWANK/SBCL::LISP-SOURCE-LOCATION
; (LET ((SWANK/SBCL::SOURCE
; (PRIN1-TO-STRING
; (SB-DEBUG::CODE-LOCATION-SOURCE-FORM
SWANK/SBCL::CODE-LOCATION 100)))
; (CONDITION SWANK:*SWANK-DEBUGGER-CONDITION*))
; (IF (AND (TYPEP CONDITION 'STEP-FORM-CONDITION)
; (SEARCH "SB-IMPL::WITH-STEPPING-ENABLED"
SWANK/SBCL::SOURCE :TEST
; #'CHAR-EQUAL)
; (SEARCH "SB-IMPL::STEP-FINISHED" SWANK/SBCL::SOURCE :TEST
; #'CHAR-EQUAL))
; (SWANK/BACKEND:MAKE-ERROR-LOCATION "Stepping...")
; (SWANK/BACKEND:MAKE-LOCATION `(:SOURCE-FORM ,SWANK/SBCL::SOURCE)
; '(:POSITION 1))))
;
; caught WARNING:
; undefined variable: SWANK:*SWANK-DEBUGGER-CONDITION*
;
; compilation unit finished
; Undefined variables:
; SWANK:*COMMUNICATION-STYLE* SWANK:*SWANK-DEBUGGER-CONDITION*
; caught 3 WARNING conditions
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-util.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-util.fasl
; compilation finished in 0:00:00.344
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-repl.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-repl.fasl
; compilation finished in 0:00:00.955
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-c-p-c.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-c-p-c.fasl
; compilation finished in 0:00:00.736
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-arglists.lisp"
(written 20 MAR 2020 05:18:17 PM):
; file:
/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-arglists.lisp
; in: DEFSTRUCT KEYWORD-ARG
; (DEFSTRUCT
; (SWANK::KEYWORD-ARG (:CONC-NAME SWANK::KEYWORD-ARG.)
; (:CONSTRUCTOR SWANK::%MAKE-KEYWORD-ARG))
; KEYWORD
; SWANK::ARG-NAME
; SWANK::DEFAULT-ARG)
; --> PROGN EVAL-WHEN
; ==>
; (SB-KERNEL::%COMPILER-DEFSTRUCT
; '#<SB-KERNEL:DEFSTRUCT-DESCRIPTION SWANK::KEYWORD-ARG {1005155953}>
; '#(#<SB-KERNEL:LAYOUT for T {50300003}>
; #<SB-KERNEL:LAYOUT for STRUCTURE-OBJECT {50300083}>))
;
; caught STYLE-WARNING:
; Previously compiled calls to SWANK::KEYWORD-ARG.KEYWORD,
; SWANK::KEYWORD-ARG.ARG-NAME and SWANK::KEYWORD-ARG.DEFAULT-ARG could
not be
; inlined because the structure definition for SWANK::KEYWORD-ARG was not
yet
; seen. To avoid this warning, DEFSTRUCT should precede references to the
; affected functions, or they must be declared locally notinline at each
call
; site.
; in: DEFSTRUCT OPTIONAL-ARG
; (DEFSTRUCT
; (SWANK::OPTIONAL-ARG (:CONC-NAME SWANK::OPTIONAL-ARG.)
; (:CONSTRUCTOR SWANK::%MAKE-OPTIONAL-ARG))
; SWANK::ARG-NAME
; SWANK::DEFAULT-ARG)
; --> PROGN EVAL-WHEN
; ==>
; (SB-KERNEL::%COMPILER-DEFSTRUCT
; '#<SB-KERNEL:DEFSTRUCT-DESCRIPTION SWANK::OPTIONAL-ARG {100557EFD3}>
; '#(#<SB-KERNEL:LAYOUT for T {50300003}>
; #<SB-KERNEL:LAYOUT for STRUCTURE-OBJECT {50300083}>))
;
; caught STYLE-WARNING:
; Previously compiled calls to SWANK::OPTIONAL-ARG.ARG-NAME and
; SWANK::OPTIONAL-ARG.DEFAULT-ARG could not be inlined because the
structure
; definition for SWANK::OPTIONAL-ARG was not yet seen. To avoid this
warning,
; DEFSTRUCT should precede references to the affected functions, or they
must be
; declared locally notinline at each call site.
; in: DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS => DEF.BODY (CDDR CURRENT-DEF)
; (CDDR SWANK::CURRENT-DEF)
; --> CDR CDR
; ==>
; SWANK::CURRENT-DEF
;
; note: deleting unreachable code
; in: DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS
; (SWANK::%COLLECT-OP/ARGL-ALIST SWANK::DEFS)
; ==>
; SWANK::DEFS
;
; note: deleting unreachable code
;
; compilation unit finished
; caught 2 STYLE-WARNING conditions
; printed 2 notes
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-arglists.fasl
; compilation finished in 0:00:11.448
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-fuzzy.lisp"
(written 20 MAR 2020 05:18:18 PM):
; file: /home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-fuzzy.lisp
; in: DEFUN RECURSIVELY-COMPUTE-MOST-COMPLETIONS
; (INCF SWANK::SHORT-INDEX)
; ==>
; (SETQ SWANK::SHORT-INDEX (+ 1 SWANK::SHORT-INDEX))
;
; note: doing signed word to integer coercion (cost 20) to SHORT-INDEX
;
; compilation unit finished
; printed 1 note
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-fuzzy.fasl
; compilation finished in 0:00:01.915
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-fancy-inspector.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-fancy-inspector.fasl
; compilation finished in 0:00:06.231
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-presentations.lisp"
(written 20 MAR 2020 05:18:17 PM):
; file:
/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-presentations.lisp
; in: EVAL-WHEN (:COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE)
; (SWANK:SWANK-REQUIRE :SWANK-REPL)
;
; caught WARNING:
; SWANK-REPL also exports the following symbols:
; (SWANK-REPL:CREATE-REPL SWANK-REPL:LISTENER-GET-VALUE
; SWANK-REPL:CLEAR-REPL-VARIABLES SWANK-REPL:LISTENER-SAVE-VALUE
; SWANK-REPL:LISTENER-EVAL SWANK-REPL:REDIRECT-TRACE-OUTPUT)
; See also:
; The ANSI Standard, Macro DEFPACKAGE
; The SBCL Manual, Variable SB-EXT:*ON-PACKAGE-VARIANCE*
;
; caught STYLE-WARNING:
; redefining THREAD-FOR-EVALUATION (#<STRUCTURE-CLASS
SWANK::MULTITHREADED-CONNECTION>
; #<SB-MOP:EQL-SPECIALIZER
:FIND-EXISTING>) in DEFMETHOD
;
; compilation unit finished
; caught 1 WARNING condition
; caught 1 STYLE-WARNING condition
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-presentations.fasl
; compilation finished in 0:00:00.636
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-presentation-streams.lisp"
(written 20 MAR 2020 05:18:17 PM):
; file:
/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-presentation-streams.lisp
; in: DEFUN PRESENTING-OBJECT-1
; (SWANK::SLIME-STREAM-P STREAM)
;
; caught STYLE-WARNING:
; undefined function: SWANK::SLIME-STREAM-P
;
; compilation unit finished
; Undefined function:
; SLIME-STREAM-P
; caught 1 STYLE-WARNING condition
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-presentation-streams.fasl
; compilation finished in 0:00:00.548
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-asdf.lisp"
(written 20 MAR 2020 05:18:17 PM):
; file: /home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-asdf.lisp
; in: ASDEFS "2.26.149"
; (SWANK::ASDEFS "2.26.149"
; (DEFMETHOD SWANK::COMPONENT-RELATIVE-PATHNAME
; ((SWANK::SYSTEM ASDF/SYSTEM:SYSTEM))
; (UIOP/BACKWARD-DRIVER:COERCE-PATHNAME
; (AND
; (SLOT-BOUNDP SWANK::SYSTEM
; 'ASDF/COMPONENT:RELATIVE-PATHNAME)
; (SLOT-VALUE SWANK::SYSTEM
; 'ASDF/COMPONENT:RELATIVE-PATHNAME))
; :TYPE :DIRECTORY :DEFAULTS
; (SWANK::SYSTEM-SOURCE-DIRECTORY SWANK::SYSTEM)))
; (DEFUN SWANK::LOAD-ASD
; (PATHNAME &KEY SWANK::NAME &ALLOW-OTHER-KEYS)
; (ASDF/BACKWARD-INTERNALS:LOAD-SYSDEF
; (OR SWANK::NAME (STRING-DOWNCASE #)) PATHNAME)))
; --> PROGN UNLESS IF IF DEFMETHOD PROGN EVAL-WHEN
SB-PCL::%DEFMETHOD-EXPANDER
; --> SB-PCL::LOAD-DEFMETHOD LIST* LET* SB-INT:NAMED-LAMBDA FUNCTION
; --> SYMBOL-MACROLET SB-PCL::FAST-LEXICAL-METHOD-FUNCTIONS
; --> SB-PCL::BIND-FAST-LEXICAL-METHOD-FUNCTIONS FLET SB-PCL::BIND-ARGS
LET*
; --> LOCALLY SYMBOL-MACROLET SB-PCL::PV-BINDING SB-PCL::PV-BINDING1
; --> SB-PCL::PV-ENV LOCALLY LET BLOCK
; ==>
; (UIOP/BACKWARD-DRIVER:COERCE-PATHNAME
; (IF (SB-PCL::OPTIMIZED-SLOT-BOUNDP
; (SLOT-BOUNDP SWANK::SYSTEM 'ASDF/COMPONENT:RELATIVE-PATHNAME)
; SWANK::SYSTEM
; (SB-PCL::INSTANCE-BOUNDP (SB-PCL::PV-OFFSET 0) SWANK::SYSTEM 0
; 'ASDF/COMPONENT:RELATIVE-PATHNAME
; '#<STANDARD-CLASS ASDF/SYSTEM:SYSTEM>))
; (SB-PCL::OPTIMIZED-SLOT-VALUE
; (SLOT-VALUE SWANK::SYSTEM 'ASDF/COMPONENT:RELATIVE-PATHNAME)
; SWANK::SYSTEM
; (SB-PCL::INSTANCE-READ (SB-PCL::PV-OFFSET 0) SWANK::SYSTEM 0
; 'ASDF/COMPONENT:RELATIVE-PATHNAME
; '#<STANDARD-CLASS ASDF/SYSTEM:SYSTEM>)))
; :TYPE :DIRECTORY :DEFAULTS (SWANK::SYSTEM-SOURCE-DIRECTORY
SWANK::SYSTEM))
;
; caught STYLE-WARNING:
; DEPRECATED-FUNCTION-STYLE-WARNING: Using deprecated function
UIOP/BACKWARD-DRIVER:COERCE-PATHNAME -- please update your code to use a
newer API.
; The docstring for this function says:
; DEPRECATED. Please use UIOP:PARSE-UNIX-NAMESTRING instead.
;
; in: DEFUN LOAD-ASD
; (ASDF/BACKWARD-INTERNALS:LOAD-SYSDEF
; (OR SWANK::NAME (STRING-DOWNCASE (PATHNAME-NAME PATHNAME))) PATHNAME)
;
; caught STYLE-WARNING:
; DEPRECATED-FUNCTION-STYLE-WARNING: Using deprecated function
ASDF/BACKWARD-INTERNALS:LOAD-SYSDEF -- please update your code to use a
newer API.
; in: DEFMETHOD XREF-DOIT ((EQL :DEPENDS-ON) T)
; (ASDF/BACKWARD-INTERFACE:SYSTEM-DEFINITION-PATHNAME SWANK::DEPENDENCY)
;
; caught STYLE-WARNING:
; DEPRECATED-FUNCTION-STYLE-WARNING: Using deprecated function
ASDF/BACKWARD-INTERFACE:SYSTEM-DEFINITION-PATHNAME -- please update your
code to use a newer API.
; The docstring for this function says:
; DEPRECATED. This function used to expose ASDF internals with subtle
; differences with respect to user expectations, that have been refactored
; away since. We recommend you use ASDF:SYSTEM-SOURCE-FILE instead for a
; mostly compatible replacement that we're supporting, or even
; ASDF:SYSTEM-SOURCE-DIRECTORY or ASDF:SYSTEM-RELATIVE-PATHNAME
; if that's whay you mean.
;
; in: DEFSLIMEFUN ASDF-SYSTEM-FILES
; (ASDF/BACKWARD-INTERFACE:SYSTEM-DEFINITION-PATHNAME SWANK::SYSTEM)
;
; caught STYLE-WARNING:
; DEPRECATED-FUNCTION-STYLE-WARNING: Using deprecated function
ASDF/BACKWARD-INTERFACE:SYSTEM-DEFINITION-PATHNAME -- please update your
code to use a newer API.
; The docstring for this function says:
; DEPRECATED. This function used to expose ASDF internals with subtle
; differences with respect to user expectations, that have been refactored
; away since. We recommend you use ASDF:SYSTEM-SOURCE-FILE instead for a
; mostly compatible replacement that we're supporting, or even
; ASDF:SYSTEM-SOURCE-DIRECTORY or ASDF:SYSTEM-RELATIVE-PATHNAME
; if that's whay you mean.
;
; file: /home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-asdf.lisp
; in: DEFUN LOAD-SYSDEF
; (ASDF/INTERFACE::MAKE-TEMPORARY-PACKAGE)
;
; caught STYLE-WARNING:
; undefined function: ASDF/INTERFACE::MAKE-TEMPORARY-PACKAGE
;
; compilation unit finished
; Undefined function:
; ASDF/INTERFACE::MAKE-TEMPORARY-PACKAGE
; caught 5 STYLE-WARNING conditions
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-asdf.fasl
; compilation finished in 0:00:06.484
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-package-fu.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-package-fu.fasl
; compilation finished in 0:00:00.141
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-hyperdoc.lisp"
(written 20 MAR 2020 05:18:18 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-hyperdoc.fasl
; compilation finished in 0:00:00.061
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-sbcl-exts.lisp"
(written 20 MAR 2020 05:18:18 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-sbcl-exts.fasl
; compilation finished in 0:00:00.307
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-mrepl.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-mrepl.fasl
; compilation finished in 0:00:00.536
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-trace-dialog.lisp"
(written 20 MAR 2020 05:18:17 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-trace-dialog.fasl
; compilation finished in 0:00:00.610
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-macrostep.lisp"
(written 20 MAR 2020 05:18:18 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-macrostep.fasl
; compilation finished in 0:00:00.912
; compiling file
"/home/np/.emacs.d/elpa/slime-20200319.1939/contrib/swank-quicklisp.lisp"
(written 20 MAR 2020 05:18:18 PM):
; wrote
/home/np/.slime/fasl/2.24/sbcl-1.4.16.debian-linux-x86-64/contrib/swank-quicklisp.fasl
; compilation finished in 0:00:00.025
;; Swank started at port: 43191.
43191
*
--000000000000f3cd6a05a15428fb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div dir=3D"ltr"><p style=3D"margin:0px;font-stretch:norma=
l;font-size:12px;line-height:normal;font-family:Helvetica">I'm using Sl=
ime-20200319, Emacs 26 and SBCL 1.4.16 on Debian 10.</p><p style=3D"margin:=
0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helve=
tica"><br></p><p style=3D"margin:0px;font-stretch:normal;font-size:12px;lin=
e-height:normal;font-family:Helvetica">Are the following warnings, which I =
saw invoking M-x slime, expected?</p><p style=3D"margin:0px;font-stretch:no=
rmal;font-size:12px;line-height:normal;font-family:Helvetica"><br></p><p st=
yle=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:normal;fon=
t-family:Helvetica">Thanks</p><p style=3D"margin:0px;font-stretch:normal;fo=
nt-size:12px;line-height:normal;font-family:Helvetica"><br></p><p style=3D"=
margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-famil=
y:Helvetica">(progn (load "/home/np/.emacs.d/elpa/slime-20200319.1939/=
swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-=
loader:init") :from-emacs t) (funcall (read-from-string "swank:st=
art-server") "/tmp/slime.8323"))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">This is SBCL 1.4.16.debian, an implementation of A=
NSI Common Lisp.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">More information about SBCL is available at <<a=
href=3D"http://www.sbcl.org/">http://www.sbcl.org/</a>>.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">SBCL is free software, provided as is, with absolu=
tely no warranty.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">It is mostly in the public domain; some portions a=
re provided under</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">BSD-style licenses.=C2=A0 See the CREDITS and COPY=
ING files in the</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">distribution for more information.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">* ; loading #P"/home/np/.emacs.d/elpa/slime-2=
0200319.1939/swank-loader.lisp"</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">=C2=A0=C2=A0 redefining EMACS-INSPECT (#<SB-PCL=
:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/swank/sbcl.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFUN SWANK/SBCL::MAKE-SOCKET-IO-STREAM</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (EQ :FD-HANDLER SWANK:*COMMUNICATI=
ON-STYLE*)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 undefined variable: SWANK:*COMMUNICATION-=
STYLE*</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/swank/backend.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: SWANK/BACKEND::DEFINTERFACE SWANK/BACKEND:WA=
IT-FOR-INPUT</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (ERROR</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 "~s not implemented. Ch=
eck if ~s =3D ~s is supported by the implementation."</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 'SWANK/BACKEND:WAIT-FOR-=
INPUT 'SWANK:*COMMUNICATION-STYLE*</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 SWANK:*COMMUNICATION-STYLE*)=
</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 undefined variable: SWANK:*COMMUNICATION-=
STYLE*</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/swank/sbcl.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFUN SWANK/SBCL::LISP-SOURCE-LOCATION</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (LET ((SWANK/SBCL::SOURCE</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (PRIN1-=
TO-STRING</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SB-DE=
BUG::CODE-LOCATION-SOURCE-FORM SWANK/SBCL::CODE-LOCATION 100)))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (CONDITION SW=
ANK:*SWANK-DEBUGGER-CONDITION*))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 (IF (AND (TYPEP CONDITION &=
#39;STEP-FORM-CONDITION)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 (SEARCH "SB-IMPL::WITH-STEPPING-ENABLED" SWANK/SBCL::SOURC=
E :TEST</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 #'CHAR-EQUAL)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 (SEARCH "SB-IMPL::STEP-FINISHED" SWANK/SBCL::SOURCE :TEST<=
/p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 #'CHAR-EQUAL))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SWANK/BACKEN=
D:MAKE-ERROR-LOCATION "Stepping...")</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SWANK/BACKEN=
D:MAKE-LOCATION `(:SOURCE-FORM ,SWANK/SBCL::SOURCE)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 '(:POSITION 1))))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 undefined variable: SWANK:*SWANK-DEBUGGER=
-CONDITION*</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation unit finished</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 Undefined variables:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 SWANK:*COMMUNICATION-STYLE* SWANK:=
*SWANK-DEBUGGER-CONDITION*</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 caught 3 WARNING conditions</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-util.lisp" (written 20 MAR 2020 05:18:17=
PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-util.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.344</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-repl.lisp" (written 20 MAR 2020 05:18:17=
PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-repl.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.955</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-c-p-c.lisp" (written 20 MAR 2020 05:18:1=
7 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-c-p-c.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.736</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-arglists.lisp" (written 20 MAR 2020 05:1=
8:17 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/contrib/swank-arglists.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFSTRUCT KEYWORD-ARG</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (DEFSTRUCT</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SWANK::KEYWORD-ARG =
(:CONC-NAME SWANK::KEYWORD-ARG.)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (:CONSTRUCTOR =
SWANK::%MAKE-KEYWORD-ARG))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 KEYWORD</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 SWANK::ARG-NAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 SWANK::DEFAULT-ARG)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> PROGN EVAL-WHEN=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =3D=3D></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 (SB-KERNEL::%COMPILER-DEFSTRUCT</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 '#<SB-KERNEL:DEFSTRUCT-DESCR=
IPTION SWANK::KEYWORD-ARG {1005155953}></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 '#(#<SB-KERNEL:LAYOUT for T =
{50300003}></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 #<SB-KERNEL:LAYOUT for S=
TRUCTURE-OBJECT {50300083}>))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 Previously compiled calls to SWANK::KEYWO=
RD-ARG.KEYWORD,</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 SWANK::KEYWORD-ARG.ARG-NAME and SWANK::KE=
YWORD-ARG.DEFAULT-ARG could not be</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 inlined because the structure definition =
for SWANK::KEYWORD-ARG was not yet</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 seen. To avoid this warning, DEFSTRUCT sh=
ould precede references to the</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 affected functions, or they must be decla=
red locally notinline at each call</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 site.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFSTRUCT OPTIONAL-ARG</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (DEFSTRUCT</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SWANK::OPTIONAL-ARG=
(:CONC-NAME SWANK::OPTIONAL-ARG.)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (:CONSTRUCTOR =
SWANK::%MAKE-OPTIONAL-ARG))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 SWANK::ARG-NAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 SWANK::DEFAULT-ARG)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> PROGN EVAL-WHEN=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =3D=3D></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 (SB-KERNEL::%COMPILER-DEFSTRUCT</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 '#<SB-KERNEL:DEFSTRUCT-DESCR=
IPTION SWANK::OPTIONAL-ARG {100557EFD3}></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 '#(#<SB-KERNEL:LAYOUT for T =
{50300003}></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 #<SB-KERNEL:LAYOUT for S=
TRUCTURE-OBJECT {50300083}>))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 Previously compiled calls to SWANK::OPTIO=
NAL-ARG.ARG-NAME and</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 SWANK::OPTIONAL-ARG.DEFAULT-ARG could not=
be inlined because the structure</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 definition for SWANK::OPTIONAL-ARG was no=
t yet seen. To avoid this warning,</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEFSTRUCT should precede references to th=
e affected functions, or they must be</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 declared locally notinline at each call s=
ite.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS =3D>=
DEF.BODY (CDDR CURRENT-DEF)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (CDDR SWANK::CURRENT-DEF)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> CDR CDR=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =3D=3D></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 SWANK::CURRENT-DEF</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; note: deleting unreachable code</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (SWANK::%COLLECT-OP/ARGL-ALIST SWA=
NK::DEFS)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =3D=3D></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 SWANK::DEFS</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; note: deleting unreachable code</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation unit finished</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 caught 2 STYLE-WARNING conditions</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 printed 2 notes</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-arglists.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:11.448</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-fuzzy.lisp" (written 20 MAR 2020 05:18:1=
8 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/contrib/swank-fuzzy.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFUN RECURSIVELY-COMPUTE-MOST-COMPLETIONS</=
p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (INCF SWANK::SHORT-INDEX)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =3D=3D></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 (SETQ SWANK::SHORT-INDEX (+ 1 SWANK::SHOR=
T-INDEX))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; note: doing signed word to integer coercion (cos=
t 20) to SHORT-INDEX</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation unit finished</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 printed 1 note</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-fuzzy.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:01.915</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-fancy-inspector.lisp" (written 20 MAR 20=
20 05:18:17 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-fancy-inspector.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:06.231</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-presentations.lisp" (written 20 MAR 2020=
05:18:17 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/contrib/swank-presentations.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: EVAL-WHEN (:COMPILE-TOPLEVEL :LOAD-TOPLEVEL =
:EXECUTE)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (SWANK:SWANK-REQUIRE :SWANK-REPL)<=
/p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 SWANK-REPL also exports the following sym=
bols:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (SWANK-REPL:CREATE-REPL SWANK-REPL=
:LISTENER-GET-VALUE</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 SWANK-REPL:CLEAR-REPL-VARIAB=
LES SWANK-REPL:LISTENER-SAVE-VALUE</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 SWANK-REPL:LISTENER-EVAL SWA=
NK-REPL:REDIRECT-TRACE-OUTPUT)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 See also:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 The ANSI Standard, Macro DEFPACKAG=
E</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 The SBCL Manual, Variable SB-EXT:*=
ON-PACKAGE-VARIANCE*</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 redefining THREAD-FOR-EVALUATION (#<ST=
RUCTURE-CLASS SWANK::MULTITHREADED-CONNECTION></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 #<SB-MOP:EQL-SPECIALIZER :FIND-EXISTING>) in DEFMETHOD</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation unit finished</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 caught 1 WARNING condition</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 caught 1 STYLE-WARNING condition</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-presentations.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.636</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-presentation-streams.lisp" (written 20 M=
AR 2020 05:18:17 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/contrib/swank-presentation-streams.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFUN PRESENTING-OBJECT-1</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (SWANK::SLIME-STREAM-P STREAM)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 undefined function: SWANK::SLIME-STREAM-P=
</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation unit finished</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 Undefined function:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 SLIME-STREAM-P</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 caught 1 STYLE-WARNING condition</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-presentation-streams.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.548</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-asdf.lisp" (written 20 MAR 2020 05:18:17=
PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/contrib/swank-asdf.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: ASDEFS "2.26.149"</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (SWANK::ASDEFS "2.26.149"=
;</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 (DEFMETHOD SWANK::COMPONENT-RELATIVE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ((SWANK::SYSTEM AS=
DF/SYSTEM:SYSTEM))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (UIOP/BACKWARD-DRIVER:COERCE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (AND</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SLOT-BOUNDP SWANK::SYSTEM</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 'ASDF/COMPONENT:RELATIVE-PATHNAME)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SLOT-VALUE SWANK::SYSTEM</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 'ASDF/COMPONENT:RELATIVE-PATHNAME))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 :TYPE :DIRECTORY :DEFAULTS</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (SWANK::SYSTEM-SOURCE-DIRECTORY SWANK::SYSTEM)=
))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 (DEFUN SWANK::LOAD-ASD</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (PATHNAME &KEY SWANK::NAME &=
amp;ALLOW-OTHER-KEYS)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (ASDF/BACKWARD-INTERNALS:LOAD-SYSDEF</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (OR SWANK::NAME (STRING-DOWNCASE #)) PATHNAME)=
))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> PROGN UNLESS IF IF DEFMETHOD PROGN EVAL-W=
HEN SB-PCL::%DEFMETHOD-EXPANDER=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> SB-PCL::LOAD-DEFMETHOD LIST* LET* SB-INT:=
NAMED-LAMBDA FUNCTION=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> SYMBOL-MACROLET SB-PCL::FAST-LEXICAL-METH=
OD-FUNCTIONS=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> SB-PCL::BIND-FAST-LEXICAL-METHOD-FUNCTION=
S FLET SB-PCL::BIND-ARGS LET*=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> LOCALLY SYMBOL-MACROLET SB-PCL::PV-BINDIN=
G SB-PCL::PV-BINDING1=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; --> SB-PCL::PV-ENV LOCALLY LET BLOCK=C2=A0</p=
>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =3D=3D></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 (UIOP/BACKWARD-DRIVER:COERCE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 (IF (SB-PCL::OPTIMIZED-SLOT-BOUNDP<=
/p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SLOT-BOUNDP SWANK::=
SYSTEM 'ASDF/COMPONENT:RELATIVE-PATHNAME)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 SWANK::SYSTEM</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SB-PCL::INSTANCE-BO=
UNDP (SB-PCL::PV-OFFSET 0) SWANK::SYSTEM 0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 '=
ASDF/COMPONENT:RELATIVE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 '=
#<STANDARD-CLASS ASDF/SYSTEM:SYSTEM>))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 (SB-PCL::OPTIMIZED-SL=
OT-VALUE</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SLOT-VALUE SWANK::S=
YSTEM 'ASDF/COMPONENT:RELATIVE-PATHNAME)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 SWANK::SYSTEM</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 =C2=A0 =C2=A0 (SB-PCL::INSTANCE-RE=
AD (SB-PCL::PV-OFFSET 0) SWANK::SYSTEM 0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 'ASDF/CO=
MPONENT:RELATIVE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 '#<ST=
ANDARD-CLASS ASDF/SYSTEM:SYSTEM>)))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 :TYPE :DIRECTORY :DEFAULTS (SWANK::=
SYSTEM-SOURCE-DIRECTORY SWANK::SYSTEM))</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED-FUNCTION-STYLE-WARNING: Using =
deprecated function UIOP/BACKWARD-DRIVER:COERCE-PATHNAME -- please update y=
our code to use a newer API.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 The docstring for this function says:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED. Please use UIOP:PARSE-UNIX-NA=
MESTRING instead.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFUN LOAD-ASD</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (ASDF/BACKWARD-INTERNALS:LOAD-SYSD=
EF</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0 =C2=A0 (OR SWANK::NAME (STRING-DOWN=
CASE (PATHNAME-NAME PATHNAME))) PATHNAME)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED-FUNCTION-STYLE-WARNING: Using =
deprecated function ASDF/BACKWARD-INTERNALS:LOAD-SYSDEF -- please update yo=
ur code to use a newer API.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFMETHOD XREF-DOIT ((EQL :DEPENDS-ON) T)</p=
>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (ASDF/BACKWARD-INTERFACE:SYSTEM-DE=
FINITION-PATHNAME SWANK::DEPENDENCY)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED-FUNCTION-STYLE-WARNING: Using =
deprecated function ASDF/BACKWARD-INTERFACE:SYSTEM-DEFINITION-PATHNAME -- p=
lease update your code to use a newer API.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 The docstring for this function says:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED. This function used to expose =
ASDF internals with subtle</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 differences with respect to user expectat=
ions, that have been refactored</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 away since. We recommend you use ASDF:SYS=
TEM-SOURCE-FILE instead for a</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 mostly compatible replacement that we'=
;re supporting, or even</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 ASDF:SYSTEM-SOURCE-DIRECTORY or ASDF:SYST=
EM-RELATIVE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 if that's whay you mean.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFSLIMEFUN ASDF-SYSTEM-FILES</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (ASDF/BACKWARD-INTERFACE:SYSTEM-DE=
FINITION-PATHNAME SWANK::SYSTEM)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED-FUNCTION-STYLE-WARNING: Using =
deprecated function ASDF/BACKWARD-INTERFACE:SYSTEM-DEFINITION-PATHNAME -- p=
lease update your code to use a newer API.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 The docstring for this function says:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 DEPRECATED. This function used to expose =
ASDF internals with subtle</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 differences with respect to user expectat=
ions, that have been refactored</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 away since. We recommend you use ASDF:SYS=
TEM-SOURCE-FILE instead for a</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 mostly compatible replacement that we'=
;re supporting, or even</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 ASDF:SYSTEM-SOURCE-DIRECTORY or ASDF:SYST=
EM-RELATIVE-PATHNAME</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 if that's whay you mean.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0 =C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; file: /home/np/.emacs.d/elpa/slime-20200319.1939=
/contrib/swank-asdf.lisp</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; in: DEFUN LOAD-SYSDEF</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 (ASDF/INTERFACE::MAKE-TEMPORARY-PA=
CKAGE)</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; caught STYLE-WARNING:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 undefined function: ASDF/INTERFACE::MAKE-=
TEMPORARY-PACKAGE</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;=C2=A0</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation unit finished</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 Undefined function:</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 =C2=A0 ASDF/INTERFACE::MAKE-TEMPORARY-PAC=
KAGE</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; =C2=A0 caught 5 STYLE-WARNING conditions</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-asdf.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:06.484</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-package-fu.lisp" (written 20 MAR 2020 05=
:18:17 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-package-fu.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.141</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-hyperdoc.lisp" (written 20 MAR 2020 05:1=
8:18 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-hyperdoc.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.061</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-sbcl-exts.lisp" (written 20 MAR 2020 05:=
18:18 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-sbcl-exts.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.307</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-mrepl.lisp" (written 20 MAR 2020 05:18:1=
7 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-mrepl.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.536</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-trace-dialog.lisp" (written 20 MAR 2020 =
05:18:17 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-trace-dialog.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.610</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-macrostep.lisp" (written 20 MAR 2020 05:=
18:18 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-macrostep.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.912</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compiling file "/home/np/.emacs.d/elpa/slim=
e-20200319.1939/contrib/swank-quicklisp.lisp" (written 20 MAR 2020 05:=
18:18 PM):</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica;min-height:14px"><br></p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; wrote /home/np/.slime/fasl/2.24/sbcl-1.4.16.debi=
an-linux-x86-64/contrib/swank-quicklisp.fasl</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">; compilation finished in 0:00:00.025</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">;; Swank started at port: 43191.</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">43191</p>
<p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:norma=
l;font-family:Helvetica">*=C2=A0</p></div></div>
--000000000000f3cd6a05a15428fb--