public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Two small patches
@ 2014-07-07  3:38 Matthieu Vachon
  2014-07-07 16:09 ` Per Bothner
  0 siblings, 1 reply; 4+ messages in thread
From: Matthieu Vachon @ 2014-07-07  3:38 UTC (permalink / raw)
  To: kawa

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

Hi Per,

Here attached two patches:

# Patch fix-non-java-invoke.patch
Fix a small code syntax problem when not using feature
java.lang.invoke in ApplyExp.java.

# Patch fix-ant-build.patch
Fix ant compilation of lib-scm-classes. Some classes were missing from
the list resulting in compilation errors.

Regards,
Matt

[-- Attachment #2: fix-non-java-invoke.patch --]
[-- Type: application/octet-stream, Size: 587 bytes --]

Index: gnu/expr/ApplyExp.java
===================================================================
--- gnu/expr/ApplyExp.java	(revision 7945)
+++ gnu/expr/ApplyExp.java	 (working copy)
@@ -783,7 +783,7 @@ public class ApplyExp extends Expression
     // private static final Class[] compilerMethodType =
     //     new Class[] { gnu.expr.ApplyExp.class,
     //                   gnu.expr.Compilation.class,
-    //                   gnu.expr.Target.class, };
+    //                   gnu.expr.Target.class,
     //                   gnu.mapping.Procedure.class };
     /* #endif */
 }

[-- Attachment #3: fix-ant-build.patch --]
[-- Type: application/octet-stream, Size: 1067 bytes --]

Index: build.xml
===================================================================
--- build.xml	(revision 7945)
+++ build.xml	 (working copy)
@@ -522,6 +522,8 @@
         <file name="reflection.scm"/>
         <file name="syntax.scm"/>
         <file name="lists.scm"/>
+        <file name="ExceptionClasses.scm"/>
+        <file name="exceptions.scm"/>
         <file name="thread.scm"/>
         <file name="characters.scm"/>
         <file name="keywords.scm"/>
@@ -537,6 +539,7 @@
         <file name="bytevectors.scm"/>
         <file name="arrays.scm"/>
         <file name="system.scm"/>
+        <file name="kawa/expressions.scm"/>
         <file name="kawa/hashtable.scm"/>
         <file name="kawa/regex.scm"/>
         <file name="rnrs/hashtables.scm"/>
@@ -546,6 +549,7 @@
         <file name="rnrs/sorting.scm"/>
         <file name="rnrs/programs.scm"/>
         <file name="trace.scm"/>
+        <file name="compile_misc.scm"/>
       </filelist>
       <fileset dir="${src.dir}/kawa/lib">
         <include name="windows.scm" if="${with-swing}"/>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-09  4:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07  3:38 Two small patches Matthieu Vachon
2014-07-07 16:09 ` Per Bothner
2014-07-07 17:27   ` Matthieu Vachon
2014-07-09  4:44     ` Matthieu Vachon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).