Alain
Alain
For me, having the possibility to call GDL with --no-dSFMT or using GDL_NO_DSFMT= 1 is very convenient to cross-check the computations using RANDOM in IDL and in GDL since the...
I found __by chance__ several bugs in TIMESTAMP(). In fact a test in `test_timestamp.pro` was not OK in IDL ... then I made others tests ... I am rewriting too...
(just for the record) I compiled just now current Git version of GDL on a wide HPC (to be transform in a module, another story ...) ``` $ more /etc/system-release...
I have few colleagues using GDL on a daily basis and working on OSX. I help them by installing and maintaining GDL. Time to time they have to add an...
I have no time to go in details and look at the code but : - in GDL and in IDL, test_poly_fit returns error !! `% TEST_POLY_FIT: = 1 errors...
since idl 8.4, we can access to the attributes of variables https://www.l3harrisgeospatial.com/docs/variable_attributes.html ``` IDL> help, var VAR INT = Array[72, 416, 9, 2225] IDL> PRINT, var.length 599788800 IDL> PRINT, var.typename...
mixing String and Byte should behave like mixing String + Int or String + Long ... and should protest ! ``` s='string' & b=33b & i=1234 print, s+' '+ i...
I am compiling Git versions of GDL on various machines, then various version of C++ compilers (eg gcc 8, 11.3, clang 13.1.6 ) and they issue various warning messages. Some...
making individual tests with the files in testsuite, I notice that few tests are not OK when run in the CLI but do not triggered failure when run by "make...
On my U22.04 as detected by "test_file_test.pro" the procedure FILE_DELETE is not working well anymore on symbolic links. It was fine in vanilla version 1.0.1. It was not OK since...