last bits to making compilation work
This commit is contained in:
parent
207f1d0234
commit
4af927f7e9
5 changed files with 50 additions and 7 deletions
|
@ -1,6 +1,11 @@
|
|||
;; (ql:quickload '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
(asdf:load-systems '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
;; (require '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
;; (asdf:load-systems '(hunchentoot clack dexador com.inuoe.jzon serapeum bordeaux-threads))
|
||||
(require "hunchentoot")
|
||||
(require "clack")
|
||||
(require "dexador")
|
||||
(require "com.inuoe.jzon")
|
||||
(require "serapeum")
|
||||
(require "bordeaux-threads")
|
||||
|
||||
(defpackage tfc-server
|
||||
(:use :cl :uiop :com.inuoe.jzon :clack))
|
||||
|
@ -116,7 +121,7 @@
|
|||
(if (listp content)
|
||||
(setq content (serapeum:mapconcat
|
||||
(lambda (x) (if (string= x "")
|
||||
(coerce #\linefeed 'string)
|
||||
(coerce #\Newline 'string)
|
||||
x))
|
||||
content ""))))
|
||||
(if name (if (string/= name "image") (progn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue