[Bugzilla] [Bug 4171] Samuel GOUGEON has changed bug_file_loc
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Mar 23 00:51:49 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=4171
--------- Bug Summary -----------
Mixing struct and list causes display trouble. The data seems to be correctly
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
bug_file_loc
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|Result is :
|
|==============
|
|-->tl2 = tlist("X", tl1 , |
|tl1)
|
| tl2 =
|
|
|
|
|
| tl2(1)
|
|
|
| X
|
|
|
| tl2(2)
|
|
|
|
|
| tl2(2)(1)
|
|
|
| X
|
|
|
| tl2(2)(2)
|
|
|
| field: "value"
|
|
|
|
|
| But should be :
|
|================
|
|-->tl2 = tlist("X", tl1 , |
|tl1)
|
| tl2 =
|
|
|
|
|
| tl2(1)
|
|
|
| X
|
|
|
| tl2(2)
|
|
|
|
|
| tl2(2)(1)
|
|
|
| X
|
|
|
| tl2(2)(2)
|
|
|
| field: "value"
|
|
|
| tl2(3)
|
|
|
|
|
| tl2(3)(1)
|
|
|
| X
|
|
|
| tl2(3)(2)
|
|
|
| field: "value"
|
--- Comment #3 from Samuel GOUGEON <sgougeon at free.fr> ---
>struct.field = "value";
Here you delete/overwrite the structure constructor struct()...
--
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/cbd41b38/attachment.htm>
More information about the Bugzilla
mailing list