package-test.lisp @ fcec9e0c9c67

Fix the topological sorting

Necessary before we start working with program terms
author Steve Losh <steve@stevelosh.com>
date Sat, 26 Mar 2016 19:19:07 +0000
parents a6a6f6361af3
children e29b793a6e91
(defpackage #:bones-test
  (:use #:cl #:5am
        #:bones))

(defpackage #:bones-test.paip
  (:use #:cl #:5am
        #:bones.utils
        #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))