[armedbear-ticket] [armedbear] #253: BABEL-TESTS fail to compile
armedbear
armedbear-devel at common-lisp.net
Sun Oct 21 13:09:40 UTC 2012
#253: BABEL-TESTS fail to compile
---------------------------------------------+------------------------------
Reporter: mevenson | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone: 1.1.0
Component: interpreter | Version: 1.1.0-dev
Keywords: quicklisp babel ansi-compilance |
---------------------------------------------+------------------------------
Comment(by mevenson):
Due to failure of MOD type specifier:
{{{
(typep 10 '(mod 11)) => nil
}}}
{{{
(sys::normalize-type '(mod 11)) => (MOD 11)
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/253#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list