[Mkcl-devel] Local ftype declarations are broken

26 Jun
2014
26 Jun
'14
12:21 p.m.
(compile nil `(lambda () (declare (ftype (function (t) fixnum) x)))) => The function COMPILER::TYPE-FILTER is undefined. which stems from http://common-lisp.net/gitweb?p=projects/mkcl/mkcl.git;a=blob;f=src/cmp/cmpe... missing the package prefix. -- With best regards, Stas.

26 Jun
26 Jun
6:43 p.m.
On Thu, Jun 26, 2014 at 8:21 AM, Stas Boukarev <stassats@gmail.com> wrote:
(compile nil `(lambda () (declare (ftype (function (t) fixnum) x)))) => The function COMPILER::TYPE-FILTER is undefined. which stems from
http://common-lisp.net/gitweb?p=projects/mkcl/mkcl.git;a=blob;f=src/cmp/cmpe... missing the package prefix.
Fix pushed to git repo master head. Thank you for the bug/fix report, Stas.
3958
Age (days ago)
3958
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jean-Claude Beaudoin
-
Stas Boukarev