From: Baptiste L. <gai...@fr...> - 2002-11-27 20:22:36
|
----- Original Message ----- From: "Sven Reichard" <rei...@ma...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Wednesday, November 27, 2002 8:59 PM Subject: Re: [Cpptool-develop] files added > On Wed, 27 Nov 2002, Baptiste Lepilleur wrote: > > > I added the files to the project. > > > > On the other, during the refactoring, you introduced a bug. How did you > > manage to get past the ScopeGeneratorTest::testVariableDeclScope test ? > > > > I fixed the bug. In ScopeGenerator::visitNode(), canSkip() must be called > > after the scope generation as some node may not need to visit any children > > or properties, but may generate a scope (variable-decl for instance). > > Hmm... everything passed here. The only explanation I have is that > ScopeGeneratorTest hasn't been added to the Makefile... I'll check that > when I come home. Yup, I just saw that. I added some other missing files as well. Baptiste. |