Hi Jacek, No need to apologize or feel sad (half or full) - As I said, you are doing a fantastic job, which I as a Dabo user am very grateful of :-) And with commit 6457 it was easy for me to correct my code to use tuples and not lists for bizobj DataStructure.
Maybe Ed can fix the section in the PyCon tutorial I mentioned? (Using DataStructure += ((...),) as you mentioned to update the SubClasses' DataStructure.) And yes, I've been (silently) following Werner's work with Sphinx, it looks really nice. Best regards, Rasmus. 2011/2/23 Jacek Kałucki <[email protected]>: > Użytkownik Rasmus Schøler Sørensen napisał: >> Hi Jacek, >> >> You might want to update the PyCon 2010 tutorial which uses a list, >> not tuple, for bizobj DataStructure in the "Creating Many-to-many >> relationship" section, >> https://docs.google.com/View?id=dg79jzmg_85f737ww6x&pli=1#Creating_the_Many_Many_Relatio >> . >> >> Also, regarding commit 6457: Very good that you've added an explicit >> exception, but maybe you want to also add a small note saying that >> "this exception is raised due to a recent change in the Dabo framework >> API." Or, alternatively, add a post on the user-list -- I believe it >> is important to be aware about informing the uses about API changes, >> everything else is disrespecting the users. (I know that dabo is still >> only "0.9.8", but on the other hand Ed and Paul have stated that the >> framework it self is "stable".) >> >> That said, thank you for your wonderful work on the framework, Jacek - >> We really do appreciate it. Also, don't think I'm against changing the >> API (that's bound to happen when making improvements) - i'm just >> saying it would be nice with a little heads up :-) >> > > Hi. > > I want to apologize for my latest changes and all inconveniences you > experienced. > But I feel guilty only in half, since the API really doesn't changed. > I only introduced strict conformance to it. > Although it doesn't resolve all potential problems, I added list to > tuple type > conversion for DataStructure property in latest commit. > AFAIK, Werner is doing great job documenting Dabo API with Sphinx. > I hope, it let to understand framework code better. > > -- > Regards > Jacek Kałucki > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: http://leafe.com/archives/byMID/[email protected] > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
