[Gd-chatter] r10904 - trunk/fundev/sources/project-manager/user-projects

hannes at gwydiondylan.org hannes at gwydiondylan.org
Wed Sep 6 02:27:10 CEST 2006


Author: hannes
Date: Wed Sep  6 02:27:08 2006
New Revision: 10904

Modified:
   trunk/fundev/sources/project-manager/user-projects/interactive-project.dylan
Log:
Bug: 7325
*specify macroexpand-expression on <project> instead of <user-project> to be able to macroexpand selections from a system project

Modified: trunk/fundev/sources/project-manager/user-projects/interactive-project.dylan
==============================================================================
--- trunk/fundev/sources/project-manager/user-projects/interactive-project.dylan	(original)
+++ trunk/fundev/sources/project-manager/user-projects/interactive-project.dylan	Wed Sep  6 02:27:08 2006
@@ -167,7 +167,7 @@
 end method;
 
 define method macroexpand-expression
-    (project :: <user-project>, module :: <symbol>, source :: <byte-string>,
+    (project :: <project>, module :: <symbol>, source :: <byte-string>,
      #key expansion-stream, trace-stream)
  => ()
   //--- We have to use <interactive-source-record> since it is the only



More information about the chatter mailing list