[Scilab-Dev] &&, ||, {} as cell-builder not overloadable: official?

Antoine ELIAS antoine.elias at scilab-enterprises.com
Tue Jan 15 10:47:47 CET 2019


Hello Samuel,

You are right, there is no overload for these new operators.
for || and &&, it seems to be OK, we can create new overloads like 
%x_gg_x ( || ) and %_hh_x ( && ) for example.

but for {} it would be difficult, cell creation accepts ALL types so how 
to detect and call overloads ?

Antoine
Le 15/01/2019 à 00:25, Samuel Gougeon a écrit :
> Hello,
>
> Could we have the confirmation that the new Scilab 6 operators &&, ||, 
> and {} heterogeneous concatenator are not currently overloadable?
> Is this their official stable status (=> creating some first official 
> exceptions), or should it be considered as bugs to be reported?
>
> Thanks
> Samuel
>
> _______________________________________________
> dev mailing list
> dev at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/dev



More information about the dev mailing list