rpav / cl-cairo2

Cairo bindings for Common Lisp

Home Page:https://github.com/rpav/cl-cairo2/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not build on LispWorks due to duplicate nicknames in defpackage

quicklisp opened this issue · comments

The defpackage form in cl-cairo2 looks something like this:

(defpackage cl-cairo2
  (:nicknames :cairo)
  ; ... a bunch of stuff ...
  (:nicknames :cairo))

The duplication of the :cairo nickname causes an error on LispWorks.

Fixed. Thanks!