[svn]
r7535: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub....
VladD2
svnadmin at nemerle.org
Sat Mar 17 00:06:49 CET 2007
Log:
Add comment.
Author: VladD2
Date: Sat Mar 17 00:06:47 2007
New Revision: 7535
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/TextManagement/EngineCallbackStub.n Sat Mar 17 00:06:47 2007
@@ -14,6 +14,9 @@
public this(params assemblyReferences : array[string])
{
+ // Copy assembly refs. If it is not a path try load
+ // assembly by name and get it path.
+
def asmRefs = array(assemblyReferences.Length);
_assemblyReferences = asmRefs;
More information about the svn
mailing list