File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22* ~
33quicklisp.tar
44quicklisp.tar.gz
5+ asdf.lisp. *
6+ cache
7+ client-info.sexp
8+ dists
9+ local-projects
10+ retired
11+ tmp
Original file line number Diff line number Diff line change 132132 (when (and (consp form)
133133 (eq (first form) ' cl:defpackage)
134134 (ignore-errors (string (second form))))
135- (show-package (second form)))
135+ (show-package (second form)))
136136 (incf seen-so-far)
137137 (when (<= forms-per-char seen-so-far)
138138 (setf seen-so-far 0 )
158158 (call-with-macroexpand-progress
159159 (lambda ()
160160 (format t " ~& ; Loading ~S~% " (name strategy))
161- (asdf :oos ' asdf: load-op (name strategy) :verbose nil ))))
161+ (asdf :load-system (name strategy) :verbose nil ))))
162162
163163(defun autoload-system-and-dependencies (name &key prompt)
164164 " Try to load the system named by NAME, automatically loading any
You can’t perform that action at this time.
0 commit comments