Dual-Life / Devel-PPPort

Perl/Pollution/Portability
9 stars 28 forks source link

Changes for the next release #160

Closed khwilliamson closed 4 years ago

khwilliamson commented 4 years ago

There have been several reported problems with the latest D:P release. Two have already been merged, and this fixes a third one, which is #156. I'm waiting for a fix from Pali for the eval_sv problem #158, but since it only fails on really early perls, I don't see it as a show stopper for releasing D:P.

The Find::Bin solution has now been successfully tested all the way back

This PR also adds Test::More style tests, which should make writing new tests a lot easier. These have no effect on the generated ppport.h

The only other glitch is that a bunch of Wide character messages are printed in misc.t, which I haven't bothered investigating.

pali commented 4 years ago

I'm waiting for a fix from Pali for the eval_sv problem #158, but since it only fails on really early perls ...

It is waiting for Travis fixes in PR: https://github.com/travis-perl/helpers/pull/72