Re: Migrating debug code from src/ to src/debug/

2008-12-25 Thread Adrian Chadd
Ok, besides the lacking build dependency on src/core and src/debug, I think the first round of changes are finished. That is, the ctx/debug routines and all that they depend on have been shuffled out of src/ and into src/core / src/debug as appropriate. I've pushed the changes to the launchpad

Re: Migrating debug code from src/ to src/debug/

2008-12-25 Thread Amos Jeffries
Adrian Chadd wrote: Ok, besides the lacking build dependency on src/core and src/debug, I think the first round of changes are finished. That is, the ctx/debug routines and all that they depend on have been shuffled out of src/ and into src/core / src/debug as appropriate. I've pushed the

Re: Migrating debug code from src/ to src/debug/

2008-12-21 Thread Adrian Chadd
2008/12/18 Adrian Chadd adr...@freebsd.org: I've begun fiddling with migrating the bulk of the debug code out of src/ and into src/debug/; as per the source reorganisation wiki page. The next step is migrating some other stuff out and doing some API hiding hijinx of the debugging logfile code -

Re: Migrating debug code from src/ to src/debug/

2008-12-21 Thread Adrian Chadd
Would someone perhaps enlighten me why Squid-3 is trying to install src/SquidTime.h as part of some build rule, and why moving it out of the way (into src/core/) has resulted in make install completely failing? I'm having some real trouble understanding all of the gunk thats in the Squid-3

Re: Migrating debug code from src/ to src/debug/

2008-12-19 Thread Henrik Nordstrom
tor 2008-12-18 klockan 10:27 -0500 skrev Adrian Chadd: The changes can be viewed at http://bazaar.launchpad.net/~adrian-squid-cache/squid/adrian_src_reorganise/ . I'll post again when I've finished the debug code shuffle so I can figure out the right way to submit the change request. bzr

Migrating debug code from src/ to src/debug/

2008-12-18 Thread Adrian Chadd
I've begun fiddling with migrating the bulk of the debug code out of src/ and into src/debug/; as per the source reorganisation wiki page. The first step is to just relocate the syslog facility code out, which I've done. The next step is to break out the debug code which handles the actual