Re: Truffle and mlvm

2014-10-06 Thread Thomas E Enebo
Benoit, Always a pleasure working with you :) If you have any questions or need assistance you can IM me or talk on #jruby on irc. Concurrency in Ruby+Truffle is a pretty big missing item; so it will be great to see this implemented. -Tom On Thu, Oct 2, 2014 at 7:26 AM, Benoit Daloze wrote:

invoking a interface default method from within an InvocationHandler

2014-10-06 Thread Jochen Theodorou
Hi, I find this a little odd and I wonder how you are supposed to do it right. Or if that is a bug. So I have a class implementing InvocationHandler and I used Proxy to create a an proxied instance of Consumer. This is a functional interface and I want to use its accept method for my purpose