oconnore / queues

A Common Lisp queue library with features such as non-consing thread safe queues and fibonacci priority queues
MIT License
48 stars 2 forks source link

undefined function: QUEUES::MAKE-PRIORITY-QUEUE #4

Open stylewarning opened 4 years ago

stylewarning commented 4 years ago

This has been a warning for the longest time:

; file: /Users/robert/quicklisp/dists/quicklisp/software/queues-20170124-git/priority-queue.lisp
; in:
;      DEFMETHOD QUEUES:QUEUE-MERGE-SAFE (QUEUES:PRIORITY-QUEUE QUEUES:PRIORITY-QUEUE)
;     (QUEUES::MAKE-PRIORITY-QUEUE :COMPARE
;      (QUEUES:QUEUE-COMPARISON QUEUES::QUEUE1))
; 
; caught STYLE-WARNING:
;   undefined function: QUEUES::MAKE-PRIORITY-QUEUE
; 
; compilation unit finished
;   Undefined function:
;     QUEUES::MAKE-PRIORITY-QUEUE
notmgsk commented 4 years ago

@oconnore ping