<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,7 +34,7 @@ top of a source file&quot;
              (mapcan #'handle-slot slots)))
   `(module
     (,@(when (build-grain-p grain)
-             `(:fullname ,(subseq (fullname grain) 1)))
+             `(:fullname ,(fullname grain)))
      ,@(handle-slots '(author maintainer version licence description long-description))
      ,@(with-slots (load-depends-on compile-depends-on depends-on) grain
          (if (equivalent-deps-p grain)
@@ -322,9 +322,9 @@ so that the system can now be compiled with XCVB.&quot;
             (mapcar 'asdf::coerce-name
                     (get-dependencies-from-components (mapcar 'asdf:find-system systems))))
            (system-components
-            (with-open-file (s (cl-launch:apply-output-pathname-translations
-                                (merge-pathnames components-path)))
-              (read s)))
+            (read-first-file-form
+             (cl-launch:apply-output-pathname-translations
+              (merge-pathnames components-path))))
            (asdf-system
             (progn
               (remhash system asdf::*defined-systems*)</diff>
      <filename>asdf-converter.lisp</filename>
    </modified>
    <modified>
      <diff>@@ -2,4 +2,5 @@
 (module
  (:fullname &quot;/xcvb/test/a2x&quot;
   :supersedes-asdf (&quot;xcvb-test-a2x&quot;)
+  :build-depends-on (&quot;/cl-launch&quot;)
   :depends-on (&quot;main&quot; &quot;help&quot;)))</diff>
      <filename>test/a2x/build.xcvb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 #+xcvb (module ())
 
-(cl:defpackage :xcvb-hello
-  (:use :common-lisp :xcvb-hello-lib))
+(cl:defpackage :a2x-test
+  (:use :common-lisp :cl-launch))</diff>
      <filename>test/a2x/pkgdcl.lisp</filename>
    </modified>
    <modified>
      <diff>@@ -125,12 +125,15 @@ validate_x2a () {
   validate_hello_build make hello-using-asdf $ENV
 }
 
-validate_rmx_a2x () {
+validate_rmx () {
   cd $XCVB_DIR/test/a2x
-  xcvb rmx --build /xcvb/test/a2x
-  git diff $XCVB/test/a2x | cmp - rmx.diff
   xcvb a2x --system a2x-test
-  git diff $XCVB/test/a2x | cmp - /dev/null
+  git diff $XCVB_DIR/test/a2x | cmp - /dev/null
+}
+
+validate_a2x () {
+  xcvb rmx --build /xcvb/test/a2x
+  git diff $XCVB_DIR/test/a2x | grep -v '^index' | cmp - rmx.diff
 }
 
 validate_master () {</diff>
      <filename>test/runme.zsh</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 #+xcvb (module (:depends-on (&quot;pkgdcl&quot;)))
 (cl:defparameter xcvb:*xcvb-version*
-  &quot;0.421&quot;)
+  &quot;0.423&quot;)</diff>
      <filename>version.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4f8b528b5c5da934aea68c9d7a68c5beb3dc3192</id>
    </parent>
  </parents>
  <author>
    <name>Francois-Rene Rideau</name>
    <email>fare@tunes.org</email>
  </author>
  <url>http://github.com/fare/xcvb/commit/aa70f52168a68cd27745fc5c361f01dcd1b4cbba</url>
  <id>aa70f52168a68cd27745fc5c361f01dcd1b4cbba</id>
  <committed-date>2009-11-08T16:49:12-08:00</committed-date>
  <authored-date>2009-11-08T16:49:12-08:00</authored-date>
  <message>XCVB .423: more work on the test suite.</message>
  <tree>c478b8a7d39ae88f1d692a003a5b2bbe63df53a5</tree>
  <committer>
    <name>Francois-Rene Rideau</name>
    <email>fare@tunes.org</email>
  </committer>
</commit>
