On 11/18/2015 00:04, Shawn Laffan wrote:
All tests pass on my system using Strawberry Perl 5.16.3 and 5.20.3 on
Windows 10.
Thanks for the confirmation that tests pass.
I get this for t/flexraw_fortran.t, though:
t/flexraw_fortran.t ............. 20/? # system gunzip -q
C:/Users/shawn/AppData/Local/Temp/rawIOOb_data.Z failed: 256
# system gzip -q C:/Users/shawn/AppData/Local/Temp/rawIOOb_data
failed: 256
Changing the gunzip call on line 591 to "gzip -d" silences that
error. Let me know if a patch is preferred.
Let's monitor the test reports. It can be tricky
to make a test work on all possible systems
and installation configurations. Sometimes
the best we can do is to skip a test and not
fail. The diagnostics let us know something
happened in case there is a problem.
0 == system "gzip -d -q ${data}.Z >$NULL 2>&1" or diag "system gunzip
-q ${data}.Z failed: $?";
I also get the errors below, but none cause test failures. I assume
they are related to the issue with t/flexraw_fortran.t where the
antivirus software was holding a lock on the file, but in this case
the file is not re-used. I have not looked at the code, though.
If is isn't a failure, I recommend watch and
observe. Then fix if is needed and worth
the effort. :-)
Thanks again,
Chris
Regards,
Shawn.
t/picnorgb.t .................... 1/3 cannot unlink file for
C:\Users\shawn\AppData\Local\Temp\Q3n1ty8E_U\tbin.pnm: Permission
denied at C:/berrybrew/5.20.3_64_PDL/perl/lib/File/Temp.pm line 784.
cannot remove directory for
C:/Users/shawn/AppData/Local/Temp/Q3n1ty8E_U: Directory not empty at
C:/berrybrew/5.20.3_64_PDL/perl/lib/File/Temp.pm line 784.
t/picnorgb.t .................... ok
t/picrgb.t ...................... 1/2 cannot unlink file for
C:\Users\shawn\AppData\Local\Temp\nTk6AjXyLg\tbyte.pnm: Permission
denied at C:/berrybrew/5.20.3_64_PDL/perl/lib/File/Temp.pm line 784.
cannot remove directory for
C:/Users/shawn/AppData/Local/Temp/nTk6AjXyLg: Directory not empty at
C:/berrybrew/5.20.3_64_PDL/perl/lib/File/Temp.pm line 784.
t/picrgb.t ...................... ok
t/pnm.t ......................... 1/16 cannot unlink file for
C:\Users\shawn\AppData\Local\Temp\fHu8QRdYTT\tbin.TIFF: Permission
denied at C:/berrybrew/5.20.3_64_PDL/perl/lib/File/Temp.pm line 784.
cannot remove directory for
C:/Users/shawn/AppData/Local/Temp/fHu8QRdYTT: Directory not empty at
C:/berrybrew/5.20.3_64_PDL/perl/lib/File/Temp.pm line 784.
On 18 November 2015 at 05:49, Chris Marshall <[email protected]
<mailto:[email protected]>> wrote:
CHM/PDL-2.014_02.tar.gz should be appearing at
a CPAN mirror near you soon. This is the second
and likely final release candidate for PDL-2.015 which
addresses some remaining issues with the new
64bit index support from PDL-2.014.
Please test and report any issues. Documentation
fixes or other non-code contributions are welcome.
The current schedule is to push PDL-2.015 by this
weekend---possibly as early as Friday, 20-Nov-2015.
Thanks,
Chris (PDL-2.015 release manager)
-------------------------------------------------------------------------------
v2.014_02 2015-11-17 09:20:23-05:00
General Notes:
* This is the 2nd release candidate for PDL-2.015
Highlights:
* Same as PDL-2.014_01 but with a couple of F77 build
fixes from Karl to support MacOSX builds and, we hope,
a SciPDL to go with PDL-2.015!
v2.014_01 2015-11-14 14:01:28-05:00
General Notes:
* This is PDL-2.014_01, a cleanup and bug fix release.
Highlights:
* Add $PDL::indxformat for PDL_Indx and
Make new_pdl_from_string() avoid converting IV values to NVs
PDL_Indx values (type indx) now print with an integer
format specification so all digits get printed. In
addition pdl(indx, '[ 9007199254740992 ]') works as well
going the other direction.
* Fix sf.net <http://sf.net> bug 403: reshape can't handle
piddles with -C flag
reshape() on a piddle with dataflow isn't meaningful.
Now a warning is given. You can $pdl->sever first
and then reshape() can be applied.
* Fix sf.net <http://sf.net> bug 406: clump() produces bogus dims
* Various build improvments and documentation fixes:
- force new_pdl_from_string to return a piddle with
P=physical flag
- remove spurious '}' from gnuplot demo
- Basic/Ops/ops.pd - make compatible with MSVC++ 6.0
- Fix win10 breakage in t/flexraw_fortran.t
- improving PDL::GSL::RNG documentation
- Add type convert info to POD for the pdl() constructor
------------------------------------------------------------------------------
_______________________________________________
pdl-general mailing list
[email protected]
<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/pdl-general
------------------------------------------------------------------------------
_______________________________________________
pdl-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdl-general