[metatilities-base-devel] Problem with CL-Markdown on CCL
Gary King
gwking at metabang.com
Tue Oct 11 10:53:29 UTC 2011
Thanks Eitarow,
I'll fix that today.
regards,
On Oct 11, 2011, at 12:38 AM, Eitarow Fukamachi wrote:
> Hi. I found a problem on CCL.
>
> I tried CL-Markdown's extension feature while reading the User Guide
> (https://github.com/gwkkwg/cl-markdown/blob/master/website/source/user-guide.md).
>
> CL-USER> (ql:quickload :cl-markdown)
> CL-USER> (markdown:markdown "Today is {today}. It is {now}." :format
> :html :stream t)
>
> And then, I got this error.
>
> Undefined function METABANG.UTILITIES:FIXNUMP called with arguments (0) .
> [Condition of type CCL::UNDEFINED-FUNCTION-CALL]
>
> A symbol "metabang.utilities:fixnump" seemed to be externed but it
> wasn't assigned any functions.
>
> I looked into metatilities, reached a function "fixnump" in dev/l0-utils.lisp,
> and found it was blanked out on CCL.
>
> #-(or openmcl digitool ccl) ; already has this
> (defun fixnump (arg)
> "Same as (typep arg 'fixnum). A lot of Explorer code was written using this,
> and it's easier to implement it than to change them all."
> (typep arg 'fixnum))
>
> CCL has CCL:FIXNUMP actually, but it is never imported anywhere.
>
> --
> Eitarow Fukamachi
> https://github.com/fukamachi
>
> _______________________________________________
> metatilities-base-devel mailing list
> metatilities-base-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/metatilities-base-devel
--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM * gwking on twitter
More information about the metatilities-base-devel
mailing list