From whalliburton at gmail.com Thu Aug 28 12:52:36 2008 From: whalliburton at gmail.com (William Halliburton) Date: Thu, 28 Aug 2008 07:52:36 -0500 Subject: [cl-containers-devel] iterate-elements on an empty dlits Message-ID: <4e7bd29e0808280552i5c4e3913kaf14542e7789dd6f@mail.gmail.com> The following signals an error. Should it not just return nil? (iterate-elements (make-container 'dlist-container) #'print) Thanks much, Will -------------- next part -------------- An HTML attachment was scrubbed... URL: From whalliburton at gmail.com Thu Aug 28 17:20:54 2008 From: whalliburton at gmail.com (William Halliburton) Date: Thu, 28 Aug 2008 12:20:54 -0500 Subject: [cl-containers-devel] Re: iterate-elements on an empty dlits In-Reply-To: <4e7bd29e0808280552i5c4e3913kaf14542e7789dd6f@mail.gmail.com> References: <4e7bd29e0808280552i5c4e3913kaf14542e7789dd6f@mail.gmail.com> Message-ID: <4e7bd29e0808281020k76bf37ccw45a05f9730ee420c@mail.gmail.com> One other thing that bit me was that the default size for dlist-containers is NIL, i believe this should be 0 as in sorted-dlist-container. Thanks, Will On Thu, Aug 28, 2008 at 7:52 AM, William Halliburton wrote: > > The following signals an error. Should it not just return nil? > > (iterate-elements (make-container 'dlist-container) #'print) > > Thanks much, > Will > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From whalliburton at gmail.com Thu Aug 28 19:57:48 2008 From: whalliburton at gmail.com (William Halliburton) Date: Thu, 28 Aug 2008 14:57:48 -0500 Subject: [cl-containers-devel] moptilities:sublcasses doc is incorrect Message-ID: <4e7bd29e0808281257nf2686d3i7b132f4be9ae691@mail.gmail.com> "Returns all of the subclasses of the class including the class itself." It does not return the class itself. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwking at metabang.com Fri Aug 29 15:42:56 2008 From: gwking at metabang.com (Gary King) Date: Fri, 29 Aug 2008 11:42:56 -0400 Subject: [cl-containers-devel] moptilities:sublcasses doc is incorrect In-Reply-To: <4e7bd29e0808281257nf2686d3i7b132f4be9ae691@mail.gmail.com> References: <4e7bd29e0808281257nf2686d3i7b132f4be9ae691@mail.gmail.com> Message-ID: <704CC104-391F-4319-8CFD-4CD99603BA5A@metabang.com> Hi Bill, Thanks for this bug report. I'll file it and hope to get to it soon. On Aug 28, 2008, at 3:57 PM, William Halliburton wrote: > "Returns all of the subclasses of the class including the class > itself." > > It does not return the class itself. > _______________________________________________ > cl-containers-devel mailing list > cl-containers-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-containers-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Fri Aug 29 15:46:50 2008 From: gwking at metabang.com (Gary King) Date: Fri, 29 Aug 2008 11:46:50 -0400 Subject: [cl-containers-devel] Re: iterate-elements on an empty dlits In-Reply-To: <4e7bd29e0808281020k76bf37ccw45a05f9730ee420c@mail.gmail.com> References: <4e7bd29e0808280552i5c4e3913kaf14542e7789dd6f@mail.gmail.com> <4e7bd29e0808281020k76bf37ccw45a05f9730ee420c@mail.gmail.com> Message-ID: Hi Will, I think you've found another one! Thanks. I've filed this away and will hope to get to it soon. On Aug 28, 2008, at 1:20 PM, William Halliburton wrote: > One other thing that bit me was that the default size for dlist- > containers is NIL, i believe this should be 0 as in sorted-dlist- > container. > > Thanks, > Will > > On Thu, Aug 28, 2008 at 7:52 AM, William Halliburton > wrote: > > The following signals an error. Should it not just return nil? > > (iterate-elements (make-container 'dlist-container) #'print) > > Thanks much, > Will > > > _______________________________________________ > cl-containers-devel mailing list > cl-containers-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-containers-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM -------------- next part -------------- An HTML attachment was scrubbed... URL: