From gwking at metabang.com Wed Sep 20 13:09:37 2006 From: gwking at metabang.com (Gary King) Date: Wed, 20 Sep 2006 09:09:37 -0400 Subject: [tinaa-devel] Re: problem with tinaa In-Reply-To: <17675.3042.712284.827823@necronomicon.sift.info> References: <17675.3042.712284.827823@necronomicon.sift.info> Message-ID: [cc'd to list] thanks Robert, I'll try to look into this today or tomorrow. keep peace, On Sep 15, 2006, at 4:24 PM, rpgoldman at sift.info wrote: > > I was trying to document a system with tinaa, and it blew up with the > following error: > > Error: No methods applicable for generic function > # SYSTEM-DEFINER> > with args ((:VERSION "metatilities" "0.3")) of classes (CONS) > > Here's the backtrace: > > Evaluation stack: > > (METHOD NO-APPLICABLE-METHOD (T)) <- > DSC:ENSURE-SYSTEM-NAME <- (:INTERNAL (METHOD DSC::SYSTEM- > DEPENDENCIES* #) 0) <- > MAPCAR <- (METHOD DSC::SYSTEM-DEPENDENCIES* (# T)) <- DSC:SYSTEM- > DEPENDENCIES <- > (LABELS DSC:COLLECT-SYSTEM-DEPENDENCIES DSC::COMPUTE-SYSTEM- > CLOSURE) <- > DSC:COLLECT-SYSTEM-DEPENDENCIES <- (METHOD DSC:MAP-SYSTEM-FILES > (LIST T)) <- > (:INTERNAL (:EFFECTIVE-METHOD 2 T ...) 0) <- > (METHOD DSC:MAP-SYSTEM-FILES (SYMBOL T)) <- > (:INTERNAL (:EFFECTIVE-METHOD 2 T ...) 0) <- DSC:PATHNAME-FOR- > SYSTEM-FILE <- > (METHOD DOCLISP::CSS-FILE-FOR-WRITER (DOCLISP::BASIC-PAGE- > WRITER)) <- > DOCLISP::WRITE-CSS-FILE <- > (METHOD DOCLISP::BUILD-DOCUMENTATION > (DOCLISP::BASIC-PAGE-WRITER DOCLISP:DOCLISP-ASSEMBLY T)) <- > (METHOD DOCLISP::BUILD-DOCUMENTATION :AROUND ...) <- > (:INTERNAL (:EFFECTIVE-METHOD 3 T ...) 0) <- DOCLISP:DOCUMENT- > SYSTEM <- EVAL <- > TPL:TOP-LEVEL-READ-EVAL-PRINT-LOOP <- TPL:START-INTERACTIVE-TOP- > LEVEL > > Best, > Robert -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From jasondunsmore at gmail.com Wed Sep 20 23:13:26 2006 From: jasondunsmore at gmail.com (Jason Dunsmore) Date: Wed, 20 Sep 2006 16:13:26 -0700 Subject: [tinaa-devel] contents file doesn't have links to other indexes Message-ID: <93f5c6d70609201613j7554a06eqeecf15b783a2d76c@mail.gmail.com> Hi, when I run tinaa with "document-system 'package :my-package "/path/to/tinaa/", all of the html files are created, but the contents file only has a link to the external symbol index. If I browse to"/path/to/tinaa/my-package/internal-index.html" I can see the internal index, which contains a link to the other indexes. How can I generate a contents file with all of the indexes (Class Function Symbol Permuted Macro Variable)? Thank you, Jason Dunsmore From gwking at metabang.com Thu Sep 21 03:07:49 2006 From: gwking at metabang.com (Gary King) Date: Wed, 20 Sep 2006 23:07:49 -0400 Subject: [tinaa-devel] contents file doesn't have links to other indexes In-Reply-To: <93f5c6d70609201613j7554a06eqeecf15b783a2d76c@mail.gmail.com> References: <93f5c6d70609201613j7554a06eqeecf15b783a2d76c@mail.gmail.com> Message-ID: <908F099E-041A-439F-BBCA-29974DE20269@metabang.com> Hi Jason, I've verified the problem you're having but haven't instantly seen why Tinaa is doing this. I'll get back to you tomorrow with more details. thanks, On Sep 20, 2006, at 7:13 PM, Jason Dunsmore wrote: > Hi, when I run tinaa with "document-system 'package :my-package > "/path/to/tinaa/", all of the html files are created, but the contents > file only has a link to the external symbol index. If I browse > to"/path/to/tinaa/my-package/internal-index.html" I can see the > internal index, which contains a link to the other indexes. > > How can I generate a contents file with all of the indexes (Class > Function Symbol Permuted Macro Variable)? > > Thank you, > Jason Dunsmore > _______________________________________________ > tinaa-devel mailing list > tinaa-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/tinaa-devel -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Thu Sep 21 03:09:36 2006 From: gwking at metabang.com (Gary King) Date: Wed, 20 Sep 2006 23:09:36 -0400 Subject: [tinaa-devel] Re: problem with tinaa In-Reply-To: <17681.41072.891419.549521@necronomicon.sift.info> References: <17675.3042.712284.827823@necronomicon.sift.info> <17681.41072.891419.549521@necronomicon.sift.info> Message-ID: Hi Robert, Was this a system defined by ASDF? On Sep 20, 2006, at 4:11 PM, Robert P. Goldman wrote: >>>>>> "GK" == Gary King writes: > > GK> [cc'd to list] thanks Robert, > > GK> I'll try to look into this today or tomorrow. > > Great. Code-walking defsystem seems more difficult than one might > hope. I'm not sure why it's using defsystem-compatibility on > metatilities, which is a dependency of the TINAA system, and not a > dependency of the system I was trying to document.... > > R > >>> >>> I was trying to document a system with tinaa, and it blew up >>> with the following error: >>> >>> Error: No methods applicable for generic function >>> # SYSTEM-DEFINER> >>> with args ((:VERSION "metatilities" "0.3")) of classes (CONS) >>> >>> Here's the backtrace: >>> >>> Evaluation stack: >>> >>> (METHOD NO-APPLICABLE-METHOD (T)) <- DSC:ENSURE-SYSTEM-NAME <- >>> (:INTERNAL (METHOD DSC::SYSTEM- DEPENDENCIES* #) 0) <- MAPCAR >>> <- (METHOD DSC::SYSTEM-DEPENDENCIES* (# T)) <- DSC:SYSTEM- >>> DEPENDENCIES <- (LABELS DSC:COLLECT-SYSTEM-DEPENDENCIES >>> DSC::COMPUTE-SYSTEM- CLOSURE) <- >>> DSC:COLLECT-SYSTEM-DEPENDENCIES <- (METHOD DSC:MAP-SYSTEM-FILES >>> (LIST T)) <- (:INTERNAL (:EFFECTIVE-METHOD 2 T ...) 0) <- >>> (METHOD DSC:MAP-SYSTEM-FILES (SYMBOL T)) <- (:INTERNAL >>> (:EFFECTIVE-METHOD 2 T ...) 0) <- DSC:PATHNAME-FOR- SYSTEM-FILE >>> <- (METHOD DOCLISP::CSS-FILE-FOR-WRITER (DOCLISP::BASIC-PAGE- >>> WRITER)) <- DOCLISP::WRITE-CSS-FILE <- (METHOD >>> DOCLISP::BUILD-DOCUMENTATION (DOCLISP::BASIC-PAGE-WRITER >>> DOCLISP:DOCLISP-ASSEMBLY T)) <- (METHOD >>> DOCLISP::BUILD-DOCUMENTATION :AROUND ...) <- (:INTERNAL >>> (:EFFECTIVE-METHOD 3 T ...) 0) <- DOCLISP:DOCUMENT- SYSTEM <- >>> EVAL <- TPL:TOP-LEVEL-READ-EVAL-PRINT-LOOP <- >>> TPL:START-INTERACTIVE-TOP- LEVEL >>> >>> Best, Robert > > GK> -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: > GK> (206) 338-4052 gwkkwg on Skype * garethsan on AIM > > > -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Sat Sep 23 14:00:55 2006 From: gwking at metabang.com (Gary King) Date: Sat, 23 Sep 2006 10:00:55 -0400 Subject: [tinaa-devel] Re: problem with tinaa In-Reply-To: <17682.815.609755.706712@necronomicon.sift.info> References: <17675.3042.712284.827823@necronomicon.sift.info> <17681.41072.891419.549521@necronomicon.sift.info> <17682.815.609755.706712@necronomicon.sift.info> Message-ID: <151B9693-B074-4CCA-8344-C4223DEA8F1B@metabang.com> [cc'd to list] Hi Robert, I agree with you; this should be fixed in the next update. On Sep 20, 2006, at 11:12 PM, rpgoldman at sift.info wrote: > btw, when I was documenting this, it seemed like I had to use the > somewhat odd 'tinaa:asdf symbol to designate it (or maybe I was > confused?). > > Since ASDF is a package name, and so is interned as a keyword anyway, > why not change the use of 'tinaa:asdf into just :asdf? > > Best, > R -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Sat Sep 23 14:03:18 2006 From: gwking at metabang.com (Gary King) Date: Sat, 23 Sep 2006 10:03:18 -0400 Subject: [tinaa-devel] contents file doesn't have links to other indexes In-Reply-To: <93f5c6d70609201613j7554a06eqeecf15b783a2d76c@mail.gmail.com> References: <93f5c6d70609201613j7554a06eqeecf15b783a2d76c@mail.gmail.com> Message-ID: <029A6837-6273-4912-817A-AAC7BB86271A@metabang.com> Hi Jason, I made the mistake of hanging the code that shows the internal/ external link off of a call to show-part-parents. If you're documenting a package, then the package is at the top-level and has no parent and so that call never happens. This will be corrected in the next update. On Sep 20, 2006, at 7:13 PM, Jason Dunsmore wrote: > Hi, when I run tinaa with "document-system 'package :my-package > "/path/to/tinaa/", all of the html files are created, but the contents > file only has a link to the external symbol index. If I browse > to"/path/to/tinaa/my-package/internal-index.html" I can see the > internal index, which contains a link to the other indexes. > > How can I generate a contents file with all of the indexes (Class > Function Symbol Permuted Macro Variable)? > > Thank you, > Jason Dunsmore > _______________________________________________ > tinaa-devel mailing list > tinaa-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/tinaa-devel -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Sat Sep 23 14:38:26 2006 From: gwking at metabang.com (Gary King) Date: Sat, 23 Sep 2006 10:38:26 -0400 Subject: [tinaa-devel] Tinaa 0.5.1 Message-ID: I've just updated Tinaa with some minor improvements and bug fixes (thanks to Robert Goldman and Jason Dunsmore). (Note that I'm in the midst of recovering from a hard drive failure which has left my GPG private key in the operating room. I think I'll be able to recover it but until I do, I can't update any of my ASDF installable things without switching keys. If I don't recover the key today; I'll start fresh. thanks, -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM