diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-15T20·58+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-15T21·14+0000 |
commit | 75ca24c60a57ab894da4d404755b8b4094284ad8 (patch) | |
tree | b6eac4b7035b3c73f0de8d9a26b04b85386d87e3 /third_party/lisp/trivial-backtrace/website/source/index.md | |
parent | fa73841a4b8bf305e375bdebf0c5b10b3fec4113 (diff) |
chore(3p/lisp): use nixpkgs sources for trivial-backtrace r/3257
Change-Id: If4ee3f9a0afea74759493de14c7f672714739f45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4341 Autosubmit: tazjin <mail@tazj.in> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/lisp/trivial-backtrace/website/source/index.md')
-rw-r--r-- | third_party/lisp/trivial-backtrace/website/source/index.md | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/third_party/lisp/trivial-backtrace/website/source/index.md b/third_party/lisp/trivial-backtrace/website/source/index.md deleted file mode 100644 index 93a5df3b91db..000000000000 --- a/third_party/lisp/trivial-backtrace/website/source/index.md +++ /dev/null @@ -1,88 +0,0 @@ -{include resources/header.md} - -<div class="contents"> -<div class="system-links"> - - * [Mailing Lists][mailing-list] - * [Getting it][downloads] - * [Documentation][] - * [News][] - * [Test results][tr] - * [Changelog][] - -</div> -<div class="system-description"> - -### What it is - -On of the many things that didn't quite get into the Common -Lisp standard was how to get a Lisp to output its call stack -when something has gone wrong. As such, each Lisp has -developed its own notion of what to display, how to display -it, and what sort of arguments can be used to customize it. -`trivial-backtrace` is a simple solution to generating a -backtrace portably. As of {today}, it supports Allegro Common -Lisp, LispWorks, ECL, MCL, SCL, SBCL and CMUCL. Its -interface consists of three functions and one variable: - - * print-backtrace - * print-backtrace-to-stream - * print-condition - * \*date-time-format\* - -You can probably already guess what they do, but they are -described in more detail below. - -{anchor mailing-lists} - -### Mailing Lists - - * [trivial-backtrace-devel][devel-list]: A list for - announcements, questions, patches, bug reports, and so - on; It's for anything and everything - -### API - -{set-property docs-package trivial-backtrace} -{docs print-backtrace} -{docs print-backtrace-to-stream} -{docs print-condition} -{docs *date-time-format*} - -{anchor downloads} - -### Where is it - -A [git][] repository is available using - - git clone http://common-lisp.net/project/trivial-backtrace/trivial-backtrace.git - -The [darcs][] repository is still around but is **not** being updated. -The command to get it is below: - - ;;; WARNING: out of date - darcs get http://common-lisp.net/project/trivial-backtrace/ - -trivial-backtrace is also [ASDF installable][asdf-install]. -Its CLiki home is right [where][cliki-home] you'd expect. - -There's also a handy [gzipped tar file][tarball]. - -{anchor news} - -### What is happening - -<dl> - <dt>14 May 2009</dt> - <dd>Moved to [git][]; John Fremlin adds map-backtrace - </dd> - -<dt>1 June 2008</dt> -<dd>Release version 1.0 - </dd> - </dl> -</div> -</div> - -{include resources/footer.md} - |