Giloo

Results 50 issues of Giloo

Basicall the reason why test_format do not pass is not a format problem. It is just that linux: ``` GDL> r=-1d GDL> z=fix(r,type=15) GDL> z 18446744073709551615 GDL> z[0]=r GDL> z...

With this PR, the user has access to a LINKIMAGE and all DLM-related functionalities with DLL (.so, .dll) files compiled for IDL (no need to recompile) or (and this would...

see #1998 Reported Path may not be OK in all cases (starts with a GDL_PATH, an IDL_PATH or nothing). plus the suggestions in #1998

BOOLEAN() is just a .pro at the moment. To enable correct support boolean should be a C++ variant of DByteGDL ansd proper actions be taken at various places. ``` a...

Just edit in an internal buffer -- this using a generic function that would permit LAMBDAS too...

Hi folks, I've installed flatpak to get easy access to apps that I do not find natively in my favorite french linux distro: Mageia. See #914 for an old request...

enhancement
installation

... that's why #2063 fails. Related to false alerts of "old syntax" using --trace-old-syntax switch. The false alerts seems all related to not resolving a .pro at compile time, when...

See https://github.com/gnudatalanguage/gdl/actions/runs/19301035710/job/55195296130 , full log. There is a lot of warnings but also 2 errors about system includes not found. All this points towards a confusion arising during the build_gdl.sh...

help wanted
MacOSX

See #2100

enhancement
help wanted

And the rest as well: ``` const string widget_infoWarnKey[] = { "COMBOBOX_NUMBER","COMPONENT","CONTEXT_EVENTS", "DROPLIST_NUMBER", "DYNAMIC_RESIZE","KBRD_FOCUS_EVENTS", "LIST_MULTIPLE","LIST_NUMBER","LIST_NUM_VISIBLE","LIST_TOP", "MULTIPLE_PROPERTIES","PROPERTYSHEET_NSELECTED","PROPERTYSHEET_SELECTED", "PROPERTY_VALID","PROPERTY_VALUE","PUSHBUTTON_EVENTS", "SLIDER_MIN_MAX","TABLE_ALL_EVENTS","TABLE_BACKGROUND_COLOR", "TABLE_EDITABLE","TABLE_EDIT_CELL","TABLE_FONT","TABLE_FOREGROUND_COLOR","TABLE_VIEW", "TEXT_ALL_EVENTS","TEXT_EDITABLE","TEXT_NUMBER","TEXT_OFFSET_TO_XY", "TEXT_TOP_LINE","TEXT_XY_TO_OFFSET", "VISIBLE", KLISTEND }; ```

good first issue