[svn] r7680: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n

VladD2 svnadmin at nemerle.org
Tue May 15 02:56:50 CEST 2007


Log:
Add call NameTree.Init(). Fix problems with macro-context.

Author: VladD2
Date: Tue May 15 02:56:48 2007
New Revision: 7680

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	Tue May 15 02:56:48 2007
@@ -46,6 +46,8 @@
         {
           RestoreManagerClassInstance();
 
+          NameTree.Init();
+
           // we must clean the nodes from current program - note that this 
           // behaviour is automatically provided by Run, but completion
           // engine does not use it at the moment.. :(



More information about the svn mailing list