From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113010 invoked by alias); 3 May 2017 06:22:52 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 112217 invoked by uid 89); 3 May 2017 06:21:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HTo:U*per, H*r:sk:kawa@so X-HELO: mail-ua0-f175.google.com Received: from mail-ua0-f175.google.com (HELO mail-ua0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 May 2017 06:21:10 +0000 Received: by mail-ua0-f175.google.com with SMTP id e55so66094498uaa.2 for ; Tue, 02 May 2017 23:21:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VP81ejyshIgOxAYoDsB5NXVpYuqeNLVpTNK31TpTNSY=; b=EEBhwi+MzDOqCklQxOn1BX/eyw4jdMLk/7QVk5Na2GatgXHhKTcfC00FCSZb5y5v4l XWcNeewhvSqYtEtdHe/yU5BzeyugyyJcoMYTWhpzpC/Cx3cTzgmgMojcUv1REp0nS9fB ZnyVTkvuV8b5xgiIaDzOuJYQyIQaDayBVPgpxxDNxrnLoJMvHpneWkhXzs6IRPFKeQ0S CE2Sr2ZE2QlkJWiT8HHuYWVHTTW2XA73AuBBeE8m3HbJG2XN6QNbz+MujaojxraHzFHj B97a02WNFBSu4L89Q6eLuKBWSQA7QvugcAsZDw8PqKjAEh/BDm7MeGais1SoLgUiDz5a k1OA== X-Gm-Message-State: AN3rC/7Q5lhn2VxG0E56F1yuteE202ghdAnUpNPDb75GwqzrmQ7IZwwu nn9EhO+MQBFUzKa4qLIbTqk3HEVCAt3D X-Received: by 10.159.51.109 with SMTP id a45mr8693749uac.136.1493792470838; Tue, 02 May 2017 23:21:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.23.38 with HTTP; Tue, 2 May 2017 23:21:10 -0700 (PDT) In-Reply-To: References: <372902db-feaa-e468-2fa9-328313ce1978@bothner.com> From: Kay Zheng Date: Wed, 03 May 2017 06:22:00 -0000 Message-ID: Subject: Re: Kawa invoke branch merged into master To: Per Bothner Cc: Kawa mailing list Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00046.txt.bz2 > Hm. Are you sure you have the current git sources? I fixed a related bug > just a few days ago. You should have this in gnu/kawa/reflect/ChangeLog: > > 2017-04-30 Per Bothner > > * ClassMethods.java: Accept any CharSequence as a string. > * CompileBuildObject.java: Likewise. > * Invoke.java: Likewise. Yes, it's the latest master branch (commit b781076, tagged 2.93). The ChangeLog you mentioned is up-to-date. Regards, Kay Z.