cgay | 27 Apr 13:22

[chatter] r11779 - in trunk/fundev/sources: environment/manager lib/release-info

Author: cgay
Date: Sun Apr 27 13:23:51 2008
New Revision: 11779

Modified:
   trunk/fundev/sources/environment/manager/commands.dylan
   trunk/fundev/sources/lib/release-info/libraries.dylan
Log:
job: minor
Add some comments.

Modified: trunk/fundev/sources/environment/manager/commands.dylan
==============================================================================
--- trunk/fundev/sources/environment/manager/commands.dylan	(original)
+++ trunk/fundev/sources/environment/manager/commands.dylan	Sun Apr 27 13:23:51 2008
@@ -112,6 +112,7 @@
   // where "<>" surrounds 'placeholders' and "[]" indicates "optional"
   // Any of the placeholders may be empty.

+  // Replace with common-dylan:split. --cgay
   local
     method split
 	(string :: <string>, char :: <character>)

Modified: trunk/fundev/sources/lib/release-info/libraries.dylan
==============================================================================
--- trunk/fundev/sources/lib/release-info/libraries.dylan	(original)
+++ trunk/fundev/sources/lib/release-info/libraries.dylan	Sun Apr 27 13:23:51 2008
@@ -461,8 +461,9 @@
   root-category.info-subcategories
 end method installed-library-categories;

-//---*** andrewa: for bootstrapping only, this really lives in
-//---*** functional-extensions.dylan.
+//---*** cgay: This is a copy of split from functional-extensions
+//       (now common-extensions) but the original has now diverged
+//       from this one.
 define sealed method %split
     (string :: <byte-string>, character :: <byte-character>,
      #key start :: <integer> = 0,
_______________________________________________
chatter mailing list
chatter <at> lists.opendylan.org
https://www.opendylan.org/mailman/listinfo/chatter


Gmane