vendor/quickutils-package.lisp @ acbc94b1fbe7

Make tests more robust when running for the first time
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Nov 2017 21:12:09 -0400
parents 678e161802f5
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "CHANCERY.QUICKUTILS")
    (defpackage "CHANCERY.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

(in-package "CHANCERY.QUICKUTILS")

;; need to define this here so sbcl will shut the hell up about it being
;; undefined when compiling quickutils.lisp.  computers are trash.
(defparameter *utilities* nil)