[Bugzilla] [Bug 12198] Samuel GOUGEON has changed component

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Tue Mar 20 00:35:40 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=12198
--------- Bug Summary -----------
scilab keywords are not protected, statements like abort=1 are executed silently

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

---------- What changed ----------
component


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Scilab                      |Parser/Lexer

--- Comment #2 from Samuel GOUGEON <sgougeon at free.fr> ---
"clear" is not a keyword. It's a function. And functions are protected only with funcprot.
Although it is not a keyword, the case of the "clear()" function is particular, because if it is overwritten, then there is no way to retrieve its
right version from the libraries (as for any other overwritten functions).
This is why it should be protected.

-- 
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/20180320/d5ad9b9d/attachment.htm>


More information about the Bugzilla mailing list