repo.or.cz
/
trivial-backtrace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update test to work around SBCL cleverness (thanks to Patrick Stein)
[trivial-backtrace.git]
/
dev
/
packages.lisp
blob
2da49d3d9ba57f2693d563334036c0363a9fd3cb
1
(
in-package
#:
common-lisp-user
)
2
3
(
defpackage
#:
trivial-backtrace
4
(:
use
#:
common-lisp
)
5
(:
export
#:
print-backtrace
6
#:
print-backtrace-to-stream
7
#:
print-condition
8
#:*
date-time-format
*
9
10
11
#:
backtrace-string
12
#:
map-backtrace
))
13