[Bugzilla] [Bug 2306] Samuel GOUGEON has changed bug_status, bug_file_loc, resolution, assigned_to
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Mar 23 00:46:23 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=2306
--------- Bug Summary -----------
tlist element referencing has to comply with name rules in the dot syntax, but
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
bug_status, bug_file_loc, resolution, assigned_to
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
URL|//truncation:
|
|
|
|-->A = [];
|
|-->A.verylongteststring1234 |
|56789123456789 = 1;
|
|
|
|-->disp(A);
|
| |
|verylongteststring123456: 1 |
|
|
|
|
|//illegal characters:
|
|
|
|-->B("***\\{}")=2
|
| B =
|
|
|
| ***\\{}: 2
|
|
|
|-->B.***\\{}
|
| !--error 2
|
|invalid factor |
Resolution|--- |FIXED
Assignee|serge.steer at inria.fr |bugzilla.admin at scilab.org
--- Comment #4 from Samuel GOUGEON <sgougeon at free.fr> ---
Scilab 6 now refuses such a field name:
--> B("***\\{}")=2
Invalid index.
--
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/20180323/b743fdd7/attachment.htm>
More information about the Bugzilla
mailing list