The delta-debug Reference Manual

This is the delta-debug Reference Manual, version 0.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:16:34 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 delta-debug

implementation of delta debugging in common lisp

Author

Eric Schulte <>

License

Public Domain

Version

0.0.0

Dependencies
  • alexandria (system).
  • named-readtables (system).
  • curry-compose-reader-macros (system).
Source

delta-debug.asd.

Child Component

delta-debug.lisp (file).


3 Files

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


3.1 Lisp


3.1.1 delta-debug/delta-debug.asd

Source

delta-debug.asd.

Parent Component

delta-debug (system).

ASDF Systems

delta-debug.


3.1.2 delta-debug/delta-debug.lisp

Source

delta-debug.asd.

Parent Component

delta-debug (system).

Packages

delta-debug.

Public Interface

minimize (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 delta-debug

Source

delta-debug.lisp.

Use List
  • alexandria.
  • common-lisp.
  • curry-compose-reader-macros.
  • editor-hints.named-readtables.
Public Interface

minimize (function).

Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: minimize (original test)

Returns minimal subset of ORIGINAL (a list) which passes TEST.

Package

delta-debug.

Source

delta-debug.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: minimize- (original test n)
Package

delta-debug.

Source

delta-debug.lisp.

Function: split (obj n)
Package

delta-debug.

Source

delta-debug.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables