By Peter Dimov (8. July 2007, 20:07:30)
Hi Petr,
Problem is that a query gets encoded after it’s already in one piece (concatenated). As a solution I’d suggest to implement query storage and encoding differently (piecewise). Instead of
(more...)
By Petr Zemek (8. July 2007, 19:45:33)
Hi Peter,
I found a bug in the Uri class (URL encoding) when I was updating the TrackerRequestWriter to use Uri class for URL creation. If I create a URL and
(more...)
By Peter Dimov (8. July 2007, 18:30:04)
Dear all,
I just read an interview with Bjarne Stroustrup and though it would be an interesting read for some of you too!
Regards,
Peter
By Peter Dimov (8. July 2007, 18:10:50)
Hi Petr,
Thanks a ton for the detailed comments!
I’m not sure if I understand it correctly (and please correct me if I don’t), but the SessionStatus would be some other class
(more...)
By Petr Zemek (8. July 2007, 16:24:44)
Hi Peter,
I really appreciated the idea with problem description when I was reading the docs. It's also good that there is a small example how the inheritance will be done!
I've
(more...)
By Petr Zemek (8. July 2007, 12:00:21)
Hi Peter,
Unifying these seems like a good idea! Uri should be fine for basic usage - merge my developers/peter/calitko-petr branch into to get the code. I see that Http::ClientSession uses
(more...)
By Peter Dimov (8. July 2007, 11:35:07)
Hi Petr,
Is it possible to have static functions in the classes with CALITKO_TESTABLE marker? I haven’t studied it deeply (so it might be only my mistake) but when I had
(more...)
By Peter Dimov (8. July 2007, 03:21:17)
Dear all,
There is one issue with the combination of Trac and Bazaar because of their quite different natures. Trac is a centralized system, whereas Bazaar is a decentralized one. bzr.calitko.org
(more...)