Hello Rich,

in the definition of isa? in boot.clj in the last line (no. 2879),
there isa? recurs into the contents of the vectors. It uses
implicitely the global-hierarchy instead of the provided
one.

Shouldn't it be
  (isa? h (child i) (parent i))

instead of
  (isa? (child i) (parent i))

Sincerely
Meikel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to