Re: [Plplot-devel] Testing of the next PLplot release

2019-05-22 Thread Alan W. Irwin
On 2019-05-22 07:07- Arjen Markus wrote: AM: I have attached last night's tarball hoilding the result of the comprehensive test. At a first casual glance, all is well. I do not think I will have time before Friday to redo the installation and the testing, so let's use this result. Hi Ar

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-22 Thread Arjen Markus
Hi Alan, See my answers below. Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 21 May 2019 22:12 To: Arjen Markus Cc: 'Phil Rosenberg' ; PLplot development list Subject: RE: Testing of the next PLplot release On 2019-05-21 07:05- Arjen Markus wrote: >>> AM: If you

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-21 Thread Alan W. Irwin
On 2019-05-21 18:21- Arjen Markus wrote: AM: Well, I did have wxWidgets installed, I was looking for the wrong file names. So, I rebuilt PLplot with "MSYS Makefiles", as that does enable CMake to find the wxWidgets library, but alas, the result is a run-time error: some discrepancy between

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-21 Thread Alan W. Irwin
On 2019-05-21 07:05- Arjen Markus wrote: AM: If you ask for "git" via "pacman -Ss git", youget a long list of packages that are maintained via git and therefore have "git" in their name. The only package that I could find which was about git itself, was "msys/git". And indeed, that works.

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-21 Thread Arjen Markus
Hi Alan, Here is an update. Regards, Arjen -Original Message- That leaves the following issues: >> * Use "MSYS Makefiles" to work around a wxwidgets cmake find bug for the >> "Unix Makefiles" case. NOT TRIED YET. >>AM: Not yet indeed, I seem not to have installed wxwidgets yet 😉.

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-21 Thread Arjen Markus
Hi Alan, I have added my responses and findings below. Regards, Arjen -Original Message- From: Alan W. Irwin Sent: 17 May 2019 23:21 To: Arjen Markus Cc: 'Phil Rosenberg' ; PLplot development list Subject: RE: Testing of the next PLplot release Hi Arjen: See my review of your chan

Re: [Plplot-devel] Testing of the next PLplot release

2019-05-17 Thread Alan W. Irwin
Hi Arjen: See my review of your changes below. Note depending on how quickly you can respond to the three minor issues that are left, we might have a release by early next week so I am sharing this post with the PLplot development list so other developers will also be aware that release is comin

Re: [Plplot-devel] Testing of latest qt pushes requested

2019-01-02 Thread António Rodrigues Tomé
Yes Alan it was. It worked without problem from my qt apps. Cheers On Wed, 2 Jan 2019, 09:49 Alan W. Irwin On 2018-12-31 16:05- António Rodrigues Tomé wrote: > > > p.s > > I will have a look at your commit and test it on my own applications > > Hi António: > > Just to finish off this topic, w

Re: [Plplot-devel] Testing of latest qt pushes requested

2019-01-02 Thread Alan W. Irwin
On 2018-12-31 16:05- António Rodrigues Tomé wrote: p.s I will have a look at your commit and test it on my own applications Hi António: Just to finish off this topic, was that test a success? Alan __ Alan W. Irwin Programming affiliations with the FreeEOS equati

Re: [Plplot-devel] Testing of latest qt pushes requested

2018-12-31 Thread António Rodrigues Tomé
Hi Alan let's do a small change in qt_example. cpp to make it more orthodox. QApplication a( argc, argv ); PlotWindow win ( Argc, Argv ); win.show(); when I do this the program always crashes on close in my system. much likely because there is an attempt to free twice a memory block.

Re: [Plplot-devel] Testing with Docker

2016-11-26 Thread Hazen Babcock
On 11/25/2016 09:46 AM, Hazen Babcock wrote: > > I think have this more or less working now. I created a git repository > for this here: > https://github.com/PLplot/plplot-docker > > And our docker images are here: > https://hub.docker.com/u/plplot/ > > Assuming that you have docker installed and r

Re: [Plplot-devel] Testing with Docker

2016-11-23 Thread Alan W. Irwin
On 2016-11-23 23:29-0500 Hazen Babcock wrote: > > Going in a completely different direction from travis-ci.. I've been > experimenting with Docker: > > https://docs.docker.com/ > > Quoting the web-site "Docker provides a way to run applications securely > isolated in a container, packaged with a

Re: [Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-16 Thread Alan W. Irwin
On 2015-07-15 14:24-0700 Greg Jung wrote: > Here is the "trully vanilla" results. No additional library paths are > involved (not even /mingw32/lib). Hi Greg: Thanks for this report for the 32-bit ?? MinGW-w64/MSYS2 platform. To help interpret this report accurately I need the following additi

Re: [Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-15 Thread Greg Jung
The same error is blocking mingw64/ and mingw32/ builds: === from make.out: ^ cd D:/comprehensive_test_disposeable/shared/build_tree/src && C:/msys64/mingw32/bin/gcc.exe -O2 -mtune=pentium3 -DPLPLOT_HAVE_CONFIG_H -Dplplot_EXPORTS -IC:/msys64/mingw32/include @CMakeFiles/plplot

Re: [Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-15 Thread Greg Jung
Here is the "trully vanilla" results. No additional library paths are involved (not even /mingw32/lib). To get the mingw32/lib in in a clean fashion I suggest the following lines in the if(MINGW) ... endif(): # We need the path to the MinGW/Borland compiler in order to find # the import libraries

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Alan W. Irwin
On 2014-10-08 08:29+0100 Phil Rosenberg wrote: > The Tcl test is run by executing the RUN_TESTS project, or by running ctest -C Debug -VV from the build directory. This includes spaces in the build directory, but not the source directory. Hi Phil: Thanks for that explanation of exactly what you

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Alan W. Irwin
l Message- > From: "Arjen Markus" > Sent: ‎08/‎10/‎2014 08:53 > To: "Phil Rosenberg" ; "Alan W. Irwin" > > Cc: "[email protected]" > Subject: RE: [Plplot-devel] Testing on Windows (line endings for bashscripts) > &g

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Phil Rosenberg
ght. Regards, Arjen From: Phil Rosenberg [mailto:[email protected]] Sent: Wednesday, October 08, 2014 9:30 AM To: Alan W. Irwin Cc: Arjen Markus; [email protected] Subject: RE: [Plplot-devel] Testing on Windows (line endings for bashscripts) Ho Alan That i

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Arjen Markus
, October 08, 2014 9:30 AM To: Alan W. Irwin Cc: Arjen Markus; [email protected] Subject: RE: [Plplot-devel] Testing on Windows (line endings for bashscripts) Ho Alan That is 64 bit Cygwin. The Tcl test is run by executing the RUN_TESTS project, or by running ctest -C Debug -VV from

Re: [Plplot-devel] Testing on Windows (line endings for bashscripts)

2014-10-08 Thread Phil Rosenberg
might consider a long term goal, but unlikely to happen soon. Phil -Original Message- From: "Alan W. Irwin" Sent: ‎07/‎10/‎2014 12:45 To: "phil rosenberg" Cc: "Arjen Markus" ; "[email protected]" Subject: Re: [Plplot-dev

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread Alan W. Irwin
On 2014-10-07 09:05- phil rosenberg wrote: > Just to confirm - everything seems to work fine on Cygwin too Hi Phil: It was glad to hear you got good results on both the MSVC and Cygwin platforms (while testing with Cygwin's bash in both cases) for my commit 5dd59c. I was pleasantly surprise

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread phil rosenberg
Just to confirm - everything seems to work fine on Cygwin too Phil   From: phil rosenberg To: Arjen Markus Cc: "[email protected]" Sent: Tuesday, 7 October 2014, 9:30 Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts) Thanks

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread phil rosenberg
  Regards,   Arjen     From: phil rosenberg [mailto:[email protected]] Sent: Tuesday, October 07, 2014 8:50 AM To: Arjen Markus; Alan W. Irwin Cc: [email protected] Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)   Hi this is just a q

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-07 Thread Alan W. Irwin
On 2014-10-07 06:49- phil rosenberg wrote: > Hi this is just a quick email - I will reply properly later today > I think the tests in the shell script are necessary - I am building natively under windows - that is the whole point - so I am using native Windows CMake and Tcl. However the test

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread Arjen Markus
, as it took me some time to realise this was going on.) Regards, Arjen From: phil rosenberg [mailto:[email protected]] Sent: Tuesday, October 07, 2014 8:50 AM To: Arjen Markus; Alan W. Irwin Cc: [email protected] Subject: Re: [Plplot-devel] Testing on Windows (line

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread phil rosenberg
Alan W. Irwin ; phil rosenberg Cc: "[email protected]" Sent: Tuesday, 7 October 2014, 7:35 Subject: RE: [Plplot-devel] Testing on Windows (line endings for bash scripts) #yiv9896690957 #yiv9896690957 -- _filtered #yiv9896690957 {font-family:Wingdings;panose-1:

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread Arjen Markus
rom: Alan W. Irwin [mailto:[email protected]] > Sent: Tuesday, October 07, 2014 6:56 AM > To: phil rosenberg > Cc: [email protected]; Arjen Markus > Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts) > > On 2014-10-06 11:56-0700

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread Alan W. Irwin
On 2014-10-06 11:56-0700 Alan W. Irwin wrote: > Hi Phil: > > I strongly recommend that you modify your recent changes so they only > apply for the MSVC platform [...] @ Phil: Never mind, I did that myself with commit 5dd59cb. Please try git diff --ignore-all-space 5dd59cb^..5dd59cb to see the

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread Alan W. Irwin
On 2014-10-06 16:21- phil rosenberg wrote: > I have just commited changes to the Tcl tests an the diff test which compares the different language outputs to the C outputs.I can now run the 6 auto generated tests that I get in my Windows build environment which are the C, C++, Tcl, svn, xfig an

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread phil rosenberg
p I've had getting these working Phil   From: phil rosenberg To: Alan W. Irwin Cc: "[email protected]" ; Arjen Markus Sent: Monday, 6 October 2014, 12:10 Subject: Re: [Plplot-devel] Testing on Windows (line endings for bash scripts) Hi allDoes anyone

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-06 Thread phil rosenberg
hen it makes my life massively easier in terms of getting the test script running correctly ThanksPhil   From: Alan W. Irwin To: phil rosenberg Cc: "[email protected]" ; Arjen Markus Sent: Sunday, 5 October 2014, 3:10 Subject: Re: [Plplot-devel] Testing on

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-04 Thread Alan W. Irwin
On 2014-10-04 22:27- phil rosenberg wrote: > Thanks for spotting that Alan - I hadn't considered that people might edit > the scripts with native Windows tools > I have made a bit more progress on getting the Tcl tests to run on my > machine. In the end I got pltcl to run under Cygwin. Not s

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-04 Thread phil rosenberg
his could go all the way back to a CMAKE option for the initial build. Phil    From: Alan W. Irwin To: phil rosenberg Cc: "[email protected]" ; Arjen Markus Sent: Friday, 3 October 2014, 22:07 Subject: Re: [Plplot-devel] Testing on Windows (line endings for

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts)

2014-10-03 Thread Alan W. Irwin
On 2014-10-03 12:35-0700 Alan W. Irwin wrote: > So you should expect to see another commit from me along these lines [i.e., use text=auto for most text files] > (which will also check for and remove any line-endings issues that > might have gotten into any of our text files since we adopted git.)

Re: [Plplot-devel] Testing on Windows (line endings for bash scripts) READ THIS FIRST

2014-10-03 Thread Alan W. Irwin
On 2014-10-03 10:54-0700 Alan W. Irwin wrote: > In sum, I think you should change the .gitattributes file to > > *.sh eof=lf > *.sh.in eof=lf > > If I am right, (i.e., the result works for you) please commit that > change. Also, I just noticed for your other commit that the line endings for plplo

Re: [Plplot-devel] Testing on Windows

2014-10-03 Thread Arjen Markus
Hi Phil, Hm, odd, that problem with pltcl. I will have a look, cannot really tell when though, as I have a few busy days ahead. As for Cygwin: that tends to be picky about line-endings, expecting Linux line-endings all the way. (I seem to remember there once was an option at install time a

Re: [Plplot-devel] Testing on Windows

2014-10-03 Thread phil rosenberg
x27;t broken anything I will remove them - and if I have broken anything it should be easy to spot why. Phil   From: Arjen Markus To: "[email protected]" Sent: Friday, 3 October 2014, 7:34 Subject: Re: [Plplot-devel] Testing on Windows #yiv4746650222

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread Arjen Markus
.uvic.ca] > Sent: Friday, October 03, 2014 12:35 AM > To: phil rosenberg > Cc: [email protected] > Subject: Re: [Plplot-devel] Testing on Windows > > On 2014-10-02 18:23- phil rosenberg wrote: > > > Okay, well I have fixed the spaces in the paths p

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread Alan W. Irwin
On 2014-10-02 18:23- phil rosenberg wrote: > Okay, well I have fixed the spaces in the paths problem and added a Visual Studio specific extra configuration parameter. Good. Please commit and push those change so they can be tested by others. > I am not sure how to deal with the final couple

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
014, 21:04 Subject: Re: [Plplot-devel] Testing on Windows On 2014-10-02 13:44- phil rosenberg wrote: > Hi I've started looking a bit into the testing on Windows. This was mostly initiated because I accidentally built the test_interactive project which CMake creates for VC++ builds 

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread Alan W. Irwin
On 2014-10-02 13:44- phil rosenberg wrote: > Hi I've started looking a bit into the testing on Windows. This was mostly initiated because I accidentally built the test_interactive project which CMake creates for VC++ builds and it popped up a wxWidgets window - so with Cygwin installed it does

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
Okay, well I have fixed the spaces in the paths problem and added a Visual Studio specific extra configuration parameter. I am not sure how to deal with the final couple of problems. CMake generates the shell scripts, from the .sh.in files and when it does so it creates them with Windows line en

Re: [Plplot-devel] Testing

2014-09-04 Thread Alan W. Irwin
On 2014-09-04 17:14+0100 Phil Rosenberg wrote: > Hi everyone > I just wondered if anyone has tried the test scripts on windows? > > Making the changes to get rid of exit calls and improve memory management is > rather intrusive so I would like to do some pretty thorough testing before I > push a

Re: [Plplot-devel] Testing status

2011-03-23 Thread Andrew Ross
On Wed, Mar 23, 2011 at 02:47:04PM -0700, Alan Irwin wrote: > On 2011-03-23 21:34- Andrew Ross wrote: > > > [...]As of my last commit lua also produces > > a clean diff report. > > Good work. Thanks! Another fine example of programming by analogy... Andrew -

Re: [Plplot-devel] Testing status

2011-03-23 Thread Alan W. Irwin
On 2011-03-23 21:34- Andrew Ross wrote: > [...]As of my last commit lua also produces > a clean diff report. Good work. Thanks! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvi

Re: [Plplot-devel] Testing status

2011-03-23 Thread Andrew Ross
On Tue, Mar 22, 2011 at 03:38:00PM -0700, Alan Irwin wrote: > On 2011-03-21 14:56-0700 Alan W. Irwin wrote: > > > [...]My next planned step is to take a look at > > the pllegend D issues to see if I can make any progress there > > using my tried and true "programming by analogy" trick when I > > k

Re: [Plplot-devel] Testing status

2011-03-22 Thread Alan W. Irwin
On 2011-03-21 14:56-0700 Alan W. Irwin wrote: > [...]My next planned step is to take a look at > the pllegend D issues to see if I can make any progress there > using my tried and true "programming by analogy" trick when I > know little about a language. Hmm. I am beginning to really like the D l

Re: [Plplot-devel] Testing of "standard" Ada examples

2008-12-29 Thread Jerry
On Dec 23, 2008, at 9:48 AM, Alan W. Irwin wrote: > On 2008-12-23 01:53-0700 Jerry wrote: > >> I would like to have the "standard" Ada examples xthicka01.adb >> through xthicka31.adb (31 is TBD) subjected to the same Postscript >> and stdout tests as the "traditional" Ada examples x01a.adb throug

Re: [Plplot-devel] Testing of "standard" Ada examples

2008-12-23 Thread Alan W. Irwin
On 2008-12-23 01:53-0700 Jerry wrote: > I would like to have the "standard" Ada examples xthicka01.adb > through xthicka31.adb (31 is TBD) subjected to the same Postscript > and stdout tests as the "traditional" Ada examples x01a.adb through > x31.adb to assure that they create identical results.