public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Matthieu Vachon <matthieu.o.vachon@gmail.com>
To: "kawa@sourceware.org" <kawa@sourceware.org>
Subject: Two small patches
Date: Mon, 07 Jul 2014 03:38:00 -0000	[thread overview]
Message-ID: <CAOTvmomregOoyGpGd+PA1jz4_ACCSASF5cu-4abQsC8094GGDg@mail.gmail.com> (raw)

[-- 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}"/>

             reply	other threads:[~2014-07-07  3:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-07  3:38 Matthieu Vachon [this message]
2014-07-07 16:09 ` Per Bothner
2014-07-07 17:27   ` Matthieu Vachon
2014-07-09  4:44     ` Matthieu Vachon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOTvmomregOoyGpGd+PA1jz4_ACCSASF5cu-4abQsC8094GGDg@mail.gmail.com \
    --to=matthieu.o.vachon@gmail.com \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).