[slime-cvs] CVS slime
CVS User sboukarev
sboukarev at common-lisp.net
Sun Aug 9 16:10:17 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv21640
Modified Files:
ChangeLog swank.asd
Log Message:
* swank.asd (asdf:perform): don't call `swank-loader:init' with
:setup nil, because it doesn't get contribs compiled, and some other
configuration steps are omitted.
--- /project/slime/cvsroot/slime/ChangeLog 2009/08/09 14:07:47 1.1825
+++ /project/slime/cvsroot/slime/ChangeLog 2009/08/09 16:10:17 1.1826
@@ -1,5 +1,9 @@
2009-08-09 Stas Boukarev <stassats at gmail.com>
+ * swank.asd (asdf:perform): don't call `swank-loader:init' with
+ :setup nil, because it doesn't get contribs compiled, and some other
+ configuration steps are omitted.
+
* slime.el (slime-profile-by-substring): new function for profiling
functions by matching a substring.
--- /project/slime/cvsroot/slime/swank.asd 2008/04/17 15:21:57 1.9
+++ /project/slime/cvsroot/slime/swank.asd 2009/08/09 16:10:17 1.10
@@ -32,8 +32,7 @@
(load (asdf::component-pathname f))
(funcall (read-from-string "swank-loader::init")
:reload (asdf::operation-forced o)
- :delete (asdf::operation-forced o)
- :setup nil))
+ :delete (asdf::operation-forced o)))
(asdf:defsystem :swank
:default-component-class swank-loader-file
More information about the slime-cvs
mailing list