This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to write macroexpand


I noticed that it's not being built by the ant script. Please apply this patch.

Index: build.xml
===================================================================
--- build.xml	(revision 6784)
+++ build.xml	(working copy)
@@ -508,6 +508,7 @@
         <include name="printf.scm"/>
         <include name="DefineRecordType.scm"/>
         <include name="srfi1.scm"/>
+        <include name="srfi2.scm"/>
         <include name="srfi13.scm"/>
         <include name="srfi34.scm"/>
         <include name="conditions.scm"/>
@@ -520,6 +521,7 @@
         <include name="gui.scm"/>
         <include name="XML.scm"/>
         <include name="swing.scm"/>
+        <include name="syntaxutils.scm"/>
       </fileset>

<target name="check-slib-scm-classes">

-Jamie

On Oct 24, 2010, at 9:31 PM, Per Bothner wrote:

Thanks - I think this is now taken care of!

I checked in your code, as gnu/kawa/slib/syntaxutils.scm.

I added handling for a missing (null) else-clause if IfExp.

I renamed the function to expand, as in some other Schemes you mentioned.
Note you do need to (require 'syntax-utils) to access expand.


I converted your tests to SRFI-64 style, and checked that in.

I updated the manual (i.e. kawa.texi - the web site hasn't been
updated), and mentioned the functions in the news.html page
(which has been updated on the web site).
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/

-- Jamison Hope The PTR Group www.theptrgroup.com


Attachment: slib_ant.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]