asdf-devel  

Re: [asdf-devel] XCVB patch for split-sequence

Faré
Thu, 22 Oct 2009 19:27:08 -0700

The cCLan list has apparently become the asdf-devel list.

Is this still where the upstream for split-sequence is? If so, can
this patch be applied? If not, who's in charge?

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
"Politics" is made up of two words, "Poli", which is Greek for "many",
and "tics", which are blood sucking insects. -- Gore Vidal
diff -rN -u old-split-sequence/build.xcvb new-split-sequence/build.xcvb
--- old-split-sequence/build.xcvb	1969-12-31 19:00:00.000000000 -0500
+++ new-split-sequence/build.xcvb	2009-10-22 20:10:35.114171499 -0400
@@ -0,0 +1,4 @@
+#+xcvb
+(module (:fullname "split-sequence"
+         :depends-on ("split-sequence")
+         :supersedes-asdf ("split-sequence")))
diff -rN -u old-split-sequence/split-sequence.lisp new-split-sequence/split-sequence.lisp
--- old-split-sequence/split-sequence.lisp	2009-10-22 20:10:35.110170150 -0400
+++ new-split-sequence/split-sequence.lisp	2009-10-22 20:10:35.114171499 -0400
@@ -50,6 +50,8 @@
 ;;; * (split-sequence #\; ";oo;bar;ba;" :start 1 :end 9)
 ;;; -> ("oo" "bar" "b"), 9
 
+#+xcvb (module ())
+
 (defpackage "SPLIT-SEQUENCE"
   (:use "CL")
   (:nicknames "PARTITION")

_______________________________________________
asdf-devel mailing list
asdf-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel