-----Original Message----- From: Ed .
Sent: Thursday, January 08, 2015 1:06 PM
To: sisyph...@optusnet.com.au ; kmx
Cc: pdl-porters
Subject: Re: [Pdl-porters] dmake + EUMM-7.05_05 trouble

I've just pushed a change to EUMM that should suppress these warnings. Please try git latest EUMM on your code and let me know.

That takes care of the dmake noise for me.

One (very) minor quibble is that, during 'dmake test', I'm getting a tripling up of the 'No tests defined for Module::Whatever::Foo extension' warnings.
For example, with Math-MPFR-3.23:

#####################################
C:\sisyphusion\Math-MPFR-3.23>dmake test
'No tests defined for Math::MPFR::Prec extension.'
'No tests defined for Math::MPFR::V extension.'
"C:\MinGW\Perl516\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- MPFR.bs blib\arch\auto\Math\MPFR\MPFR.bs 644 "C:\MinGW\Perl516\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Prec.bs ..\blib\arch\auto\Math\MPFR\Prec\Prec.bs 644
'No tests defined for Math::MPFR::Prec extension.'
"C:\MinGW\Perl516\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- V.bs ..\blib\arch\auto\Math\MPFR\V\V.bs 644
'No tests defined for Math::MPFR::V extension.'
"C:\MinGW\Perl516\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.
t
t/_1aaa_v.t ...............
[snip running of test suite]
t/uselongdouble.t ......... ok
All tests successful.
Files=47, Tests=729, 13 wallclock secs ( 0.17 usr +  0.03 sys =  0.20 CPU)
Result: PASS
'No tests defined for Math::MPFR::Prec extension.'
"C:\MinGW\Perl516\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Prec.bs ..\blib\arch\auto\Math\MPFR\Prec\Prec.bs 644
'No tests defined for Math::MPFR::V extension.'
"C:\MinGW\Perl516\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- V.bs ..\blib\arch\auto\Math\MPFR\V\V.bs 644

C:\sisyphusion\Math-MPFR-3.23>
#####################################

That might bother purists - I'm not a purist, so I don't know.
I guess I could always add a t/test.t for the Math::MPFR::Prec and Math::MPFR::V extensions - though such a solution wouldn't scale so well wrt PDL ;-)

Cheers,
Rob


_______________________________________________
PDL-porters mailing list
PDL-porters@jach.hawaii.edu
http://mailman.jach.hawaii.edu/mailman/listinfo/pdl-porters

Reply via email to