Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Moringen
asdf
Commits
5c102243
Commit
5c102243
authored
14 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Documentation tweaks
parent
023ed0b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/asdf.texinfo
+10
-6
10 additions, 6 deletions
doc/asdf.texinfo
doc/index.html
+1
-1
1 addition, 1 deletion
doc/index.html
with
11 additions
and
7 deletions
doc/asdf.texinfo
+
10
−
6
View file @
5c102243
...
@@ -206,7 +206,10 @@ Consult your Lisp implementation's documentation for details.
...
@@ -206,7 +206,10 @@ Consult your Lisp implementation's documentation for details.
Hopefully, ASDF 2 will soon be bundled with every Common Lisp implementation,
Hopefully, ASDF 2 will soon be bundled with every Common Lisp implementation,
and you can load it that way.
and you can load it that way.
If it is not, see @pxref
{
Loading ASDF,,Loading an otherwise installed ASDF
}
below.
if you are using the latest version of your Lisp vendor's software,
you may also send a bug report to your Lisp vendor and complain about
their failing to provide ASDF.
@section Checking whether ASDF is loaded
@section Checking whether ASDF is loaded
...
@@ -239,7 +242,7 @@ If it returns the keyword @code{:OLD},
...
@@ -239,7 +242,7 @@ If it returns the keyword @code{:OLD},
then you're using an old version of ASDF (from before 1.635).
then you're using an old version of ASDF (from before 1.635).
If it returns @code
{
NIL
}
then ASDF is not installed.
If it returns @code
{
NIL
}
then ASDF is not installed.
If you are running a version older than 2.00
0
,
If you are running a version older than 2.00
4
,
we recommend that you load a newer ASDF using the method below.
we recommend that you load a newer ASDF using the method below.
...
@@ -2871,7 +2874,7 @@ In the meantime, you can load @file{asdf.lisp} directly.
...
@@ -2871,7 +2874,7 @@ In the meantime, you can load @file{asdf.lisp} directly.
@subsection ``I'm a Common Lisp implementation vendor. When and how should I upgrade ASDF?''
@subsection ``I'm a Common Lisp implementation vendor. When and how should I upgrade ASDF?''
Starting with current candidate releases of ASDF
2
,
Starting with current candidate releases of ASDF
2
,
it should always be a good time to upgrade to a recent
version of
ASDF.
it should always be a good time to upgrade to a recent ASDF.
You may consult with the maintainer for which specific version they recommend,
You may consult with the maintainer for which specific version they recommend,
but the latest RELEASE should be correct.
but the latest RELEASE should be correct.
We trust you to thoroughly test it with your implementation before you release it.
We trust you to thoroughly test it with your implementation before you release it.
...
@@ -2882,7 +2885,7 @@ As to how to include ASDF, we recommend the following:
...
@@ -2882,7 +2885,7 @@ As to how to include ASDF, we recommend the following:
@itemize
@itemize
@item
@item
If ASDF isn't
install
ed yet, then @code
{
(
require :asdf
)
}
If ASDF isn't
load
ed yet, then @code
{
(
require :asdf
)
}
should load the version of ASDF that is bundled with your system.
should load the version of ASDF that is bundled with your system.
You may have it load some other version configured by the user,
You may have it load some other version configured by the user,
if you allow such configuration.
if you allow such configuration.
...
@@ -2908,8 +2911,9 @@ You should still include the file @file{asdf.lisp} in your source distribution
...
@@ -2908,8 +2911,9 @@ You should still include the file @file{asdf.lisp} in your source distribution
and precompile it in your binary distribution,
and precompile it in your binary distribution,
but @file
{
asdf.asd
}
if included at all,
but @file
{
asdf.asd
}
if included at all,
should be secluded from the magic systems,
should be secluded from the magic systems,
in a separate file hierarchy,
in a separate file hierarchy;
or you may otherwise rename the system and its file to e.g.
alternatively, you may provide the system
after renaming it and its @file
{
.asd
}
file to e.g.
@code
{
asdf
-
ecl
}
and @file
{
asdf
-
ecl.asd
}
, or
@code
{
asdf
-
ecl
}
and @file
{
asdf
-
ecl.asd
}
, or
@code
{
sb
-
asdf
}
and @file
{
sb
-
asdf.asd
}
.
@code
{
sb
-
asdf
}
and @file
{
sb
-
asdf.asd
}
.
Indeed, if you made @file
{
asdf.asd
}
a magic system,
Indeed, if you made @file
{
asdf.asd
}
a magic system,
...
...
This diff is collapsed.
Click to expand it.
doc/index.html
+
1
−
1
View file @
5c102243
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<a
id=
"news"
></a>
<a
id=
"news"
></a>
<h3>
What is happening
</h3>
<h3>
What is happening
</h3>
<dl>
<dl>
<dt>
December 2009 to
June
2010
</dt>
<dt>
December 2009 to
August
2010
</dt>
<dd>
Fran
ç
ois-Ren
é
Rideau is de facto maintainer,
<dd>
Fran
ç
ois-Ren
é
Rideau is de facto maintainer,
with notable contributions from Robert P. Goldman,
with notable contributions from Robert P. Goldman,
Juanjo Garcia-Ripoll and James Anderson.
Juanjo Garcia-Ripoll and James Anderson.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment