From: Baptiste L. <gai...@fr...> - 2002-11-07 07:33:49
|
----- Original Message ----- From: "Sven Reichard" <rei...@ma...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Thursday, November 07, 2002 12:27 AM Subject: [Cpptool-develop] Re: [Cpptool-develop]Identifying variable occurrences (was: tests added) > On Wed, 6 Nov 2002, Baptiste Lepilleur wrote: > > > Completly forgot about the fact that there might be spaces around '::'... > > That's why you should have at least 2 developers :) (if you can't > pair-program) You got it ;-) > > Instead of parsing for those, I was thinking of moving the identifier > > parsing at a level below expression. I haven't though too much about it yet, > > but it would be something like: > > <snip> > > This would allow the refactoring component to work at a higher level, just > > like for the variable declarations, using a visitor for example. > > > > What do you think ? > > I think that for now it is sufficient to check that we match a complete > identifier, and if it is preceded by a scope operator. Let's think about > more complicated approaches later. So we only do the [variable-identifier] parsing for now. That's sound fine with me. > BTW, did you manage to set up your public key pair? For me it works nicely > now. No, I never managed to get it working (even with just open-ssh) :-( Baptiste. > > -- > Sven Reichard > Dept. of Math. Sci. > University of Delaware > rei...@ma... |