Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
edb29c1e
Commit
edb29c1e
authored
May 27, 2003
by
Kevin Rosenberg
Browse files
Add information on changing the handling of compiler warnings.
(Should this variable be exported?)
parent
671f6aee
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
edb29c1e
$
Id
:
README
,
v
1.3
1
2003
/
0
3
/
17
18
:
58
:
23
dan_b
Exp
$
-*-
Text
-*-
$
Id
:
README
,
v
1.3
2
2003
/
0
5
/
27
22
:
03
:
16
kevinrosenberg
Exp
$
-*-
Text
-*-
asdf
:
another
system
definition
facility
...
...
@@ -619,6 +619,13 @@ Operations may go wrong (for example when source files contain
errors). These are signalled using generalised instances of
OPERATION-ERROR
* Compilation warning handling
ASDF checks for compiler warnings when a file is compiled. The
variable asdf::*compile-file-warnings-behaviour* controls the handling
of any such warnings. The default value is :error or :warn, depending
upon the Common Lisp implementation. This variable can be set to
:ignore if you want ASDF to ignore any compiler warnings.
----------------------------------------------------------
TODO List
...
...
debian/changelog
View file @
edb29c1e
cl-asdf (1.73) unstable; urgency=low
* Update README to mention asdf::*compile-file-warnings-behaviour*
-- Kevin M. Rosenberg <kmr@debian.org> Tue, 27 May 2003 16:00:36 -0600
cl-asdf (1.72) unstable; urgency=low
* New upstream
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment