Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hugo Ishimaru
asdf
Commits
db9cf07e
Commit
db9cf07e
authored
Sep 21, 2016
by
Robert Goldman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typos and added a definition of "registered."
parent
e61f3cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
find-system.lisp
find-system.lisp
+6
-4
No files found.
find-system.lisp
View file @
db9cf07e
...
...
@@ -82,11 +82,13 @@ NB: The onus is unhappily on the user to avoid clashes."
;;; Registry of Defined Systems
(
defvar
*defined-systems*
(
make-hash-table
:test
'equal
)
"This is a hash table whose keys are strings
, being
the
names of
the systems,
and whose values are pairs, the first
"This is a hash table whose keys are strings
--
the
names of
systems --
and whose values are pairs, the first
element of which is a universal-time indicating when the
system definition was last updated, and the second element
of which is a system object."
)
of which is a system object.
A system is referred to as \"registered\" if it is present
in this table."
)
(
defun
system-registered-p
(
name
)
"Return a generalized boolean that is true if a system of given NAME was registered already.
...
...
@@ -405,7 +407,7 @@ Going forward, we recommend new users should be using the source-registry.")
(
defun
load-asd
(
pathname
&key
name
(
external-format
(
encoding-external-format
(
detect-encoding
pathname
)))
&aux
(
readtable
*readtable*
)
(
print-pprint-dispatch
*print-pprint-dispatch*
))
"Load system
s
definitions from PATHNAME.
"Load system definitions from PATHNAME.
NAME if supplied is the name of a system expected to be defined in that file.
Do NOT try to load a .asd file directly with CL:LOAD. Always use ASDF:LOAD-ASD."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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