This is the cl-naive-deprecation Reference Manual, version 2023.8.23, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:11:34 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-naive-deprecation
Phil Marneweck
MIT
2023.8.23
src/package.lisp
(file).
src/deprecation.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-naive-deprecation/cl-naive-deprecation.asd
cl-naive-deprecation/src/package.lisp
cl-naive-deprecation/src/deprecation.lisp
cl-naive-deprecation/cl-naive-deprecation.asd
cl-naive-deprecation
(system).
cl-naive-deprecation/src/package.lisp
cl-naive-deprecation
(system).
cl-naive-deprecation/src/deprecation.lisp
src/package.lisp
(file).
cl-naive-deprecation
(system).
*deprecation-warnings*
(special variable).
clear-deprecations
(function).
declare-deprecated-operators
(macro).
declare-deprecation
(macro).
deprecated-operators
(function).
deprecation-warning
(condition).
deprecation-warning-operator-kind
(reader method).
deprecation-warning-operator-name
(reader method).
deprecation-warning-source-file
(reader method).
deprecation-warning-source-form
(reader method).
removed-warning
(condition).
replaced-warning
(condition).
replaced-warning-replacement-description
(reader method).
replaced-warning-replacement-name
(reader method).
report-deprecations
(function).
*deprecation-locations*
(special variable).
generate-deprecated-operator
(function).
generate-removed-operator
(function).
generate-replaced-by-operator
(function).
simple-program-error
(condition).
syntax-keyword
(function).
Packages are listed by definition order.
cl-naive-deprecation
common-lisp
.
*deprecation-warnings*
(special variable).
clear-deprecations
(function).
declare-deprecated-operators
(macro).
declare-deprecation
(macro).
deprecated-operators
(function).
deprecation-warning
(condition).
deprecation-warning-operator-kind
(generic reader).
deprecation-warning-operator-name
(generic reader).
deprecation-warning-source-file
(generic reader).
deprecation-warning-source-form
(generic reader).
removed-warning
(condition).
replaced-warning
(condition).
replaced-warning-replacement-description
(generic reader).
replaced-warning-replacement-name
(generic reader).
report-deprecations
(function).
*deprecation-locations*
(special variable).
generate-deprecated-operator
(function).
generate-removed-operator
(function).
generate-replaced-by-operator
(function).
simple-program-error
(condition).
syntax-keyword
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
If true, warnings are issued when deprecated operators are used.
Clear the list of deprecated operators and the locations where they were used.
Return a list of the names of all the deprecated operators.
Prints on the stream a list of all the deprecated operators that were used and the files they’re used in.
deprecation-warning
)) ¶deprecation-warning
)) ¶deprecation-warning
)) ¶deprecation-warning
)) ¶replaced-warning
)) ¶replaced-warning
)) ¶warning
.
:operator-name
This slot is read-only.
(quote (quote cl-naive-deprecation::operator))
:operator-kind
This slot is read-only.
(quote nil)
:source-file
This slot is read-only.
(quote nil)
:source-form
This slot is read-only.
A hash table mapping deprecated operator names to lists of locations where they were used. Note: we may deprecate (setf foo) operators too.
Intern the name of the symbol in the source package.
If expected (a list of symbols) is given, then check that symbol has
the same name as one of the symbols in expected, and return the symbol
from expected.
program-error
.
simple-error
.
Jump to: | C D F G M R S |
---|
Jump to: | C D F G M R S |
---|
Jump to: | *
O R S |
---|
Jump to: | *
O R S |
---|
Jump to: | C D F P R S |
---|
Jump to: | C D F P R S |
---|