Fix a pair of really nasty bugs
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 10 Jun 2016 20:28:37 +0000 |
parents |
e244881864f7 |
children |
de6e248866f4 |
(defpackage #:bones-test
(:use
#:cl
#:5am
#:bones))
(defpackage #:bones-test.paip
(:use
#:cl
#:5am
#:bones.quickutils
#:bones.paip)
; kill me
(:shadowing-import-from #:5am
#:fail))
(defpackage #:bones-test.wam
(:use
#:cl
#:5am
#:bones.quickutils
#:bones.wam)
(:import-from #:bones.wam
#:with-database
#:make-database
#:with-fresh-database
#:rule
#:rules
#:fact
#:facts
#:return-one
#:return-all)
(:shadowing-import-from #:bones.wam
#:!))
(defpackage #:bones-test.circle
(:use :cl :5am :bones.circle))