ruricolist / cl-yesql

Common Lisp library for using SQL
67 stars 5 forks source link

Example fails to compile #3

Closed phoe closed 7 years ago

phoe commented 7 years ago
sql/install.lisp:8:1:
  error: 
    (during macroexpansion of (OVERLORD/IMPL:IMPORT INSTALL-QUERIES
      ...))
    The value
      :ALL-AS-FUNCTIONS
    is not of type
      OVERLORD/TYPES:BINDING-DESIGNATOR

Compilation failed.
ruricolist commented 7 years ago

The syntax in the readme was out of date. It should have been :binding :all-as-functions, with no list.

phoe commented 7 years ago

Thanks for the heads-up and updating the README!