You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2010/11/03 23:21:30 UTC

[lucy-commits] svn commit: r1030729 - in /incubator/lucy/trunk: core/KinoSearch/Object/VTable.cfh core/KinoSearch/Test/TestQueryParser.cfh perl/t/025-debug.t perl/t/106-locking.t perl/t/308-simple.t perl/t/510-remote_search.t perl/xs/XSBind.h

Author: marvin
Date: Wed Nov  3 22:21:29 2010
New Revision: 1030729

URL: http://svn.apache.org/viewvc?rev=1030729&view=rev
Log:
Swap out some instances of "KS" (an abbreviation for KinoSearch) for either
"Clownfish" or "Lucy" as appropriate.

Modified:
    incubator/lucy/trunk/core/KinoSearch/Object/VTable.cfh
    incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.cfh
    incubator/lucy/trunk/perl/t/025-debug.t
    incubator/lucy/trunk/perl/t/106-locking.t
    incubator/lucy/trunk/perl/t/308-simple.t
    incubator/lucy/trunk/perl/t/510-remote_search.t
    incubator/lucy/trunk/perl/xs/XSBind.h

Modified: incubator/lucy/trunk/core/KinoSearch/Object/VTable.cfh
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Object/VTable.cfh?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Object/VTable.cfh (original)
+++ incubator/lucy/trunk/core/KinoSearch/Object/VTable.cfh Wed Nov  3 22:21:29 2010
@@ -18,7 +18,7 @@ parcel KinoSearch;
 
 /** Virtual method dispatch table.
  *
- * VTables, which are the first element in any KS object, are actually
+ * VTables, which are the first element in any Clownfish object, are actually
  * objects themselves.  (Their first element is a VTable which describes the
  * behavior of VTables.)
  */

Modified: incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.cfh
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.cfh?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.cfh (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.cfh Wed Nov  3 22:21:29 2010
@@ -27,7 +27,7 @@ class KinoSearch::Test::TestQueryParser 
     Query   *expanded;
     uint32_t num_hits;
 
-    /** Note that unlike most KS constructors, this routine will consume one
+    /** Note that unlike most Clownfish constructors, this routine will consume one
      * reference count each for <code>tree</code>, and <code>expanded</code>.
      */
     inert incremented TestQueryParser*

Modified: incubator/lucy/trunk/perl/t/025-debug.t
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/t/025-debug.t?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/t/025-debug.t (original)
+++ incubator/lucy/trunk/perl/t/025-debug.t Wed Nov  3 22:21:29 2010
@@ -53,7 +53,7 @@ ASSERT(1);
 pass("ASSERT(true) didn't die");
 
 SKIP: {
-    skip( "Windows fork not supported by KS", 3 ) if $^O =~ /mswin/i;
+    skip( "Windows fork not supported by Lucy", 3 ) if $^O =~ /mswin/i;
 
     my $stderr_out = capture_debug( 'KinoSearch.xs', 'Borax' );
     like( $stderr_out, qr/Borax/, "DEBUG - file name" );

Modified: incubator/lucy/trunk/perl/t/106-locking.t
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/t/106-locking.t?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/t/106-locking.t (original)
+++ incubator/lucy/trunk/perl/t/106-locking.t Wed Nov  3 22:21:29 2010
@@ -24,7 +24,7 @@ use KinoSearch::Test::TestUtils qw( init
 
 BEGIN {
     if ( $^O =~ /mswin/i ) {
-        plan( 'skip_all', "fork on Windows not supported by KS" );
+        plan( 'skip_all', "fork on Windows not supported by Lucy" );
     }
     else {
         plan( tests => 3 );

Modified: incubator/lucy/trunk/perl/t/308-simple.t
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/t/308-simple.t?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/t/308-simple.t (original)
+++ incubator/lucy/trunk/perl/t/308-simple.t Wed Nov  3 22:21:29 2010
@@ -51,7 +51,7 @@ is( $index->search( query => 'cream' ),
     4, "search uses correct PolyAnalyzer" );
 
 SKIP: {
-    skip( "fork on Windows not supported by KS", 1 ) if $^O =~ /mswin/i;
+    skip( "fork on Windows not supported by Lucy", 1 ) if $^O =~ /mswin/i;
 
     # We need another one:
     my $test_index_loc = init_test_index_loc();

Modified: incubator/lucy/trunk/perl/t/510-remote_search.t
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/t/510-remote_search.t?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/t/510-remote_search.t (original)
+++ incubator/lucy/trunk/perl/t/510-remote_search.t Wed Nov  3 22:21:29 2010
@@ -23,7 +23,7 @@ use IO::Socket::INET;
 my $PORT_NUM = 7890;
 BEGIN {
     if ( $^O =~ /mswin/i ) {
-        plan( 'skip_all', "fork on Windows not supported by KS" );
+        plan( 'skip_all', "fork on Windows not supported by Lucy" );
     }
     elsif ( $ENV{LUCY_VALGRIND} ) {
         plan( 'skip_all', "time outs cause probs under valgrind" );

Modified: incubator/lucy/trunk/perl/xs/XSBind.h
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/XSBind.h?rev=1030729&r1=1030728&r2=1030729&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/XSBind.h (original)
+++ incubator/lucy/trunk/perl/xs/XSBind.h Wed Nov  3 22:21:29 2010
@@ -41,7 +41,7 @@ extern "C" {
 #define NEED_newRV_noinc_GLOBAL
 #include "ppport.h"
 
-/** Given either a class name or a perl object, manufacture a new KS
+/** Given either a class name or a perl object, manufacture a new Clownfish
  * object suitable for supplying to a cfish_Foo_init() function.
  */
 cfish_Obj*
@@ -58,7 +58,7 @@ cfish_XSBind_sv_defined(SV *sv)
     return SvOK(sv);
 }
 
-/** If the SV contains a KS object which passes an "isa" test against the
+/** If the SV contains a Clownfish object which passes an "isa" test against the
  * passed-in VTable, return a pointer to it.  If not, but
  * <code>allocation</code> is non-NULL and a ZombieCharBuf would satisfy the
  * "isa" test, stringify the SV, create a ZombieCharBuf using
@@ -76,7 +76,7 @@ cfish_XSBind_maybe_sv_to_cfish_obj(SV *s
                                    void *allocation);
 
 
-/** Derive an SV from a KinoSearch object.  If the KS object is NULL, the SV
+/** Derive an SV from a KinoSearch object.  If the Clownfish object is NULL, the SV
  * will be undef.
  *
  * The new SV has single refcount for which the caller must take
@@ -93,7 +93,7 @@ cfish_XSBind_cfish_obj_to_sv(cfish_Obj *
 #define CFISH_OBJ_TO_SV(_obj) cfish_XSBind_cfish_obj_to_sv((cfish_Obj*)_obj)
 
 /** As XSBind_cfish_obj_to_sv above, except decrements the object's refcount
- * after creating the SV. This is useful when the KS expression creates a new
+ * after creating the SV. This is useful when the Clownfish expression creates a new
  * refcount, e.g.  a call to a constructor.
  */
 static CHY_INLINE SV*