Return-Path: X-Original-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C28F7709D for ; Sun, 28 Aug 2011 00:45:58 +0000 (UTC) Received: (qmail 90346 invoked by uid 500); 28 Aug 2011 00:45:58 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 90321 invoked by uid 500); 28 Aug 2011 00:45:58 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 90314 invoked by uid 99); 28 Aug 2011 00:45:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 00:45:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 00:45:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 465C42388BB6; Sun, 28 Aug 2011 00:45:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sun, 28 Aug 2011 00:44:48 -0000 To: lucene-net-commits@lucene.apache.org From: mherndon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110828004501.465C42388BB6@eris.apache.org> Subject: [Lucene.Net] svn commit: r1162463 [10/18] - in /incubator/lucene.net/trunk: ./ build/scripts/ lib/ lib/Gallio.3.2.750/ lib/Gallio.3.2.750/licenses/ lib/Gallio.3.2.750/tools/ lib/Gallio.3.2.750/tools/NCover/ lib/Gallio.3.2.750/tools/NCover/Resources/ lib/Gallio.3.2.... Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.dll URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.dll?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.dll (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.dll Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.pdb URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.pdb?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.pdb (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.pdb Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.plugin URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.plugin?rev=1162463&view=auto ============================================================================== --- incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.plugin (added) +++ incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.plugin Sun Aug 28 00:44:41 2011 @@ -0,0 +1,35 @@ + + + + Gallio Extensions for .Net 3.5 + 3.2.0.0 + Provides additional Gallio features for use with .Net 3.5. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.xml URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.xml?rev=1162463&view=auto ============================================================================== --- incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.xml (added) +++ incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio35.xml Sun Aug 28 00:44:41 2011 @@ -0,0 +1,293 @@ + + + + Gallio35 + + + + + Extension methods for delegates. + + + + + Wraps an action as a function that returns a dummy value. + + The function. + + + + Extension methods for . + + + + + Binds the arguments of a function expression. + + The parameter type. + The result type. + The expression. + The argument value. + The bound function. + + + + Binds the arguments of a function expression. + + The first parameter type. + The second parameter type. + The result type. + The expression. + The first argument value. + The second argument value. + The bound function. + + + + Returns true if the expression represents a captured variable within a closure. + + The expression. + True if the expression represents a captured variable. + + + + Returns true if the expression represents a captured variable within a closure. + + The expression. + True if the expression represents a captured variable. + + + + Returns true if the expression represents a captured variable or a parameter. + + The expression. + True if the expression represents a captured variable or a parameter. + + + + Instuments an to intercept intermediate results + from each sub-expression. + + + + + Compiles an expression to introduce trace points. + + The expression type. + The expression tree. + The compiled delegate representing expression. + Thrown if is null. + + + + Rewrites an expression tree to introduce trace points. + + The expression type. + The expression tree. + The compiled delegate representing expression. + Thrown if is null. + + + + Evaluates a sub-expression and collects trace information. + + The return type of the sub-expression. + The sub-expression to evaluate. + The continuation that evaluates the sub-expression. + The result of the evaluation. + + + + Performs different actions depending on the type of visited. + + The visitor result type. + + + + Visits the expression. + + The expression. + The result. + + + + Visits a binary expression. + + The expression. + The result. + + + + Visits a unary expression. + + The expression. + The result. + + + + Visits a call expression. + + The expression. + The result. + + + + Visits a conditional expression. + + The expression. + The result. + + + + Visits a constant expression. + + The expression. + The result. + + + + Visits an invocation expression. + + The expression. + The result. + + + + Visits a lambda expression. + + The expression. + The result. + + + + Visits an list init expression. + + The expression. + The result. + + + + Visits a member access expression. + + The expression. + The result. + + + + Visits a member init expression. + + The expression. + The result. + + + + Visits a new expression. + + The expression. + The result. + + + + Visits a new array expression. + + The expression. + The result. + + + + Visits a parameter expression. + + The expression. + The result. + + + + Visits a type binary expression. + + The expression. + The result. + + + + + Visits an expression of any type that does not have other special behavior. + + + The default implementation throws . + + + The expression. + The result. + + + + The Gallio.Common.Linq namespace contains types for manipulating Linq expressions. + + + + + Evaluates a conditional expression. If the condition evaluates differently + than expected, returns a detailed that + describes the formatted values of relevant sub-expressions within the condtion. + + + + + Evaluates a conditional expression. + + The conditional expression. + The expected result. + The custom assertion message format, or null if none. + The custom assertion message arguments, or null if none. + The assertion failure if the conditional expression evaluated + to a different result than was expected or threw an exception, otherwise null. + Thrown if is null. + + + + A formatting rule for . + + + + Formats expression trees using a more familiar C#-like syntax than + the default. Also recognizes captured variables and displays them + naturally to conceal the implied field access to an anonymous class. + + + Made-up syntax for nodes that cannot be directly represented in C#. + + Power operator: **, as in a ** b + Quote expression: `...`, as in `a + b` + Constants: formatted recursively using other formatters, which may yield unusual syntax + + + + + + + + + + + + + Extensions methods for formatting. + + + + + Formats an object using the default . + + The object to format. + The formatted object. + + + + Formats an object using the specified . + + The object to format. + The formatter to use, or null for the default. + The formatted object. + + + Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.dll URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.dll?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.dll (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.dll Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.pdb URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.pdb?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.pdb (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.pdb Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.plugin URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.plugin?rev=1162463&view=auto ============================================================================== --- incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.plugin (added) +++ incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.plugin Sun Aug 28 00:44:41 2011 @@ -0,0 +1,29 @@ + + + + Gallio Extensions for .Net 4.0 + 3.2.0.0 + Provides additional Gallio features for use with .Net 4.0. + plugin://Gallio/Resources/Gallio.ico + + + + + + + + + + + + + + + + + Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.xml URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.xml?rev=1162463&view=auto ============================================================================== --- incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.xml (added) +++ incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/Gallio40.xml Sun Aug 28 00:44:41 2011 @@ -0,0 +1,8 @@ + + + + Gallio40 + + + + Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb?rev=1162463&view=auto ============================================================================== Files incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb (added) and incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb Sun Aug 28 00:44:41 2011 differ Added: incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin?rev=1162463&view=auto ============================================================================== --- incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin (added) +++ incubator/lucene.net/trunk/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin Sun Aug 28 00:44:41 2011 @@ -0,0 +1,28 @@ + + + + MbUnit v3 Extensions for Backwards Compatibility + 3.2.0.0 + Provides extensions for MbUnit v3 to assist with test migration from MbUnit v2. + plugin://MbUnit/Resources/MbUnit.ico + + + + + + + + + + + + + + + + + \ No newline at end of file