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
Pascal J. Bourguignon
asdf
Commits
fdf0180a
Commit
fdf0180a
authored
14 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Plain Diff
Merge branch 'release'
Conflicts: test/compile-asdf.lisp
parents
3db00524
ce320278
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
test/compile-asdf.lisp
+1
-1
1 addition, 1 deletion
test/compile-asdf.lisp
with
2 additions
and
2 deletions
debian/control
+
1
−
1
View file @
fdf0180a
...
@@ -7,7 +7,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
...
@@ -7,7 +7,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
Francois-Rene Rideau <fare@tunes.org>
Francois-Rene Rideau <fare@tunes.org>
Build-Depends: debhelper (>> 7)
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Standards-Version: 3.
8.4
Standards-Version: 3.
9.1
Homepage: http://common-lisp.net/project/asdf/
Homepage: http://common-lisp.net/project/asdf/
Vcs-Git: git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
Vcs-Git: git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
...
...
This diff is collapsed.
Click to expand it.
test/compile-asdf.lisp
+
1
−
1
View file @
fdf0180a
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
(
compile-file
*asdf-lisp*
:output-file
tmp
:print
t
:verbose
t
))
(
compile-file
*asdf-lisp*
:output-file
tmp
:print
t
:verbose
t
))
(
declare
(
ignore
result
))
(
declare
(
ignore
result
))
(
cond
(
cond
#-
ecl
; 10.7.1 has spurious warnings. Sigh.
#-
ecl
;
;
10.7.1
from CVS
has spurious warnings. Sigh.
(
warnings-p
(
warnings-p
(
leave-lisp
"Testsuite failed: ASDF compiled with warnings"
1
))
(
leave-lisp
"Testsuite failed: ASDF compiled with warnings"
1
))
(
errors-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