Skip to content

Commit

Permalink
Fix `print-trivial-backtrace'. Make dep trivial-backtrace mandatory f…
Browse files Browse the repository at this point in the history
…or all Lisps.
  • Loading branch information
skypher committed Nov 9, 2010
1 parent c2c7cb6 commit cc6c0ac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/error-handler.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@


;;; 500 errors deserve special attention
#-sbcl
(defun print-trivial-backtrace (c)
(trivial-backtrace:print-backtrace c :output nil))

Expand Down
24 changes: 17 additions & 7 deletions weblocks.asd
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,24 @@
:licence "LLGPL"
:description "A Common Lisp web framework."
:depends-on (:closer-mop
:hunchentoot :puri :cl-json
:cl-who :parenscript
:cl-fad :fare-matcher :cl-cont
:metatilities :cl-ppcre :md5
:anaphora :f-underscore
:bordeaux-threads :salza2
:hunchentoot
:puri
:cl-json
:cl-who
:parenscript
:cl-fad
:fare-matcher
:cl-cont
:metatilities
:cl-ppcre
:md5
:anaphora
:f-underscore
:bordeaux-threads
:salza2
:html-template
:trivial-timeout #-sbcl :trivial-backtrace)
:trivial-timeout
:trivial-backtrace)
:components ((:module src
:components (
(:file "package")
Expand Down

0 comments on commit cc6c0ac

Please sign in to comment.