From e.arrows at gmail.com Tue Oct 11 04:38:39 2011 From: e.arrows at gmail.com (Eitarow Fukamachi) Date: Tue, 11 Oct 2011 13:38:39 +0900 Subject: [metatilities-base-devel] Problem with CL-Markdown on CCL Message-ID: 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 From gwking at metabang.com Tue Oct 11 10:53:29 2011 From: gwking at metabang.com (Gary King) Date: Tue, 11 Oct 2011 06:53:29 -0400 Subject: [metatilities-base-devel] Problem with CL-Markdown on CCL In-Reply-To: References: Message-ID: <8B8D0BE0-FE9E-4951-A464-65235FAA48CC@metabang.com> 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