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
9aa2f638
Commit
9aa2f638
authored
12 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
2.25: promote 2.24.3 as new release.
Fix test on old clisp.
parent
a7b9ec40
No related branches found
Branches containing commit
Tags
2.25
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
asdf.asd
+1
-1
1 addition, 1 deletion
asdf.asd
asdf.lisp
+2
-2
2 additions, 2 deletions
asdf.lisp
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
test/compile-asdf.lisp
+1
-0
1 addition, 0 deletions
test/compile-asdf.lisp
with
12 additions
and
3 deletions
asdf.asd
+
1
−
1
View file @
9aa2f638
...
...
@@ -14,7 +14,7 @@
:licence
"MIT"
:description
"Another System Definition Facility"
:long-description
"ASDF builds Common Lisp software organized into defined systems."
:version
"2.2
4.3
"
;; to be automatically updated by bin/bump-revision
:version
"2.2
5
"
;; to be automatically updated by bin/bump-revision
:depends-on
()
:components
((
:file
"asdf"
)
...
...
This diff is collapsed.
Click to expand it.
asdf.lisp
+
2
−
2
View file @
9aa2f638
;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; coding: utf-8 -*-
;;; This is ASDF 2.2
4.3
: Another System Definition Facility.
;;; This is ASDF 2.2
5
: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel@common-lisp.net>.
...
...
@@ -118,7 +118,7 @@
;; "2.345.6" would be a development version in the official upstream
;; "2.345.0.7" would be your seventh local modification of official release 2.345
;; "2.345.6.7" would be your seventh local modification of development version 2.345.6
(
asdf-version
"2.2
4.3
"
)
(
asdf-version
"2.2
5
"
)
(
existing-asdf
(
find-class
'component
nil
))
(
existing-version
*asdf-version*
)
(
already-there
(
equal
asdf-version
existing-version
)))
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
8
−
0
View file @
9aa2f638
cl-asdf (2:2.25-1) unstable; urgency=low
* Lispworks: avoid professional edition functions in personal edition.
* CormanLisp: improve support a little bit.
* Exports: don't export utilities anymore. Please use asdf-utils.
-- Francois-Rene Rideau <fare@tunes.org> Thu, 27 Sep 2012 18:35:21 -0400
cl-asdf (2:2.24-1) unstable; urgency=low
* ACL: handle SMP vs non-SMP builds in Allegro 9.0
...
...
This diff is collapsed.
Click to expand it.
test/compile-asdf.lisp
+
1
−
0
View file @
9aa2f638
...
...
@@ -20,6 +20,7 @@
(
ignore-errors
(
load
*asdf-fasl*
)))
(
leave-lisp
"Reusing previously-compiled ASDF"
0
))
(
t
#+
clisp
(
load-asdf-lisp
)
(
let
((
tmp
(
make-pathname
:name
"asdf-tmp"
:defaults
*asdf-fasl*
)))
(
ensure-directories-exist
*asdf-fasl*
)
(
multiple-value-bind
(
result
warnings-p
errors-p
)
...
...
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