On Mon, Dec 03, 2007, Alex Rousskov wrote: > On Sun, 2007-12-02 at 02:01 +0000, Adrian Chadd wrote: > > > The context code relies on the debugging code to print out messages - > > the debugging code currently relies on the context code to potentially > > print out context. Its an unfortunate cyclic dependency but not one > > thats important to fix at the present time. > > What's wrong with this dependency? Is not call context handling a part > of the debugging "module"?
Its not a big deal. It just means that you need to include the context code if you want to use the debug() statements in another module even if you never need context. It just means you can't test the debugging code without the context code or vice versa, thats all. Again, no big deal. Adrian
