[Bugzilla] [Bug 9926] Samuel GOUGEON has changed bug_status, resolution

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Wed Mar 21 00:15:14 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=9926
--------- Bug Summary -----------
Syntax error freezes Scilab

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
bug_status, resolution


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Samuel GOUGEON <sgougeon at free.fr> ---
In Scilab 6.0.1:

--> D=1;
--> if D==1|D==(2,5) then
  >     D=1;
  > end

--> 

passes with no complain: correct, since | is shortcut, so D==(2,5) is not evaluated

--> D=0;
--> if D==1|D==(2,5) then
  >     D=1;
  > end

Incompatible output argument.

This is also correct ( (2,5) is the deal() feature))
In no way Scilab crashes. The bug is FIXED.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180321/780dd876/attachment.htm>


More information about the Bugzilla mailing list