discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ScriptKit patch


From: Anthony W. Juckel
Subject: ScriptKit patch
Date: Thu, 27 Dec 2001 12:51:10 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.7) Gecko/20011224

I've recently been looking into the ScriptKit for an application that I've started. Unfortunately, I was unable to get run-tests.sh to run properly without the following patch. It simply re-orders some of the data arguments to let* within generateRealScript in ScriptKit/Library/GuileInterpreter.m. I'm not sure if this was necessary because of some peculiarities in my guile set-up, or if others would have the same problem with a recent version of guile (I'm using a 1.4 debian package), but I thought I would post the patch to the list to see what others thought.

AWJ

Index: GuileInterpreter.m
===================================================================
RCS file: 
/cvsroot/gnustep/gnustep/dev-libs/guile/ScriptKit/Library/GuileInterpreter.m,v
retrieving revision 1.2
diff -r1.2 GuileInterpreter.m
292a293,298
>   add_let_script(script,
>                GuileInterpreterKeyWord_Update,
>                  @"(begin "
>                  @"(defmacro script-kit-update-macro (name) 
> `(script-kit-update (symbol->string ',name) ,name))"
>                @"script-kit-update-macro)");
> 
314,318d319
<   add_let_script(script,
<                GuileInterpreterKeyWord_Update,
<                  @"(begin "
<                  @"(defmacro script-kit-update-macro (name) 
`(script-kit-update (symbol->string ',name) ,name))"
<                @"script-kit-update-macro)");

reply via email to

[Prev in Thread] Current Thread [Next in Thread]