<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Calibri">Hello,</font></p>
    <p><font face="Calibri">It was changed at resolution of
        <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/show_bug.cgi?id=14316">http://bugzilla.scilab.org/show_bug.cgi?id=14316</a></font></p>
    <p><font face="Calibri">I am not sure though whether enforcing the
        'vector ^ scalar' error should be reintroduced. My 2-cents:
        there are many operations that have the same behaviour that
        their dot-operation counterpart when used with a scalar.<br>
      </font></p>
    <p><font face="Calibri">I think the operation should remain
        available, but I can also enforce the obsolescence in the
        release for 6.0.0.</font></p>
    <p><font face="Calibri">Best regards<br>
      </font></p>
    <br>
    <div class="moz-cite-prefix">Le 05/08/2016 à 17:24, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote cite="mid:57A4AF93.7000301@free.fr" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <font face="Arial">Hello,<br>
        <br>
        The warning message about the vector^scalar operation yielded in
        Scilab 5.5<br>
        has been removed from Scilab 6.0, as if this operation would
        become again allowed instead of becoming actually forbidden:<br>
        <br>
        Scilab 5:<br>
      </font><br>
      <small><font face="Courier New">-->x = 1:3<br>
           x  =<br>
              1.    2.    3.  <br>
           <br>
          -->x^2<br>
              !       <br>
          Warning: Syntax "vector ^ scalar" is obsolete. It will be
          removed in Scilab 6.0.<br>
            Use "vector .^ scalar" instead.<br>
           ans  =<br>
              1.    4.    9.  </font><br>
      </small><font face="Arial"><br>
        Scilab 6.0.0-b2:<br>
        <small><font face="Courier New">--> warning("on")<br>
            <br>
            --> x = 1:3<br>
             x  = <br>
               1.   2.   3.<br>
            <br>
            --> x^2<br>
             ans  =<br>
               1.   4.   9.<br>
          </font></small><br>
        Is it on purpose? Is this shortcut restored?<br>
        <br>
      </font> <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dev@lists.scilab.org">dev@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/dev">http://lists.scilab.org/mailman/listinfo/dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Pierre-Aimé Agnel
R&D Projects Manager
Phone:  +33.1.80.77.04.67
Mobile: +33.6.82.49.35.23
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.60
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a> </pre>
  </body>
</html>