[Gd-chatter] r11383 - in branches/opendylan-melange: gtk-duim registry/generic

hannes at gwydiondylan.org hannes at gwydiondylan.org
Tue May 29 22:56:08 CEST 2007


Author: hannes
Date: Tue May 29 22:56:06 2007
New Revision: 11383

Modified:
   branches/opendylan-melange/gtk-duim/gtk-debug.dylan
   branches/opendylan-melange/registry/generic/gtk-duim
Log:
Job: minor
by default, enable debugging


Modified: branches/opendylan-melange/gtk-duim/gtk-debug.dylan
==============================================================================
--- branches/opendylan-melange/gtk-duim/gtk-debug.dylan	(original)
+++ branches/opendylan-melange/gtk-duim/gtk-debug.dylan	Tue May 29 22:56:06 2007
@@ -7,4 +7,9 @@
 Dual-license: GNU Lesser General Public License
 Warranty:     Distributed WITHOUT WARRANTY OF ANY KIND
 
- *debug-duim-function* := debug-message;
+
+define function dbg (message, #rest args)
+  apply(format-out, concatenate(message, "\n"), args);
+end;
+
+*debug-duim-function* := dbg;

Modified: branches/opendylan-melange/registry/generic/gtk-duim
==============================================================================
--- branches/opendylan-melange/registry/generic/gtk-duim	(original)
+++ branches/opendylan-melange/registry/generic/gtk-duim	Tue May 29 22:56:06 2007
@@ -1 +1 @@
-abstract://dylan/gtk-duim/gtk-duim.lid
\ No newline at end of file
+abstract://dylan/gtk-duim/gtk-duim-debug.lid



More information about the chatter mailing list