You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in #1860 there was a mistake in saverestore.cpp that made test_saverestore.pro exit with error:
% SAVE: GDL cannot yet write such large SAVE files. Try with less values. File /tmp/GDL_save_test_numeric1.sav is invalid, remove it.
% Execution halted at: TEST_SAVE_NUMERIC 119 /home/gildas/gdl/testsuite/test_save_restore.pro
% TEST_SAVE_RESTORE 210 /home/gildas/gdl/testsuite/test_save_restore.pro
% $MAIN$
not that simple : it is possible to put res=EXECUTE("SAVE, [...]") everywhere then testing "res" but usually I tested deeply a change before putting in the github.
Another solution would be to test that the file is generated or not.
Not that simple to decide for a trade-off between hyper basic tests and too much tests
in #1860 there was a mistake in saverestore.cpp that made test_saverestore.pro exit with error:
(this, when run manually).
however, the test was reported as "passed" as https://github.com/gnudatalanguage/gdl/actions/runs/9962944994/job/27527857548?pr=1860 shows.
No need to add that his kind of behaviour is very dangerous.
Help needed.
The text was updated successfully, but these errors were encountered: