octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: turning "Octave:broadcast" warning off by default


From: Juan Pablo Carbajal
Subject: Re: turning "Octave:broadcast" warning off by default
Date: Thu, 19 Feb 2015 19:49:53 +0100

On Thu, Feb 19, 2015 at 7:30 PM, Nir Krakauer <address@hidden> wrote:
> I'd prefer having the warning turned off by default.

People that come from matlab to use Octave need to know if they are
unexpectedly triggering broadcasting. This is one of the reasons for
the warning to be there. For these people, it is indeed a "thing that
is wrong". In this way we avoid complaints form new matlab-trained
user.

For Octvae users, used to broadcasting, it is a minor effort to add
warning("off","Octave:broadcast");
in their .octaverc files

For people, like me, who are force to share code with matlab users,
the warning is not completely useless (I activate it locally for that
code) in case they inadvertently used the coolest syntax.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]