Hello,
On Wed, Nov 19, 2014 at 1:13 PM, Tom Hacohen wrote:
> On 05/11/14 19:28, Felipe Magno de Almeida wrote:
>> I chatted with TAsn and q66 on IRC on 'parameter nullability'. What do
>> I mean by that?
>>
>> elm_widget_part_text_set(widget, NULL, "set this text to the default part");
>>
>> The
On 05/11/14 19:28, Felipe Magno de Almeida wrote:
> Hello,
>
> I chatted with TAsn and q66 on IRC on 'parameter nullability'. What do
> I mean by that?
>
> elm_widget_part_text_set(widget, NULL, "set this text to the default part");
>
> The thing is, some languages that are being bound to EFL don't
On Thu, 6 Nov 2014 20:01:45 -0200 Felipe Magno de Almeida
said:
> On Thu, Nov 6, 2014 at 6:45 PM, Davide Andreoli
> wrote:
> > 2014-11-06 3:59 GMT+01:00 Carsten Haitzler :
> >
> >> On Wed, 5 Nov 2014 23:42:46 -0300 Vinícius dos Santos Oliveira
> >> said:
> >>
> >> > 2014-11-05 23:40 GMT-03:00 C
On Thu, 6 Nov 2014 20:06:48 -0200 Felipe Magno de Almeida
said:
> Hello raster,
>
> On Thu, Nov 6, 2014 at 12:40 AM, Carsten Haitzler
> wrote:
> > On Wed, 5 Nov 2014 22:52:10 -0200 Felipe Magno de Almeida
> > said:
> >
> >> On Wed, Nov 5, 2014 at 10:17 PM, Carsten Haitzler
> >> wrote:
> >> >
Hello raster,
On Thu, Nov 6, 2014 at 12:40 AM, Carsten Haitzler wrote:
> On Wed, 5 Nov 2014 22:52:10 -0200 Felipe Magno de Almeida
> said:
>
>> On Wed, Nov 5, 2014 at 10:17 PM, Carsten Haitzler
>> wrote:
>> > On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida
>> > said:
>> >
>> > i'm in
On Thu, Nov 6, 2014 at 6:45 PM, Davide Andreoli wrote:
> 2014-11-06 3:59 GMT+01:00 Carsten Haitzler :
>
>> On Wed, 5 Nov 2014 23:42:46 -0300 Vinícius dos Santos Oliveira
>> said:
>>
>> > 2014-11-05 23:40 GMT-03:00 Carsten Haitzler :
>> >
>> > > oh shit - yes. you're right. the other way around. m
2014-11-06 3:59 GMT+01:00 Carsten Haitzler :
> On Wed, 5 Nov 2014 23:42:46 -0300 Vinícius dos Santos Oliveira
> said:
>
> > 2014-11-05 23:40 GMT-03:00 Carsten Haitzler :
> >
> > > oh shit - yes. you're right. the other way around. maybe not @null but
> > > @skipnull ? ie it means IF this paramete
On Wed, 5 Nov 2014 23:42:46 -0300 Vinícius dos Santos Oliveira
said:
> 2014-11-05 23:40 GMT-03:00 Carsten Haitzler :
>
> > oh shit - yes. you're right. the other way around. maybe not @null but
> > @skipnull ? ie it means IF this parameter is NULL, it's skipped (ignored).
> > this
> > then does
2014-11-05 23:40 GMT-03:00 Carsten Haitzler :
> oh shit - yes. you're right. the other way around. maybe not @null but
> @skipnull ? ie it means IF this parameter is NULL, it's skipped (ignored).
> this
> then does nicely imply that the param can be made optional in langs that
> support it (as wit
On Wed, 5 Nov 2014 22:52:10 -0200 Felipe Magno de Almeida
said:
> On Wed, Nov 5, 2014 at 10:17 PM, Carsten Haitzler
> wrote:
> > On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida
> > said:
> >
> > i'm in favor of "as it stands right now". why? if we explicitly make
> > something nullabl
On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida
said:
i'm in favor of "as it stands right now". why? if we explicitly make something
nullable to have it there, bindings will be able to drop ALL parameters i don't
mark as @null - they are all optional. and that's a really unexpected beha
On Wed, Nov 5, 2014 at 10:17 PM, Carsten Haitzler wrote:
> On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida
> said:
>
> i'm in favor of "as it stands right now". why? if we explicitly make something
> nullable to have it there, bindings will be able to drop ALL parameters i
> don't
> ma
Hello,
On Wed, Nov 5, 2014 at 8:28 PM, Felipe Magno de Almeida
wrote:
> I chatted with TAsn and q66 on IRC on 'parameter nullability'. What do
> I mean by that?
>
> elm_widget_part_text_set(widget, NULL, "set this text to the default part");
>
> The thing is, some languages that are being bound t
Hello,
I chatted with TAsn and q66 on IRC on 'parameter nullability'. What do
I mean by that?
elm_widget_part_text_set(widget, NULL, "set this text to the default part");
The thing is, some languages that are being bound to EFL don't have a
NULL value for all objects or references. Which means t
14 matches
Mail list logo