Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
asdf
Commits
ef449190
Commit
ef449190
authored
Oct 07, 2018
by
Hugo Ishimaru
Browse files
Fix minor typos in the section package-inferred-system
parent
04ae0f38
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
ef449190
...
@@ -2038,7 +2038,7 @@ ASDF can tell that this file/system depends on system @code{closer-mop} (registe
...
@@ -2038,7 +2038,7 @@ ASDF can tell that this file/system depends on system @code{closer-mop} (registe
How
can
ASDF
find
the
file
@
file
{
interface
/
order
.
lisp
}
from
the
How
can
ASDF
find
the
file
@
file
{
interface
/
order
.
lisp
}
from
the
toplevel
system
@
code
{
my
-
lib
},
however
?
In
the
example
above
,
toplevel
system
@
code
{
my
-
lib
},
however
?
In
the
example
above
,
@
file
{
interface
/
all
.
lisp
}
(
and
other
@
cod
e
{
all
.
lisp
})
reexport
@
file
{
interface
/
all
.
lisp
}
(
and
other
@
fil
e
{
all
.
lisp
})
reexport
all
the
symbols
exported
from
the
packages
at
the
same
or
lower
levels
all
the
symbols
exported
from
the
packages
at
the
same
or
lower
levels
of
the
hierarchy
.
This
can
be
easily
done
with
of
the
hierarchy
.
This
can
be
easily
done
with
@
code
{
uiop
:
define
-
package
},
which
has
many
options
that
prove
useful
in
this
@
code
{
uiop
:
define
-
package
},
which
has
many
options
that
prove
useful
in
this
...
@@ -2066,14 +2066,13 @@ ASDF also detects dependencies from @code{:import-from} clauses.
...
@@ -2066,14 +2066,13 @@ ASDF also detects dependencies from @code{:import-from} clauses.
You may thus import a well-defined set of symbols from an existing
You may thus import a well-defined set of symbols from an existing
package, and ASDF will know to load the system that provides that
package, and ASDF will know to load the system that provides that
package. In the following example, ASDF will infer that the current
package. In the following example, ASDF will infer that the current
system depends on
system depends on @code{foo/baz} from the first @code{:import-from}.
@code{''foo/bar''} from the first @code{:import-from}.
If you prefer to use any such symbol fully qualified by a package prefix,
If you prefer to use any such symbol fully qualified by a package prefix,
you may declare a dependency on such a package and its corresponding system
you may declare a dependency on such a package and its corresponding system
via an @code{:import-from} clause with an empty list of symbols. For
via an @code{:import-from} clause with an empty list of symbols. For
example, if we preferred to use the name `foo/quux:bletch`, the second,
example, if we preferred to use the name `foo/quux:bletch`, the second,
empty, @code{:import-from} form would cause ASDF to load
empty, @code{:import-from} form would cause ASDF to load
@code{
''
foo/quux
''
}.
@code{foo/quux}.
@example
@example
(defpackage :foo/bar
(defpackage :foo/bar
...
...
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