As I have it now, the subroutine code is there but the libinit.cpp allows only the limited keyword input - the expanded functionality can be easily edited into usage, on a rebuild. trace_me = false; // trace_arg(); when the code has previously invoked the debug trace, but is finished code, was a good solution. I greatly needed this stuff when I was developing the list and hash routines. On Thu, Apr 19, 2018 at 4:39 PM, Sylwester Arabas slayoo@users.sourceforge.net wrote: status: open --> closed Comment:...
If the "legacy" drivers are deployed, the same issue arises in the git version. For the new scheme, when the environment GDL_USE_WX is set to "yes", then wx is in charge of the plotting and get_decomposed keyword works. If we wish, I have a set of routines that can be used to implement this in legacy gdlwinsream. Greg greg@Homerw7 ~ $ export GDL_USE_WX=YES greg@Homerw7 ~ $ gdlgit GDL - GNU Data Language, Version 0.9.8 svn For basic information type HELP,/INFO Using WxWidgets as graphics library (windows...
Yes the gdlhelp_fin branch has everything for help,/heap. And mostly all of stage1 is in. But what is going on with these test crashes? For gdlhelp it is only test: test_angles.pro that goes wrong. File_etc branch fails in about 8 tests on travis, but those relevant to the changed code are ok in Linux. Some stage2 changes are deep internal, so I'd like to see these errors get figured out before they go in On Mon, Apr 16, 2018 at 12:04 AM, Sylwester Arabas slayoo@users.sourceforge.net wrote: Greg,...
No real issue here - so old that it is probably not reproducable. On Tue, Apr 10, 2018 at 1:48 PM, Sylwester Arabas slayoo@users.sourceforge.net wrote: Greg, Gilles, what is the conclusion here? Is there anything to move to github as a new issue? Thanks for help, S. [bugs:#689] https://sourceforge.net/p/gnudatalanguage/bugs/689/ XWIN driver resizing ruins the plot: * Status: open Group: v1.0 (example) Created: Sun Feb 07, 2016 05:21 AM UTC by GregJung Last Updated: Sun Feb 07, 2016 08:48 PM UTC Owner:...
yes all that looked good. On Sun, Apr 8, 2018 at 7:42 AM, Sylwester Arabas slayoo@users.sourceforge.net wrote: Is this ready to be closed then? [bugs:#712] https://sourceforge.net/p/gnudatalanguage/bugs/712/ fstat CUR_PTR tag reports uncorrect value for compressed files* Status: open Group: v1.0 (example) Created: Fri Oct 28, 2016 09:18 AM UTC by giloo Last Updated: Thu Oct 12, 2017 09:30 PM UTC Owner: nobody just run the new version of testsuite/test_point_lun. The pointer position reported in fstat()...
Yes I believe the compressed file issues were resolved. BTW I haven't received notice, and so I assume I am not included yet, on the github list. Thanks. Greg On Thu, Apr 5, 2018 at 2:42 PM, Sylwester Arabas slayoo@users.sourceforge.net wrote: Should we close it? [bugs:#724] https://sourceforge.net/p/gnudatalanguage/bugs/724/ CLOSE,lu is not healthy for COMPRESSED files* Status: open Group: v1.0 (example) Created: Mon Oct 02, 2017 10:09 PM UTC by GregJung Last Updated: Fri Oct 13, 2017 10:20 PM UTC...
You will need to build GDL from source in order to create the GDL.so module; Don't worry, not hard! If you don't already have development tools, install gcc++ and cmake and make the simplest form of GDL that includes eigen3. Depending on what you are doing in GDL you can spend more or less time including/excluding aspects you don't need. Numpy will be needed. Then, in the options for cmake, build GDL using -DPYTHON_MODULE=ON on the cmake command line. Goog luck.
Progress: Again working with gcc 7.2, I downgraded the readline installation from readline7 back to readline6.3, and console operation is back to normal. Previous versions such as this can be downloaded from repo.msys2.org and "pacman -U" command to install them. Eigen3 issue is still a rpoblem, so I may next be downgrading GCC from 7.2 towards 5.3 (where it compiles ok). plplot-5.13.0 works well now, I didn't need a separate PLPLOT_HOME definition or other trick to find the font and color map files...