On Fri, 9 Jun 2023 at 14:24, Martin Simmons martin@lispworks.com wrote:
Another possible fix is to always return zero values, e.g.
#.(progn (when (uiop:getenv "HOMEBREW_PREFIX") (pushnew :homebrew *features*)) (values))
Heh. This is a lovely hack, but I'd accept a patch fixing the READ loop that Madhu identified to test for EOF rather than NIL. Also, we could add a :PROGN directive to cffi-grovel for arbitrary code like this.