Open stylewarning opened 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
@oconnore ping
This has been a warning for the longest time: