Re: missing compile time function darwin arm64 2.6.6
Stas Boukarev <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.devel |
|---|---|
| Message-ID | <CAF63=105Vxd1EZP-dyrjrJ24OPgujD1CpcuDf0GF6VcJ5GMgdw@mail.gmail.com> |
Fixed. Thanks. On Mon, Aug 24, 2026 at 1:55 AM Andrew Wolven <[email protected]> wrote: > > (defun foo (a b c) > (+ a b c)) > > (defun test () > (apply #'foo (reverse (list 1 2 3)))) > > ; in: DEFUN TEST > ; (APPLY #'FOO (REVERSE (LIST 1 2 3))) > ; > ; caught STYLE-WARNING: > ; Lisp error during constant folding: > ; The function SB-C::REVERSE-VALUES-LIST is undefined. > ; > ; compilation unit finished > ; caught 1 STYLE-WARNING condition > _______________________________________________ > Sbcl-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sbcl-devel _______________________________________________ Sbcl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-devel