Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
c138afd5
Commit
c138afd5
authored
Oct 15, 2013
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable test-compile-file-failure on CLISP (works on 2.49 and later) and ECL w/o bytecodes.
parent
c78363b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/test-compile-file-failure.lisp
test/test-compile-file-failure.lisp
+2
-2
No files found.
test/test-compile-file-failure.lisp
View file @
c138afd5
(
in-package
:asdf
)
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
;; CLISP 2.48 has a bug that makes this test fail.
;; CLISP 2.48 has a bug that makes this test fail.
Hopefully, everyone uses 2.49 or better.
;; The ECL bytecode compiler also fails.
;; Work around:
#+
(
or
clisp
ecl
)
#+
(
and
ecl
ecl_bytecodes
)
(
when
(
and
(
eq
asdf:*compile-file-failure-behaviour*
:error
)
#+
ecl
(
equal
(
compile-file-type
)
"fasc"
))
(
error
'compile-file-error
:description
"faking it"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment