[svn]
r7213: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n
VladD2
svnadmin at nemerle.org
Fri Jan 5 21:34:44 CET 2007
Log:
Reset vars before project parsing.
Author: VladD2
Date: Fri Jan 5 21:34:43 2007
New Revision: 7213
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n Fri Jan 5 21:34:43 2007
@@ -32,6 +32,9 @@
Trace.WriteLine(">>>> ##### Build types tree!");
Instance = this;
Init();
+ _namespaces.Clear();
+ _decls = [];
+
// lexing of the NotParsed files
// we save the parsed files to improve performance
More information about the svn
mailing list