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
f62b79ae
Commit
f62b79ae
authored
15 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
More documentation tweaks about ASDF 2.
parent
8f7c4b3e
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
GNUmakefile
+3
-0
3 additions, 0 deletions
GNUmakefile
asdf.texinfo
+27
-11
27 additions, 11 deletions
asdf.texinfo
with
30 additions
and
11 deletions
GNUmakefile
+
3
−
0
View file @
f62b79ae
...
@@ -66,6 +66,9 @@ test-all: FORCE
...
@@ -66,6 +66,9 @@ test-all: FORCE
manual-html
:
asdf.texinfo
manual-html
:
asdf.texinfo
makeinfo
--html
asdf.texinfo
makeinfo
--html
asdf.texinfo
manual-html-one-page
:
asdf.texinfo
makeinfo
--html
--no-split
--no-headers
asdf.texinfo
>
asdf.html
manual-info
:
asdf.texinfo
manual-info
:
asdf.texinfo
makeinfo asdf.texinfo
makeinfo asdf.texinfo
...
...
This diff is collapsed.
Click to expand it.
asdf.texinfo
+
27
−
11
View file @
f62b79ae
...
@@ -171,17 +171,9 @@ the ASDF internals and how to extend ASDF.
...
@@ -171,17 +171,9 @@ the ASDF internals and how to extend ASDF.
We are preparing for a release of ASDF 2,
We are preparing for a release of ASDF 2,
which will have version 2.000 and later.
which will have version 2.000 and later.
Releases in the 1.600 series and beyond should be considered as
Releases in the 1.600 series and beyond should be considered as
release candidates,
release candidates.
but we're still working on documentation,
We're still working on polishing the code and documentation.
and on fixing the occasional bug.
@ref
{
FAQ,,``What has changed between ASDF 1 and ASDF 2?''
}
.
For all practical purposes, ASDF 2 refers to releases later than 1.656,
and ASDF 1 to any release earlier than 1.369 or so.
ASDF 2 release candidates and beyond will have
@code
{
:asdf2
}
onto @code
{
*features*
}
so that if you are writing
ASDF-dependent code you may check for this feature
to see if the new API is present.
@emph
{
All
}
versions of ASDF should have the @code
{
:asdf
}
feature.
@node Loading ASDF, Configuring ASDF, Introduction, Top
@node Loading ASDF, Configuring ASDF, Introduction, Top
...
@@ -2402,6 +2394,30 @@ use the @uref{http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel,asdf-de
...
@@ -2402,6 +2394,30 @@ use the @uref{http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel,asdf-de
@section ``What has changed between ASDF
1
and ASDF
2
?''
@section ``What has changed between ASDF
1
and ASDF
2
?''
@subsection What are ASDF
1
and ASDF
2
?
We are preparing for a release of ASDF
2
,
which will have version
2
.
000
and later.
While the code and documentation are essentially complete
we are still working on polishing them before release.
Releases in the
1
.
600
series and beyond
should be considered as release candidates.
For all practical purposes,
ASDF
2
refers to releases later than
1
.
656
,
and ASDF
1
to any release earlier than
1
.
369
or so.
If your ASDF doesn't have a version, it's old.
ASDF
2
release candidates and beyond will have
@code
{
:asdf
2
}
onto @code
{
*
features
*
}
so that if you are writing
ASDF
-
dependent code you may check for this feature
to see if the new API is present.
@emph
{
All
}
versions of ASDF should have the @code
{
:asdf
}
feature.
If you are experiencing problems or limitations of any sort with ASDF
1
,
we recommend that you should upgrade to ASDF
2
or its latest release candidate.
@subsection ASDF can portably name files inside systems and components
@subsection ASDF can portably name files inside systems and components
Common Lisp namestrings are not portable,
Common Lisp namestrings are not portable,
...
...
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