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
Hugo Ishimaru
asdf
Commits
efc7d6d8
Commit
efc7d6d8
authored
15 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
manual tweak
parent
199822f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/asdf.texinfo
+6
-7
6 additions, 7 deletions
doc/asdf.texinfo
with
6 additions
and
7 deletions
doc/asdf.texinfo
+
6
−
7
View file @
efc7d6d8
...
@@ -238,7 +238,7 @@ If it returns the keyword @code{:OLD},
...
@@ -238,7 +238,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 1.67
1
,
If you are running a version older than 1.67
8
,
we recommend that you load a newer ASDF using the method below.
we recommend that you load a newer ASDF using the method below.
...
@@ -2532,7 +2532,6 @@ Naming files within a system definition becomes easy and portable again.
...
@@ -2532,7 +2532,6 @@ Naming files within a system definition becomes easy and portable again.
@code
{
asdf
-
utilities:merge
-
pathnames
*
}
,
@code
{
asdf
-
utilities:merge
-
pathnames
*
}
,
@code
{
asdf::merge
-
component
-
name
-
type
}
.
@code
{
asdf::merge
-
component
-
name
-
type
}
.
@xref
{
The defsystem grammar,,Pathname specifiers
}
.
@xref
{
The defsystem grammar,,Pathname specifiers
}
.
@subsection Output translations
@subsection Output translations
...
@@ -2554,7 +2553,7 @@ with sensible defaults, adequate configuration languages,
...
@@ -2554,7 +2553,7 @@ with sensible defaults, adequate configuration languages,
a coherent set of configuration files and hooks,
a coherent set of configuration files and hooks,
and support for non
-
Unix platforms.
and support for non
-
Unix platforms.
@ref
{
Controlling where ASDF saves compiled files
}
.
@
x
ref
{
Controlling where ASDF saves compiled files
}
.
@subsection Source Registry Configuration
@subsection Source Registry Configuration
...
@@ -2615,8 +2614,8 @@ ECL extensions were not integrated in the ASDF release.
...
@@ -2615,8 +2614,8 @@ ECL extensions were not integrated in the ASDF release.
@subsection ASDF itself is versioned
@subsection ASDF itself is versioned
Between new features, old bugs fixed, and new bugs introduced,
Between new features, old bugs fixed, and new bugs introduced,
there w
as a
vari
ety of
releases of ASDF in the wild,
there w
ere
vari
ous
releases of ASDF in the wild,
and
litt
le way to check which release had which feature set.
and
no simp
le way to check which release had which feature set.
People using or writing systems had to either make worst
-
case assumptions
People using or writing systems had to either make worst
-
case assumptions
as to what features were available and worked,
as to what features were available and worked,
or take great pains to have the correct version of ASDF installed.
or take great pains to have the correct version of ASDF installed.
...
@@ -2624,7 +2623,7 @@ or take great pains to have the correct version of ASDF installed.
...
@@ -2624,7 +2623,7 @@ or take great pains to have the correct version of ASDF installed.
With ASDF
2
, we provide a new stable set of working features
With ASDF
2
, we provide a new stable set of working features
that everyone can rely on from now on.
that everyone can rely on from now on.
Use @code
{
#
+
asdf
2
}
to detect presence of ASDF
2
,
Use @code
{
#
+
asdf
2
}
to detect presence of ASDF
2
,
@code
{
(
asdf:version
-
satisfies
(
asdf:asdf
-
version
)
"
1
.
67
1
"
)
}
@code
{
(
asdf:version
-
satisfies
(
asdf:asdf
-
version
)
"
1
.
67
8
"
)
}
to check the availability of a version no earlier than required.
to check the availability of a version no earlier than required.
@subsection ASDF can be upgraded
@subsection ASDF can be upgraded
...
@@ -2899,7 +2898,7 @@ or as a name component plus optional dot-separated type component
...
@@ -2899,7 +2898,7 @@ or as a name component plus optional dot-separated type component
@node TODO list, Inspiration, FAQ, Top
@node TODO list, Inspiration, FAQ, Top
comment node
-
name, next, previous, up
@
comment node
-
name, next, previous, up
@chapter TODO list
@chapter TODO list
Here is an old list of things to do,
Here is an old list of things to do,
...
...
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