On Tue, Dec 22, 2009 at 3:27 PM, Stelian Ionescu sionescu@cddr.org wrote:
(cffi:define-foreign-library sdl-glue (:windows "lispbuilder-sdl-glue.dll"))
(use-foreign-library sdl-glue)
On Linux, this returns fine, although it doesn't load any library. I see code in lispbuilder-sdl that relies on it signaling an error. Is it a regression ?
No, this was the intended behaviour. I can see why making it work more like ECASE instead of CASE might be desirable, though I'm not sure it's worth breaking backwards compatibility. I'm all ears to compelling arguments, though. :-)