[Bugzilla] [Bug 8383] Samuel GOUGEON has changed keywords, bug_file_loc, component
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Sat Mar 24 01:03:32 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=8383
--------- Bug Summary -----------
export_to_hdf5() fails exporting lists, mlists or tlists with DEFINED but VOID c
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
keywords, bug_file_loc, component
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|Fix_me_for_Scilab_5.3.X |have_nonregression_test
URL|-->L = list(%pi,"Text")
|-->L = list(%pi,"Text") L
| L =
|= list with entries: (1)
| list with entries:
|3.1415927 (2)
| (1) 3.1415927
|"Text"-->export_to_hdf5("te
| (2) "Text"
|st.dat","L") ans = T //
|
|OK. Now, insert a VOID
|-->export_to_hdf5("test.dat |component:-->L =
|","L")
|list(%pi,,"Text") L =
| ans =
|list with entries: (1)
| T
|3.1415927 (3)
|// OK. Now, insert a VOID |"Text"-->definedfields(L)
|component:
|ans = 1. 2. 3.
|
| // The middle field is
|-->L = list(%pi,,"Text")
|DEFINED -->type(L(2)) ans
| L =
|= 0. //
| list with entries:
|but VOID
| (1) 3.1415927
|-->export_to_hdf5("test.dat
| (3) "Text"
|","L") ans = F // The
|
|same issue occurs with a
|-->definedfields(L)
|mlist or a tlist:///
| ans =
|---------------------------
| 1. 2. 3. // |------------------->L =
|The middle field is DEFINED |tlist(["test" "num" "pol"
| |"txt"],%pi,,"Text") L =
|
|tlist of type "test" with
|-->type(L(2))
|fields: .num 3.1415927
| ans =
|.pol (undefined) .txt
| 0. // |
|but VOID
|"Text"-->export_to_hdf5("te
|
|st.dat","L") ans = F
|-->export_to_hdf5("test.dat |-->L = mlist(["test" "num"
|","L")
|"pol" "txt"],%pi,,"Text") L
| ans =
| = mlist of type "test"
| F
|with fields: .num
|
|3.1415927 .pol
|// The same issue occurs |(undefined) .txt
|with a mlist or a tlist:
|"Text"-->export_to_hdf5("te
|/// |st.dat","L") ans = F
|--------------------------- |
|-----------------
|
|-->L = tlist(["test" "num" |
|"pol" "txt"],%pi,,"Text")
|
| L =
|
| tlist of type "test" with |
|fields:
|
| .num 3.1415927
|
| .pol (undefined)
|
| .txt "Text"
|
|
|
|-->export_to_hdf5("test.dat |
|","L")
|
| ans =
|
| F
|
|
|
|-->L = mlist(["test" "num" |
|"pol" "txt"],%pi,,"Text")
|
| L =
|
| mlist of type "test" with |
|fields:
|
| .num 3.1415927
|
| .pol (undefined)
|
| .txt "Text"
|
|
|
|-->export_to_hdf5("test.dat |
|","L")
|
| ans =
|
| F |
URL|-->L = list(%pi,"Text") L |
|= list with entries: (1) |
|3.1415927 (2) |
|"Text"-->export_to_hdf5("te |
|st.dat","L") ans = T // |
|OK. Now, insert a VOID |
|component:-->L = |
|list(%pi,,"Text") L = |
|list with entries: (1) |
|3.1415927 (3) |
|"Text"-->definedfields(L) |
|ans = 1. 2. 3. |
| // The middle field is |
|DEFINED -->type(L(2)) ans |
|= 0. // |
|but VOID |
|-->export_to_hdf5("test.dat |
|","L") ans = F // The |
|same issue occurs with a |
|mlist or a tlist:/// |
|--------------------------- |
|------------------->L = |
|tlist(["test" "num" "pol" |
|"txt"],%pi,,"Text") L = |
|tlist of type "test" with |
|fields: .num 3.1415927 |
|.pol (undefined) .txt |
| |
|"Text"-->export_to_hdf5("te |
|st.dat","L") ans = F |
|-->L = mlist(["test" "num" |
|"pol" "txt"],%pi,,"Text") L |
| = mlist of type "test" |
|with fields: .num |
|3.1415927 .pol |
|(undefined) .txt |
|"Text"-->export_to_hdf5("te |
|st.dat","L") ans = F |
Component|Input / output |Data import/export
--
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/20180324/a7ae7fa3/attachment.htm>
More information about the Bugzilla
mailing list