gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

LIST() and HASH() don't have the rigth SIZE(/n_dim) #1725

Closed alaingdl closed 5 months ago

alaingdl commented 8 months ago

Thanks to some super simple tests in error in test_isa.pro, I got :

GDL> size(hash(),/n_di)
           1
GDL> size(list(),/n_di)
           1

[...]
IDL> size(hash(),/n_di)
           0
IDL> size(list(),/n_di)
           0
alaingdl commented 5 months ago

This one is probably solved, but the side effect of large blind tests is I found new problems in ISA()

alaingdl commented 5 months ago

Should be closed in #1786 Please open a new issue if related problem emerge ...