Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
277835c8
Commit
277835c8
authored
May 29, 2008
by
Gary King
Browse files
Removed hyperdoc and its relations; thanks to Robert Goldman
parent
23d62d02
Changes
2
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
277835c8
;;; This is asdf: Another System Definition Facility. $Revision: 1.11
7
$
;;; This is asdf: Another System Definition Facility. $Revision: 1.11
8
$
;;;
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; <cclan-list@lists.sf.net>. But note first that the canonical
...
...
@@ -40,7 +40,6 @@
(
defpackage
#:asdf
(
:export
#:defsystem
#:oos
#:operate
#:find-system
#:run-shell-command
#:system-definition-pathname
#:find-component
; miscellaneous
#:hyperdocumentation
#:hyperdoc
#:compile-op
#:load-op
#:load-source-op
#:test-system-version
#:test-op
...
...
@@ -117,7 +116,7 @@
(
in-package
#:asdf
)
(
defvar
*asdf-revision*
(
let*
((
v
"$Revision: 1.11
7
$"
)
(
defvar
*asdf-revision*
(
let*
((
v
"$Revision: 1.11
8
$"
)
(
colon
(
or
(
position
#\:
v
)
-1
))
(
dot
(
position
#\.
v
)))
(
and
v
colon
dot
...
...
@@ -1292,14 +1291,6 @@ output to *VERBOSE-OUT*. Returns the shell's exit code."
(
error
"RUN-SHELL-PROGRAM not implemented for this Lisp"
)
))
(
defgeneric
hyperdocumentation
(
package
name
doc-type
))
(
defmethod
hyperdocumentation
((
package
symbol
)
name
doc-type
)
(
hyperdocumentation
(
find-package
package
)
name
doc-type
))
(
defun
hyperdoc
(
name
doc-type
)
(
hyperdocumentation
(
symbol-package
name
)
name
doc-type
))
(
defun
system-source-file
(
system-name
)
(
let
((
system
(
asdf:find-system
system-name
)))
(
make-pathname
...
...
asdf.texinfo
View file @
277835c8
...
...
@@ -1026,16 +1026,6 @@ location of the system's source file and the relative pathname. For example
#
P
"/repository/other/cl-ppcre/regex.data"
@
end
lisp
@
item
hyperdocumentation
to
be
documented
@
item
hyperdoc
to
be
documented
@
end
enumerate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment