Sylwester Arabas

Results 518 comments of Sylwester Arabas

I have not used OSX for 10+ years, hard to comment

```IDL GDL> spawn, 'curl http://www.mpia.de/index.html', a ``` ?

@alaingdl this seems to work (and also perhaps solve the escape/argument passing issue for @cosmicbrucee ): ```idl GDL> spawn, /noshell, ['curl', 'http://archive.eso.org/dss/dss/image?ra=0.00000&dec=30.0000&x=10&y=10&Sky-Survey=DSS1&mime-type=download-fits'], a % Total % Received % Xferd Average...

My first ever try with it today resulted in: ``` $ ./quick_start_GDL.sh bash: ./quick_start_GDL.sh: Permission denied ``` :)

minimal_script worked OK My point is basically to detect early if something external breaks such builds

As we've noticed in #803, we could also test behaviour on a very bare system without curses and other basic libraries

As seen on #752, using FindPython3 could improve user comfort likely

For the record: > Ten years ago when we started to use CMake with my student Maxime, we had very few Find*.cmake files around and Maxime created most of them...

temporarily disabled the test: https://github.com/gnudatalanguage/gdl/pull/1182

Thanks! BTW > Would it be possible to somehow trap the failed tests and redo them in verbose mode? Or even better, using a debugger that could give a traceback?...