On Thu, Jan 08, 2009 at 08:52:21AM +0100, Werner Smekal wrote:
> Hi Andrew,
> >
> > I woke up this morning and realised the cause of this. Currently
> > test_octave.sh runs all the tests from a single octave process. I
> > suspect this is the cause since plrandd is now used in 2 examples (17
> > an
On Thu, Jan 08, 2009 at 08:37:36AM +0100, Arjen Markus wrote:
> > tcl
> >Missing examples: 17 19
> >Differing postscript output :
> >Missing stdout :
> >Differing stdout:
> >
> > The API exercised by example 19 is not straightforward to implemen
On Thu, Jan 08, 2009 at 02:54:35PM +, Andrew Ross wrote:
>
> Thank's Werner. I'd actually delved into the code for the magic value
> anyway. I have included this in all the other implementations of example
> 21 since plseed is not tested anywhere else. This showed up bugs in the
> f77 and f95
On Jan 6, 2009, at 1:03 AM, Alan W. Irwin wrote:
> Hi Jerry:
>
> I noticed some garbage after the device name for the Ada thick and
> thin
> example 31 results in stderr.
Thanks for catching that--I don't know where my stderr output goes.
Or more likely, this line was not executed when I ran
Jerry,
While adapting example 12 to use plcol1 and plscmap1l I came across one
interesting issue with ada.
Several example use something like
A_Boolean : Boolean_Array_1D(1 .. 1);
A_Boolean(1) := False;
plscmap1l(HLS, i, h, l, s, A_Boolean);
Note that in these cases the h, l, s