From: Baptiste L. <gai...@fr...> - 2004-08-10 07:20:30
|
Thanks for fixing this. I haven't use VC6 in a while. You can remove the failing test by removing it from the __test__.txt list= . It's a bit like saying what's the next thing to do. Here is the big picture: - symboldeclarator walk the parsed node tree and declare symbols and scop= es in the symbol table. - the refactoringtest use the symbol table to find occurrences of a speci= fic identifier. Baptiste. ----- Original Message -----=20 From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Monday, August 09, 2004 12:26 PM Subject: [Cpptool-develop] Fixes for VS6 compilation... > hello baptiste, > > A few fixes for compiling the code under VC6: > > - the code is compilable with "v3" of regexpr. > - one additional problem is the type "std::size_t" which is not defined > that way in VC6 > When using "size_t" instead, the code is fully compilable. > - the files "symboltabletestprocessor" were not in the project ... is fixed. > - with this all tests run through only one failes: > Testing 'All Tests/SymbolTableTest/variable1.txt' : ASSERTION > don't know how to check node type: variable > At line: 5, column: 1 > Failures: 1, Tested: 182 > "I think you expected this ;-)" > > I'm going through the code... > > greetings, > Andr=E9 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technolog= y > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Cpptool-develop mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpptool-develop > |