From troussan at gmail.com Tue Oct 24 13:29:42 2006 From: troussan at gmail.com (Tchavdar Roussanov) Date: Tue, 24 Oct 2006 08:29:42 -0500 Subject: [bknr-devel] Merging development branch Message-ID: <168eba220610240629h3699ee14sfed7674cbb13bf50@mail.gmail.com> Hans, You have made a lot of commits to your development branch recently. Including updates to the third party tree. Do you have plans to merge these changes to the trunk? Regards, Tchavdar Roussanov -------------- next part -------------- An HTML attachment was scrubbed... URL: From hans.huebner at gmail.com Tue Oct 24 13:57:02 2006 From: hans.huebner at gmail.com (Hans Huebner) Date: Tue, 24 Oct 2006 15:57:02 +0200 Subject: [bknr-devel] Merging development branch In-Reply-To: <168eba220610240629h3699ee14sfed7674cbb13bf50@mail.gmail.com> References: <168eba220610240629h3699ee14sfed7674cbb13bf50@mail.gmail.com> Message-ID: Hi Tchadvar, I have moved all my projects to my development branch and I?d be interested in making that branch the new trunk. The problem I see is that some of the changes I made with respect to the XML generation are incompatible to the trunk version. I?d propose the following: I will create a branch from the current trunk which is named "legacy" or some such and then move my development branch back to the trunk. Let me know if that would work for you (and if anyone else reading this has any thoughts or objections, please shout!). -Hans On 10/24/06, Tchavdar Roussanov wrote: > Hans, > > You have made a lot of commits to your development branch recently. > Including updates to the third party tree. Do you have plans to merge these > changes to the trunk? > > Regards, > > Tchavdar Roussanov > > _______________________________________________ > bknr-devel mailing list > bknr-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/bknr-devel > > > From troussan at gmail.com Tue Oct 24 17:09:36 2006 From: troussan at gmail.com (Tchavdar Roussanov) Date: Tue, 24 Oct 2006 12:09:36 -0500 Subject: [bknr-devel] Merging development branch In-Reply-To: References: <168eba220610240629h3699ee14sfed7674cbb13bf50@mail.gmail.com> Message-ID: <168eba220610241009j49312c6dvbdd034ce99d2929f@mail.gmail.com> Hi Hans, It works for me. I didn't have time to work with bknr lately. I mostly use SBCL and in order to compile I have to update most of the third party libraries to their latest or cvs versions. I use a custom init.lisp that first check if I have the library in my asdf registry and only if it is not there pushes the thirdparty path into it. The biggest problem I have is with Portableaserve because it is not thread save with sbcl. Tchavdar On 10/24/06, Hans Huebner wrote: > > Hi Tchadvar, > > I have moved all my projects to my development branch and I?d be > interested in making that branch the new trunk. The problem I see is > that some of the changes I made with respect to the XML generation are > incompatible to the trunk version. > > I?d propose the following: I will create a branch from the current > trunk which is named "legacy" or some such and then move my > development branch back to the trunk. > > Let me know if that would work for you (and if anyone else reading > this has any thoughts or objections, please shout!). > > -Hans > > On 10/24/06, Tchavdar Roussanov wrote: > > Hans, > > > > You have made a lot of commits to your development branch recently. > > Including updates to the third party tree. Do you have plans to merge > these > > changes to the trunk? > > > > Regards, > > > > Tchavdar Roussanov > > > > _______________________________________________ > > bknr-devel mailing list > > bknr-devel at common-lisp.net > > http://common-lisp.net/cgi-bin/mailman/listinfo/bknr-devel > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hans.huebner at gmail.com Tue Oct 24 21:23:14 2006 From: hans.huebner at gmail.com (Hans Huebner) Date: Tue, 24 Oct 2006 23:23:14 +0200 Subject: [bknr-devel] Merging development branch In-Reply-To: <168eba220610241009j49312c6dvbdd034ce99d2929f@mail.gmail.com> References: <168eba220610240629h3699ee14sfed7674cbb13bf50@mail.gmail.com> <168eba220610241009j49312c6dvbdd034ce99d2929f@mail.gmail.com> Message-ID: Hi Tchadvar, I did merge back from branches/xml-class-rework to trunk. This includes the latest releases of the thirdparty packages as well as the current development version of the applications I presently support. I started cleaning up some of the cruft that is in the tree and unused since years, but there is still a lot to be desired. About portableaserve: I am not interested in threading, so I have not followed what is needed to make paserve thread save. I've quickly checked the paserve ChangeLog and there seems to have been little activity. Is the latest CVS version any better? If it helps, I can try importing the last version into the thirdparty/ tree. I have thought about removing thirdparty/ altogether, relying on asdf-install instead. My recent experience with various open source packages made me abandon that idea. I will continue to keep all packages that I depend on in the bknr repository and update that with recent releases of packages that are used. I also try contributing back fixes to thirdparty/ packages, but I have found trying that being pretty frustrating. Many authors do no longer use (and support) the packages they once wrote, and one can be lucky to get a response to a mail with a patch at all. I do like the idea of sharing, but I also like getting things done for my customers and it is frustrating enough having to spend much more time fixing bugs in software others wrote than on the application itself. Sorry, I just had to write this down somewhere :) -Hans From troussan at gmail.com Wed Oct 25 04:04:10 2006 From: troussan at gmail.com (Tchavdar Roussanov) Date: Tue, 24 Oct 2006 23:04:10 -0500 Subject: [bknr-devel] Merging development branch In-Reply-To: References: <168eba220610240629h3699ee14sfed7674cbb13bf50@mail.gmail.com> <168eba220610241009j49312c6dvbdd034ce99d2929f@mail.gmail.com> Message-ID: <168eba220610242104j7e6423fpbc6690566132b207@mail.gmail.com> Yes, the open source world is not the ideal world. On your question about portableserve the answer is yes, cvs version is better for me. The same is true for CXML. Tchavdar On 10/24/06, Hans Huebner wrote: > > Hi Tchadvar, > > I did merge back from branches/xml-class-rework to trunk. This > includes the latest releases of the thirdparty packages as well as the > current development version of the applications I presently support. > I started cleaning up some of the cruft that is in the tree and unused > since years, but there is still a lot to be desired. > > About portableaserve: I am not interested in threading, so I have not > followed what is needed to make paserve thread save. I've quickly > checked the paserve ChangeLog and there seems to have been little > activity. Is the latest CVS version any better? If it helps, I can > try importing the last version into the thirdparty/ tree. > > I have thought about removing thirdparty/ altogether, relying on > asdf-install instead. My recent experience with various open source > packages made me abandon that idea. I will continue to keep all > packages that I depend on in the bknr repository and update that with > recent releases of packages that are used. I also try contributing > back fixes to thirdparty/ packages, but I have found trying that being > pretty frustrating. Many authors do no longer use (and support) the > packages they once wrote, and one can be lucky to get a response to a > mail with a patch at all. I do like the idea of sharing, but I also > like getting things done for my customers and it is frustrating enough > having to spend much more time fixing bugs in software others wrote > than on the application itself. > > Sorry, I just had to write this down somewhere :) > > -Hans > -------------- next part -------------- An HTML attachment was scrubbed... URL: