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
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
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
asdf
asdf
Commits
1b977e1a
Commit
1b977e1a
authored
Oct 05, 2018
by
Robert P. Goldman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typos in package-inferred-systems.
parent
7a28939e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/asdf.texinfo
doc/asdf.texinfo
+2
-2
No files found.
doc/asdf.texinfo
View file @
1b977e1a
...
...
@@ -2083,7 +2083,7 @@ has many options that are useful in system definitions,
such
as
@
code
{:
use
-
reexport
}
and
@
code
{:
mix
-
reexport
}
that
allow
for
``
inheritance
''
of
symbols
being
exported
.
In
@
code
{
my
-
lib
}
example
above
,
@
file
{
my
-
lib
/
interface
/
all
.
lisp
}
(
and
In
the
@
code
{
my
-
lib
}
example
above
,
@
file
{
my
-
lib
/
interface
/
all
.
lisp
}
(
and
other
@
code
{
all
.
lisp
})
will
reexport
all
the
symbols
from
the
packages
at
the
same
or
lower
levels
of
the
hierarchy
.
This
can
be
done
with
@
code
{:
use
-
reexport
},
as
follows
:
...
...
@@ -2100,7 +2100,7 @@ done with @code{:use-reexport}, as follows:
:
my
-
lib
/
interface
/
monad
/
continuation
))
@
end
example
Not
only
does
this
simplify
package
referenc
d
es
,
it
also
means
that
Not
only
does
this
simplify
package
references
,
it
also
means
that
you
have
only
to
refer
to
each
@
code
{
my
-
lib
/.../
all
}
system
in
the
toplevel
system
,
and
ASDF
will
find
all
the
implied
dependencies
.
...
...
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