#289 ocicl-runtime: version-satisfies no-applicable-method on (asdf-version) — non-fatal top check

open
Opened by atgreen

Loading ocicl-runtime.lisp on funcl+asdf prints one non-fatal error at the top version guard: '; Error: no applicable method gf=VERSION-SATISFIES arg-classes=T STRING | in: UNLESS'. Source: (unless (asdf:version-satisfies (asdf:asdf-version) "3.3.5") ...). asdf-version returns a value classed T (not STRING) to mini-clos dispatch, so version-satisfies' ((cver string) version) method doesn't apply. Non-fatal (the error path = version-satisfied, block skipped), but a defgeneric arg mis-classing where a string should match STRING is a real mc/asdf-version bug. Also: cave#289 mkdir/ensure-directories-exist landed with the ocicl work (5f63ac0).

Comments (0)

No comments yet.