0.7.0.6:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 23 Jan 2002 23:13:14 +0000 (23:13 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 23 Jan 2002 23:13:14 +0000 (23:13 +0000)
commita8f0175b16a00f5fc83eb8d8a718ae7fc5497514
treeea2b93465529f9483723d3a332d3cceb0e2bcc9d
parent7cec182a00d4143dc7cfd43fc55c6691e356e609
0.7.0.6:
APD bug 111 patch sbcl-devel 2001-12-30
APD PCL INHIBIT-WARNINGS patch ("Re: [sbcl-devel] sbcl style"
sbcl-devel 2002-01-23)
nibbling away at bug 137: making functions defined by
DEFMETHOD have debug names not e.g.
"#'(LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. COMMON-LISP-USER::X) (DECLARE #) ...)"
but instead (:METHOD FOO (INTEGER))...
...added NAME-METHOD-LAMBDA and BODY-METHOD-NAME, and used 'em
...tweaked %METHOD-NAME declared values to look more like
modern CLOS syntax
...made NAMED-LAMBDA treat not-legal-as-source-name names as
debug names, so it barfeth not when fed method names
...tweaked BACKTRACE printing so that it won't truncate the
shiny new method names into e.g. (:METHOD FOO #)
deleted unused WALK-NAMED-LAMBDA
14 files changed:
BUGS
NEWS
TODO
src/code/debug.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1opt.lisp
src/pcl/boot.lisp
src/pcl/cache.lisp
src/pcl/fast-init.lisp
src/pcl/macros.lisp
src/pcl/vector.lisp
src/pcl/walk.lisp
tests/clocc-ansi-test-known-bugs.lisp
version.lisp-expr