bug 2000 - patch

2007-08-05 Thread Amos Jeffries
Here is the patch to obsolete StoreEntryStream from squid. If any of you want to check it before I push it to HEAD next weekend. It blocks out the StoreEntryStream class code and test cases, and replaces all use of the stream with calls to storeAppendPrintf(). I'm not sure if it needs a

Re: cvs commit: www2/content/Download mirrors.dyn

2007-08-05 Thread Amos Jeffries
Duane Wessels wrote: wessels 2007/08/04 15:03:00 MDT Modified files: content/Download mirrors.dyn Log: Fix Amos' bug Revision ChangesPath 1.12 +1 -1 www2/content/Download/mirrors.dyn Don't know what the bug was (background-color?) but I'm not seeing

Re: bug 2000 - patch

2007-08-05 Thread Robert Collins
On Sun, 2007-08-05 at 19:39 +1200, Amos Jeffries wrote: Here is the patch to obsolete StoreEntryStream from squid. If any of you want to check it before I push it to HEAD next weekend. It blocks out the StoreEntryStream class code and test cases, and replaces all use of the stream with calls

Re: bug 2000 - patch

2007-08-05 Thread Amos Jeffries
Robert Collins wrote: On Sun, 2007-08-05 at 19:39 +1200, Amos Jeffries wrote: Here is the patch to obsolete StoreEntryStream from squid. If any of you want to check it before I push it to HEAD next weekend. It blocks out the StoreEntryStream class code and test cases, and replaces all use of

Re: bug 2000 - patch

2007-08-05 Thread Robert Collins
On Sun, 2007-08-05 at 22:03 +1200, Amos Jeffries wrote: Building on recent testing versions of Debian with upcoming g++ 4.1.3 and 4.2.1 it fails the unit-tests. std::setw() on a string/char requires something that is not implemented in the StoreEntrystream* classes. My limited-knowledge

Re: bug 2000 - patch

2007-08-05 Thread Amos Jeffries
Robert Collins wrote: On Sun, 2007-08-05 at 22:03 +1200, Amos Jeffries wrote: Building on recent testing versions of Debian with upcoming g++ 4.1.3 and 4.2.1 it fails the unit-tests. std::setw() on a string/char requires something that is not implemented in the StoreEntrystream* classes. My

Re: bug 2000 - patch

2007-08-05 Thread Robert Collins
On Mon, 2007-08-06 at 01:52 +1200, Amos Jeffries wrote: Have you looked at the g++ changelog to see if anything stands out? yes, there is no mention in either the Debian changelog or the gcc one of anything stream related back to before the versions that are known to have no probems.