On Tue, 2007-12-04 at 08:48 +0900, Adrian Chadd wrote: > 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.
Ah, this is by design, I think: The code "needs" context as much as it "needs" debugging. Thanks, Alex.
