Re: [E-devel] eo_isa() buggy

2016-12-08 Thread Gustavo Sverzut Barbieri
looks like my bad, maybe I forgot to rebase on the branch... I've checked and it's fixed now! Thanks! On Thu, Dec 8, 2016 at 12:23 PM, Tom Hacohen wrote: > On 07/12/16 20:18, Gustavo Sverzut Barbieri wrote: >> On Wed, Dec 7, 2016 at 12:00 PM, Tom Hacohen

Re: [E-devel] eo_isa() buggy

2016-12-08 Thread Tom Hacohen
On 07/12/16 20:18, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 7, 2016 at 12:00 PM, Tom Hacohen wrote: >> Hey, >> >> I just pushed 5424cdbd810042ba59e71bec6b8d91cb6a2c3e9c that I hope >> should fix it. This commit fixes a bug I've known for a while and just >> forgot to

Re: [E-devel] eo_isa() buggy

2016-12-07 Thread Gustavo Sverzut Barbieri
On Wed, Dec 7, 2016 at 12:00 PM, Tom Hacohen wrote: > Hey, > > I just pushed 5424cdbd810042ba59e71bec6b8d91cb6a2c3e9c that I hope > should fix it. This commit fixes a bug I've known for a while and just > forgot to fix. From your description, I believe it is the same issue,

Re: [E-devel] eo_isa() buggy

2016-12-07 Thread Tom Hacohen
Hey, I just pushed 5424cdbd810042ba59e71bec6b8d91cb6a2c3e9c that I hope should fix it. This commit fixes a bug I've known for a while and just forgot to fix. From your description, I believe it is the same issue, but please verify. Thanks for reporting. -- Tom. On 07/12/16 02:14, Gustavo

[E-devel] eo_isa() buggy

2016-12-06 Thread Gustavo Sverzut Barbieri
eo_isa(o, iface) is buggy as shown with: EINA_LOG_LEVELS=eo:4 EFL_RUN_IN_TREE=1 libtool --mode=execute sh ./src/scripts/eo/eo_debug ./src/examples/ecore/efl_net_dialer_simple_example ssl localhost:1234 It will report Efl_Net_Dialer_Ssl fails efl_isa() with both Efl_Io_Reader and Efl_Io_Writer,