You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/01/03 04:52:20 UTC

svn commit: r365531 - /httpd/apreq/trunk/STATUS

Author: pgollucci
Date: Mon Jan  2 19:52:19 2006
New Revision: 365531

URL: http://svn.apache.org/viewcvs?rev=365531&view=rev
Log:
place a vote

Modified:
    httpd/apreq/trunk/STATUS

Modified: httpd/apreq/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?rev=365531&r1=365530&r2=365531&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Mon Jan  2 19:52:19 2006
@@ -30,6 +30,11 @@
              0:
             -1:
 
+    - Drop ExtUtils::XSBuilder as the C API is fairly
+      stable now.  The header parsing + xs generation stuff may be too 
+      difficult for the community to maintain over ordinary .xs files.
+
+            +1: pgollucci
 
 TODO:
 
@@ -50,10 +55,6 @@
     - Fix the broken make dependencies, especially in the module 
       and glue subdirs.  The libtool workaround (for OSX IIRC) 
       that copies module/.libs to module/t is especially bogus.
-
-    - Drop ExtUtils::XSBuilder as the C API is fairly
-      stable now.  The header parsing + xs generation stuff may be too 
-      difficult for the community to maintain over ordinary .xs files.
 
     - Round out the unit tests in library/t.  Ideally each
       API function should have its own tests, and each possible