From ocorrain at gmail.com Sun Apr 26 21:06:40 2009 From: ocorrain at gmail.com (Tiarnan O'Corrain) Date: Sun, 26 Apr 2009 22:06:40 +0100 Subject: [cl-markdown-devel] error using cl-markdown:markdown Message-ID: Hi-- I get the following when I try to use the markdown function: it happens every time: (cl-markdown:markdown "this" :format :html :stream t) Here's the backtrace? 0: (SB-PCL::FIND-CLASS-FROM-CELL NIL NIL T) 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) # # NIL)[:EXTERNAL] 2: (CL-MARKDOWN::CHUNK-SOURCE # "this") 3: (CL-MARKDOWN:MARKDOWN "this")[:EXTERNAL] Has anyone else seen this? thanks Tiarnan -- difficile est saturam non scribere -------------- next part -------------- An HTML attachment was scrubbed... URL: From tritchey at mac.com Sun Apr 26 21:50:10 2009 From: tritchey at mac.com (Timothy Ritchey) Date: Sun, 26 Apr 2009 17:50:10 -0400 Subject: [cl-markdown-devel] error using cl-markdown:markdown In-Reply-To: References: Message-ID: <0E9A23E1-F018-449E-BD14-A0EFF7889F93@mac.com> I get the same thing from a fresh compile. Try closing out your lisp, restarting, and try again. The second time i loaded markdown it worked It seems like it may be some incorrect dependency in the asd. -- Tim Ritchey On Apr 26, 2009, at 5:06 PM, Tiarnan O'Corrain wrote: > Hi-- > > I get the following when I try to use the markdown function: it > happens every time: > > (cl-markdown:markdown "this" :format :html :stream t) > > Here's the backtrace? > > 0: (SB-PCL::FIND-CLASS-FROM-CELL NIL NIL T) > 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) # argument> # NIL)[:EXTERNAL] > 2: (CL-MARKDOWN::CHUNK-SOURCE # {100383D071}> "this") > 3: (CL-MARKDOWN:MARKDOWN "this")[:EXTERNAL] > > > Has anyone else seen this? > > thanks > > Tiarnan > -- > difficile est saturam non scribere > _______________________________________________ > cl-markdown-devel mailing list > cl-markdown-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel From gwking at metabang.com Mon Apr 27 02:44:55 2009 From: gwking at metabang.com (Gary King) Date: Sun, 26 Apr 2009 22:44:55 -0400 Subject: [cl-markdown-devel] error using cl-markdown:markdown In-Reply-To: References: Message-ID: Hi Tiarnan, Thanks for letting me know about this (and thanks also to Timothy for following up). The latest cl-markdown (and cl-containers) should see you right. Some details are included at http://metabang.com/unclog2008/?p=129 . My apologies that something so basic failed out of the box. Please let me know how things go. On Apr 26, 2009, at 5:06 PM, Tiarnan O'Corrain wrote: > Hi-- > > I get the following when I try to use the markdown function: it > happens every time: > > (cl-markdown:markdown "this" :format :html :stream t) > > Here's the backtrace? > > 0: (SB-PCL::FIND-CLASS-FROM-CELL NIL NIL T) > 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) # argument> # NIL)[:EXTERNAL] > 2: (CL-MARKDOWN::CHUNK-SOURCE # {100383D071}> "this") > 3: (CL-MARKDOWN:MARKDOWN "this")[:EXTERNAL] > > > Has anyone else seen this? > > thanks > > Tiarnan > -- > difficile est saturam non scribere > _______________________________________________ > cl-markdown-devel mailing list > cl-markdown-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter From gwking at metabang.com Wed Apr 29 02:27:42 2009 From: gwking at metabang.com (Gary King) Date: Tue, 28 Apr 2009 22:27:42 -0400 Subject: [cl-markdown-devel] tinaa -- bugreport In-Reply-To: <1683324539@web.de> References: <1683324539@web.de> Message-ID: <8A228630-2125-4F0C-9A24-840BAD7C7929@metabang.com> Hi Frank, I dug through a bunch of code rot (nothing serious, just loose ends, etc.) and think I've got the problem fixed in fresh (asdf-)installs of tinaa (and/or cl-markdown). Please let me know if you mileage varies. regards, On Apr 28, 2009, at 4:06 PM, Frank Schorr wrote: > Hi Gary, > > I downloaded cl-container_latest to get 0.11.5 (darcs get http://common-lisp.net/project/cl-containers > provides 0.11.4), and I loaded > asdf-system-connections first. The error NIL is not the name of a > class persists upon calling tinaa, however. > > I will be happy to test again > > Best regards, > > Frank > > >> -----Urspr?ngliche Nachricht----- >> Von: "Gary King" >> Gesendet: 27.04.09 04:50:09 >> An: Frank Schorr >> Betreff: Re: tinaa -- bugreport > > >> Hi Frank, >> >> This may be the same problem described in http://metabang.com/unclog2008/?p=129 >> . >> >> Assuming it isn't already installed, can you try installing asdf- >> system-connections and see if that helps. Alternately, see if cl- >> containers 0.11.5 and cl-markdown 0.10.5 provide any joy. >> >> Please let me know, >> >> Thanks, >> >> >> On Apr 26, 2009, at 5:32 PM, Frank Schorr wrote: >> >>> Hi Gary, >>> >>> I have updated all your libraries I'm using or which are used by >>> other libs. >>> >>> The result is that Tinaa is no longer working. >>> >>> display-part is called with part being a doclisp-class object >>> referencing my class; looks ok to me. >>> >>> display-part calls (make-iterator it) with it being a list of >>> initargs my class. >>> >>> cl-containers:make-iterator uses default nil as iterator-class, >>> determine-iterator-class is not defined, and calls >>> make-instance with nil, accordingly. >>> >>> Error: NIL is not the name of a class >>> >>> Hope this helps and hopefully tinaa will be working soon. >>> >>> Best regards, >>> >>> Frank >>> >>> PS: I'm using Lispworks 5.0.2 on win32 >>> >>> >>> ____________________________________________________________________ >>> Psssst! Schon vom neuen WEB.DE MultiMessenger geh?rt? >>> Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123 >>> >> >> -- >> Gary Warren King, metabang.com >> Cell: (413) 559 8738 >> Fax: (206) 338-4052 >> gwkkwg on Skype * garethsan on AIM * gwking on twitter >> >> >> >> >> >> > > > ______________________________________________________ > GRATIS f?r alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://movieflat.web.de > -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter From ocorrain at gmail.com Wed Apr 29 09:35:50 2009 From: ocorrain at gmail.com (Tiarnan O'Corrain) Date: Wed, 29 Apr 2009 10:35:50 +0100 Subject: [cl-markdown-devel] error using cl-markdown:markdown In-Reply-To: References: Message-ID: Hi-- I ran a quick sanity test and it seems to be fine now. Thanks for the prompt response. all the best Tiarnan On Mon, Apr 27, 2009 at 3:44 AM, Gary King wrote: > Hi Tiarnan, > > Thanks for letting me know about this (and thanks also to Timothy for > following up). The latest cl-markdown (and cl-containers) should see you > right. Some details are included at http://metabang.com/unclog2008/?p=129. > > My apologies that something so basic failed out of the box. > > Please let me know how things go. > > > > On Apr 26, 2009, at 5:06 PM, Tiarnan O'Corrain wrote: > > Hi-- >> >> I get the following when I try to use the markdown function: it happens >> every time: >> >> (cl-markdown:markdown "this" :format :html :stream t) >> >> Here's the backtrace? >> >> 0: (SB-PCL::FIND-CLASS-FROM-CELL NIL NIL T) >> 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) # >> # NIL)[:EXTERNAL] >> 2: (CL-MARKDOWN::CHUNK-SOURCE # >> "this") >> 3: (CL-MARKDOWN:MARKDOWN "this")[:EXTERNAL] >> >> >> Has anyone else seen this? >> >> thanks >> >> Tiarnan >> -- >> difficile est saturam non scribere >> _______________________________________________ >> cl-markdown-devel mailing list >> cl-markdown-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel >> > > -- > Gary Warren King, metabang.com > Cell: (413) 559 8738 > Fax: (206) 338-4052 > gwkkwg on Skype * garethsan on AIM * gwking on twitter > > > > > > -- difficile est saturam non scribere -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwking at metabang.com Wed Apr 29 10:46:59 2009 From: gwking at metabang.com (Gary King) Date: Wed, 29 Apr 2009 06:46:59 -0400 Subject: [cl-markdown-devel] error using cl-markdown:markdown In-Reply-To: References: Message-ID: <828C0771-82C4-4F5D-A2ED-009B4F207905@metabang.com> Great! Thanks for letting me know and for the initial report. On Apr 29, 2009, at 5:35 AM, Tiarnan O'Corrain wrote: > Hi-- > > I ran a quick sanity test and it seems to be fine now. Thanks for > the prompt response. > > all the best > > Tiarnan > > On Mon, Apr 27, 2009 at 3:44 AM, Gary King > wrote: > Hi Tiarnan, > > Thanks for letting me know about this (and thanks also to Timothy > for following up). The latest cl-markdown (and cl-containers) should > see you right. Some details are included at http://metabang.com/unclog2008/?p=129 > . > > My apologies that something so basic failed out of the box. > > Please let me know how things go. > > > > On Apr 26, 2009, at 5:06 PM, Tiarnan O'Corrain wrote: > > Hi-- > > I get the following when I try to use the markdown function: it > happens every time: > > (cl-markdown:markdown "this" :format :html :stream t) > > Here's the backtrace? > > 0: (SB-PCL::FIND-CLASS-FROM-CELL NIL NIL T) > 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) # argument> # NIL)[:EXTERNAL] > 2: (CL-MARKDOWN::CHUNK-SOURCE # {100383D071}> "this") > 3: (CL-MARKDOWN:MARKDOWN "this")[:EXTERNAL] > > > Has anyone else seen this? > > thanks > > Tiarnan > -- > difficile est saturam non scribere > _______________________________________________ > cl-markdown-devel mailing list > cl-markdown-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel > > -- > Gary Warren King, metabang.com > Cell: (413) 559 8738 > Fax: (206) 338-4052 > gwkkwg on Skype * garethsan on AIM * gwking on twitter > > > > > > > > > -- > difficile est saturam non scribere -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter -------------- next part -------------- An HTML attachment was scrubbed... URL: