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: Kawa invoke branch merged into master


On 05/02/2017 11:21 PM, Kay Zheng wrote:
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  <per@bothner.com>

         * 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.

I checked in a fix for this.  (It wasn't anything Android-specific,
but the lack of a coerscion from IString to String being used.)

I wouldn't expect --with-java-source=7 to work for "deployed" Android,
because Android doesn't yet support MethodsHandles.  It looks like the Android "O"
developer preview does support Methodhandles, though, which is good news.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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