Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Barry Wark
Alright. We'll take a look. Thanks, Andi! On Wed, May 8, 2013 at 12:39 AM, Andi Vajda wrote: > > On May 7, 2013, at 21:31, Andi Vajda wrote: > > > > > On May 7, 2013, at 19:40, Barry Wark wrote: > > > >> On Tue, May 7, 2013 at 1:15 PM, Andi Vajda wrote: > >> > >>> > >>> On May 7, 2013, at 9:

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On May 7, 2013, at 21:31, Andi Vajda wrote: > > On May 7, 2013, at 19:40, Barry Wark wrote: > >> On Tue, May 7, 2013 at 1:15 PM, Andi Vajda wrote: >> >>> >>> On May 7, 2013, at 9:03, Barry Wark wrote: >>> Andi, thank you for the great info! On Tue, May 7, 2013 at 11

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On May 7, 2013, at 19:40, Barry Wark wrote: > On Tue, May 7, 2013 at 1:15 PM, Andi Vajda wrote: > >> >> On May 7, 2013, at 9:03, Barry Wark wrote: >> >>> Andi, thank you for the great info! >>> >>> >>> On Tue, May 7, 2013 at 11:58 AM, Andi Vajda wrote: >>> On Tue, 7 May 2013,

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Barry Wark
On Tue, May 7, 2013 at 1:15 PM, Andi Vajda wrote: > > On May 7, 2013, at 9:03, Barry Wark wrote: > > > Andi, thank you for the great info! > > > > > > On Tue, May 7, 2013 at 11:58 AM, Andi Vajda wrote: > > > >> > >> On Tue, 7 May 2013, Barry Wark wrote: > >> > >> I recently discovered JCC (awes

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On May 7, 2013, at 9:03, Barry Wark wrote: > Andi, thank you for the great info! > > > On Tue, May 7, 2013 at 11:58 AM, Andi Vajda wrote: > >> >> On Tue, 7 May 2013, Barry Wark wrote: >> >> I recently discovered JCC (awesome project!) and am attempting to use it >>> to >>> wrap a Java API

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Barry Wark
Andi, thank you for the great info! On Tue, May 7, 2013 at 11:58 AM, Andi Vajda wrote: > > On Tue, 7 May 2013, Barry Wark wrote: > > I recently discovered JCC (awesome project!) and am attempting to use it >> to >> wrap a Java API for Python users. It's been working great, with two >> exceptio

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On Tue, 7 May 2013, Barry Wark wrote: I recently discovered JCC (awesome project!) and am attempting to use it to wrap a Java API for Python users. It's been working great, with two exceptions. I'd be grateful for any advice on the following: 1) Public methods from implemented interfaces are n