[svn]
r6897: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n
VladD2
svnadmin at nemerle.org
Wed Nov 15 03:38:14 CET 2006
Log:
Remove Resolve of TExpr.Delayed.
Author: VladD2
Date: Wed Nov 15 03:38:12 2006
New Revision: 6897
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n Wed Nov 15 03:38:12 2006
@@ -190,10 +190,10 @@
{
match (info.Node)
{
- | TExpr.Delayed(susp) =>
-
- unless (susp.IsResolved)
- susp.Resolve();
+ | TExpr.Delayed(_susp) =>
+ // Ñþäà ìîæíî äîáàâèòü "íå÷òî" äëÿ âûäà÷è ñîîáùåíèÿ î òîì, ÷òî íå÷òî
+ // íå ìîæåò áûòü ðàñïîçíàíî.
+ assert(true);
| _ when (info.Node is Located) =>
More information about the svn
mailing list