[Mkcl-devel] Fwd: Re: [cl-ppcre] Expected end of string - error while compiling cl-ppcre (#19)
.Santanu Chakrabarti
santanu.chakrabarti at gmail.com
Mon Jun 23 05:31:07 UTC 2014
Hi,
While trying to compile and load my personal project with ql:quickload I
got a compilation error for cl-ppcre. I logged a issue with cl-ppcre in
github and got an answer that MKCL compiler is broken somewhere and I need
to fix it. Can anyone here please help me do that?
Please check the attached mail below for the suggestions from cl-ppcre team.
Thanks and regards
Santanu
---------- Forwarded message ----------
From: "Stas Boukarev" <notifications at github.com>
Date: Jun 23, 2014 1:45 AM
Subject: Re: [cl-ppcre] Expected end of string - error while compiling
cl-ppcre (#19)
To: "edicl/cl-ppcre" <cl-ppcre at noreply.github.com>
Cc: "Santanu Chakrabarti" <santanu.chakrabarti at gmail.com>
The compiler is broken at
>
> (funcall
> (compile nil
> `(lambda (a)
> (declare (optimize (safety 0)))
> (prog1 (char "abc" (car a))
> (setf (car a) 1))))
> (list 0))
> =>
> #\U+????
>
> —
> Reply to this email directly or view it on GitHub
> <https://github.com/edicl/cl-ppcre/issues/19#issuecomment-46791511>.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/mkcl-devel/attachments/20140623/e66ad30c/attachment.html>
More information about the mkcl-devel
mailing list