<meta http-equiv="Content-Type" content="text/html charset=windows-1252">Good catch, the release notes are not very clear :)<div><br></div><div>There *is* some basic documentation, however, in the change log (accessible from "edit SCI/CHANGES_6.0.X" for example). Pasting them:</div><div><br></div><div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">New Features</div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">============</div><div style="margin: 0px; font-size: 9px; font-family: Menlo; min-height: 10px;"><br></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">* Scilab now includes a full-featured debugger, with ability to run Scilab scripts or functions step-by-step, to put (conditional) breakpoint, in particular break only when an exception is set. Run <span style="color: #af3782">"help debug"</span> for more information.</div><div style="margin: 0px; font-size: 9px; font-family: Menlo; min-height: 10px;"><br></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">* A new profiler and coverage tool has been added.</div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">  It replaces the <span style="color: #af3782">"profile"</span> function (which is still there but not working, and will be removed in the final release)<span style="color: #7c7ca6"><b>.</b></span></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">  It produces HTML report for the time spent (profile) on each line. Example of use:</div><div style="margin: 0px; font-size: 9px; font-family: Menlo; min-height: 10px;"><br></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">     covStart(isempty) // instruments the <span style="color: #af3782">"isempty"</span> macro; instrumenting a whole library can be done with: covStart(<span style="color: #af3782">"elementary_functions"</span>)</div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">     for i=1:1e5; isempty(i); end // execute some code - this will be profiled</div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">     covWrite(<span style="color: #af3782">"html"</span>, <span style="color: #af3782">"TMPDIR/coverage"</span>) // write the profiling/coverage report as <span style="color: #af3782">"report.html"</span> in the folder specified as second parameter</div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">     covStop(); // stop the profiling</div><div style="margin: 0px; font-size: 9px; font-family: Menlo; min-height: 10px;"><br></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">  A function to merge multiple profiler/coverage is provided too: covMerge([ list_of_files_to_merge], file_to_merge_to)<span style="color: #7c7ca6"><b>.</b></span></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">  The API will change before the release; the current API is mostly to get feedback from the community.</div><div style="margin: 0px; font-size: 9px; font-family: Menlo; min-height: 10px;"><br></div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">* A <span style="color: #af3782">"lint"</span>-like command, slint, has been added, for code static analysis: it detects unclear, risky or suspicious code.</div><div style="margin: 0px; font-size: 9px; font-family: Menlo;">  Usage: slint(<span style="color: #af3782">"<sci filename>"</span>)<span style="color: #7c7ca6"><b>.</b></span> It is not documented yet.</div><div style="margin: 0px; font-size: 9px; font-family: Menlo; min-height: 10px;"><br></div><div><br></div><div>We didn't want to advertise it too much, as we may changes these functions before the release...</div><div><br></div><div>François Granade</div><div><br><div><div>On Dec 1, 2015, at 11:23 AM, antoine.monmayrant+scilab [via Scilab / Xcos - Mailing Lists Archives] <<a href="/user/SendEmail.jtp?type=node&node=4033146&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' type="cite">

        
  
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
  
  
    <div class="moz-cite-prefix">From the release notes:<br>
      <br>
      "
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      • A new profiler and coverage tool has been added. It replaces the
      "profile" function (which is still there but not working, and will
      be removed in the final release). It produces HTML report for the
      time spent (profile) on each line. It is not documented yet; the
      names of the functions are not finalized, but feedback is welcome
      on the usability."<br>
      <br>
      OK, let me rephrase that: we have introduced a new profiler, it
      does not appear in the documentation and we won't give you the
      name of the functions but please give use some feedback on the
      usability.<br>
      Here is my feedback on the usability: "none" as I don't know which
      function to try and play with ;-)<br>
      Idem for the "lint-like" code analyser.<br>
      Could you provide us with the names of these new functions?<br>
      <br>
      Cheers,<br>
      <br>
      Antoine<br>
      <br>
      <br>
      Le 12/01/2015 11:12 AM, François Granade a écrit :<br>
    </div>
    <blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #CCCCCC;padding:0 1em" cite="mid:CA23F396-B67B-419B-996D-653F981B11DF@scilab-enterprises.com" type="cite"><br>
      Dear Scilab users,<br>
      <br>
      We're happy to announce the recent release of the second alpha of
      Scilab 6.0.0, the next major release of Scilab.<br>
      <br>
      As an alpha, it is not yet ready for production usage. If you are
      new to Scilab, or only a casual user, you should probably continue
      using the 5.5.2 release, and wait for a beta version before trying
      the 6 family.<br>
      <br>
      However, if you maintain tools developed on Scilab, or rely on
      Scilab for your own developments, it is the right moment to look
      at it, in particular to evaluate the upgrade of toolboxes you have
      developed.<br>
      <br>
      Please see the <a moz-do-not-send="true" href="http://www.scilab.org/community/news/20151113" target="_top" rel="nofollow" link="external">release
        notes</a> for details and download information. Also, please
      provide feedback via the mailing lists, and report bugs on the <a moz-do-not-send="true" href="http://bugzilla.scilab.org/" target="_top" rel="nofollow" link="external">bug
        tracker</a>. Thank you!<br>
      <br>
      <div apple-content-edited="true">
        <div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
          <div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
            <div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
              <div style="orphans: 2; widows: 2;">
                <div style="orphans: auto; widows: auto;">
                  <div style="font-family: monospace;">
                    <pre class="moz-signature" cols="72">François Granade
<a href="x-msg://65/user/SendEmail.jtp?type=node&amp;node=4033143&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>
+33(0)1 80 77 04 60
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com/" target="_top" rel="nofollow" link="external">http://www.scilab-enterprises.com</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.scilab.org/" target="_top" rel="nofollow" link="external">http://www.scilab.org</a></pre>
                    <div><br>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <br class="Apple-interchange-newline">
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dev mailing list
<a href="x-msg://65/user/SendEmail.jtp?type=node&amp;node=4033143&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/dev" target="_top" rel="nofollow" link="external">http://lists.scilab.org/mailman/listinfo/dev</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 Antoine Monmayrant LAAS - CNRS
 7 avenue du Colonel Roche
 BP 54200
 31031 TOULOUSE Cedex 4
 FRANCE

 Tel:+33 5 61 33 64 59
 
 email : <a href="x-msg://65/user/SendEmail.jtp?type=node&amp;node=4033143&amp;i=2" target="_top" rel="nofollow" link="external">[hidden email]</a>
 permanent email : <a href="x-msg://65/user/SendEmail.jtp?type=node&amp;node=4033143&amp;i=3" target="_top" rel="nofollow" link="external">[hidden email]</a>

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

</pre>
  

<br>_______________________________________________
<br>dev mailing list
<br><a href="x-msg://65/user/SendEmail.jtp?type=node&amp;node=4033143&amp;i=4" target="_top" rel="nofollow" link="external">[hidden email]</a>
<br><a href="http://lists.scilab.org/mailman/listinfo/dev" target="_top" rel="nofollow" link="external">http://lists.scilab.org/mailman/listinfo/dev</a><br>

        
        
        
        <br>
        <br>
        <hr noshade="noshade" size="1">
        <div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://mailinglists.scilab.org/Release-Scilab-6-0-0-alpha-2-tp4033142p4033143.html" target="_top" rel="nofollow" link="external">http://mailinglists.scilab.org/Release-Scilab-6-0-0-alpha-2-tp4033142p4033143.html</a>
        </div>
        <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                To start a new topic under Scilab developers - Mailing Lists Archives, email <a href="/user/SendEmail.jtp?type=node&node=4033146&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a> <br>
                To unsubscribe from Scilab developers - Mailing Lists Archives, <a href="" target="_top" rel="nofollow" link="external">click here</a>.<br>
                <a href="http://mailinglists.scilab.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_top" link="external">NAML</a>
        </div></blockquote></div><br></div></div>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://mailinglists.scilab.org/Release-Scilab-6-0-0-alpha-2-tp4033142p4033146.html">Re: Release Scilab 6.0.0 alpha 2</a><br/>
Sent from the <a href="http://mailinglists.scilab.org/Scilab-developers-Mailing-Lists-Archives-f2574944.html">Scilab developers - Mailing Lists Archives mailing list archive</a> at Nabble.com.<br/>