The assertion-error Reference Manual

This is the assertion-error Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:37:54 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 assertion-error

Error pattern for assertion libraries in Common Lisp.

Maintainer

noloop <>

Author

noloop <>

Home Page

https://github.com/noloop/assertion-error

Source Control

(GIT git@github.com:noloop/assertion-error.git)

Bug Tracker

https://github.com/noloop/assertion-error/issues

License

GPLv3

Version

0.1.0

Dependency

dissect (system).

Source

assertion-error.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 assertion-error/src

Source

assertion-error.asd.

Parent Component

assertion-error (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 assertion-error/assertion-error.asd

Source

assertion-error.asd.

Parent Component

assertion-error (system).

ASDF Systems

assertion-error.


4.1.2 assertion-error/src/package.lisp

Source

assertion-error.asd.

Parent Component

src (module).

Packages

noloop.assertion-error.


4.1.3 assertion-error/src/assertion-error.lisp

Dependency

package.lisp (file).

Source

assertion-error.asd.

Parent Component

src (module).

Public Interface

5 Packages

Packages are listed by definition order.


5.1 noloop.assertion-error

Source

package.lisp.

Nickname

assertion-error

Use List

common-lisp.

Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: get-stack-trace ()
Package

noloop.assertion-error.

Source

assertion-error.lisp.


6.1.2 Generic functions

Generic Reader: assertion-error-actual (condition)
Package

noloop.assertion-error.

Methods
Reader Method: assertion-error-actual ((condition assertion-error))
Source

assertion-error.lisp.

Target Slot

assertion-error-actual.

Generic Reader: assertion-error-expected (condition)
Package

noloop.assertion-error.

Methods
Reader Method: assertion-error-expected ((condition assertion-error))
Source

assertion-error.lisp.

Target Slot

assertion-error-expected.

Generic Reader: assertion-error-message (condition)
Package

noloop.assertion-error.

Methods
Reader Method: assertion-error-message ((condition assertion-error))
Source

assertion-error.lisp.

Target Slot

assertion-error-message.

Generic Reader: assertion-error-result (condition)
Package

noloop.assertion-error.

Methods
Reader Method: assertion-error-result ((condition assertion-error))
Source

assertion-error.lisp.

Target Slot

assertion-error-result.

Generic Reader: assertion-error-stack (condition)
Package

noloop.assertion-error.

Methods
Reader Method: assertion-error-stack ((condition assertion-error))
Source

assertion-error.lisp.

Target Slot

assertion-error-stack.


6.1.3 Conditions

Condition: assertion-error
Package

noloop.assertion-error.

Source

assertion-error.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: assertion-error-message
Initargs

:assertion-error-message

Readers

assertion-error-message.

Writers

This slot is read-only.

Slot: assertion-error-result
Initargs

:assertion-error-result

Readers

assertion-error-result.

Writers

This slot is read-only.

Slot: assertion-error-actual
Initargs

:assertion-error-actual

Readers

assertion-error-actual.

Writers

This slot is read-only.

Slot: assertion-error-expected
Initargs

:assertion-error-expected

Readers

assertion-error-expected.

Writers

This slot is read-only.

Slot: assertion-error-stack
Initargs

:assertion-error-stack

Readers

assertion-error-stack.

Writers

This slot is read-only.


Appendix A Indexes


A.1 Concepts