The quick-patch Reference Manual

This is the quick-patch Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:41:02 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 quick-patch

Easily override quicklisp projects without using git submodules

Author

Arnold Noronha <>

License

Mozilla Public License 2.0

Version

0.0.1

Source

quick-patch.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 quick-patch/quick-patch.asd

Source

quick-patch.asd.

Parent Component

quick-patch (system).

ASDF Systems

quick-patch.


3.1.2 quick-patch/util.lisp

Source

quick-patch.asd.

Parent Component

quick-patch (system).

Packages

quick-patch/util.

Internals

3.1.3 quick-patch/impl.lisp

Dependency

util.lisp (file).

Source

quick-patch.asd.

Parent Component

quick-patch (system).

Packages

quick-patch/impl.

Public Interface
Internals

3.1.4 quick-patch/all.lisp

Dependency

impl.lisp (file).

Source

quick-patch.asd.

Parent Component

quick-patch (system).

Packages

quick-patch.


4 Packages

Packages are listed by definition order.


4.1 quick-patch/util

Source

util.lisp.

Use List

common-lisp.

Internals

4.2 quick-patch

Source

all.lisp.

Use List

4.3 quick-patch/impl

Source

impl.lisp.

Use List

common-lisp.

Used By List

quick-patch.

Public Interface
Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Special variables

Special Variable: *cache-dir*
Package

quick-patch/impl.

Source

impl.lisp.


5.1.2 Ordinary functions

Function: checkout-all (cache-dir)
Package

quick-patch/impl.

Source

impl.lisp.

Function: prepare-externals (&rest args)
Package

quick-patch/impl.

Source

impl.lisp.

Function: register (repo commit &key subdirs)

Clone the repo specified by REPO, and checkout COMMIT. If SUBDIRS is provided, add each of the directories to asdf:*central-registry*

Package

quick-patch/impl.

Source

impl.lisp.

Function: register-external (&rest args)
Package

quick-patch/impl.

Source

impl.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *externals*
Package

quick-patch/impl.

Source

impl.lisp.

Special Variable: *whitespaces*
Package

quick-patch/util.

Source

util.lisp.


5.2.2 Ordinary functions

Function: catdir (x y)
Package

quick-patch/util.

Source

util.lisp.

Function: directory-exists-p (pathspec)

Checks whether the file named by the pathname designator PATHSPEC exists and if it is a directory. Returns its truename if this is the case, NIL otherwise. The truename is returned in directory form as if by PATHNAME-AS-DIRECTORY.

Package

quick-patch/util.

Source

util.lisp.

Function: name-from-repo-name (repo-name)
Package

quick-patch/impl.

Source

impl.lisp.

Function: prepare-git-repo (repo commit cache-dir)
Package

quick-patch/impl.

Source

impl.lisp.

Function: run-program-with-errors (cmd &key directory)
Package

quick-patch/impl.

Source

impl.lisp.

Function: trim (value)
Package

quick-patch/util.

Source

util.lisp.


Appendix A Indexes


A.1 Concepts