gdl icon indicating copy to clipboard operation
gdl copied to clipboard

GDL - GNU Data Language

Results 230 gdl issues
Sort by recently updated
recently updated
newest added

This seems to have been the case for a long time. Do we want to try to fix this, or should this test be excluded on 32-bit?

See #601 . Was done for CW_BGROUP

help wanted
good first issue
idl/gdl-only

See #601 . Was done for CW_BGROUP, this is much easier! CW_FIELD is used in atv

help wanted
good first issue
idl/gdl-only

See #601 . Was done for CW_BGROUP, this is much easier! CW_FORM is used in atv

help wanted
good first issue
idl/gdl-only

Just trying new stable release, and I am getting a segfault in Magick: ``` GDL> window (gdl:907266): Gtk-WARNING **: 00:10:30.072: gtk_disable_setlocale() must be called before gtk_init() Magick: abort due to...

On my Ubuntu laptop: ``` GDL> tic & for i=0, 100000 do a=STRTRIM('1.25',2) & toc % Time elapsed : 0.42429996 seconds. ``` ``` IDL> tic & for i=0, 100000 do...

Triggered by #1060, I switched the Debian package to use ImageMagick instead of GraphicsMagic, which I did with the CMAKE defines `DMAGICK=YES DGRAPHICSMAGIC=OFF`. The ImageMagick configutaion uses `Magick++-config` to find...

once it worked on Travis: https://github.com/gnudatalanguage/gdl/pull/192

In IDL, the string in the IDL_PATH stands, at startup, for the default location of the IDL routines, to which it is easy to prepend and/or append extra paths before...

enhancement

EXPAND_PATH does not behave in current GDL as it did in the past, or as IDL does, when dealing with nested quotes: ``` x=" ' ' " ; (double quote,...

bug
behaviour not tested - update testsuite