fare / lisp-interface-library

LIL: abstract interfaces and supporting concrete data-structures in Common Lisp
145 stars 17 forks source link

fix define-interface-specialized-functions with , -> ,@ #5

Closed DalekBaldwin closed 9 years ago

DalekBaldwin commented 9 years ago

There was an extra set of parens around the defun forms this macro generates.

fare commented 9 years ago

Oops. Thanks!

Do you have a test case?

DalekBaldwin commented 9 years ago

Not really. It's tough to write solid tests for macros, but this change is working fine for me on a project that uses pure hash tables extensively.

fare commented 9 years ago

OK. I'm looking forward to seeing your project, if you publish it.