Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Looking for testers who use Microsoft compilers

by choroba (Cardinal)
on Feb 03, 2020 at 14:20 UTC ( [id://11112319]=note: print w/replies, xml ) Need Help??


in reply to Looking for testers who use Microsoft compilers

I tried running your example code in my version of blead perl (5.31.6) on Linux, compiled with mostly default settings, using List::Util 1.53. It fails tests 1, 4, and 5.
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Looking for testers who use Microsoft compilers
by syphilis (Archbishop) on Feb 04, 2020 at 08:35 UTC
    fails tests 1, 4, and 5

    Yes - if you upgraded to version 1.54 on that particular build of perl it would pass all 5 tests.
    On Linux, it's only when $Config{nvsize} exceeds 8 that you'll generally get either test 2 or test 3 (depending upon $Config{nvtype}) to fail with 1.54.
    (Note that this particular script doesn't correctly test IBM doubledoubles because I figured it's not going to encounter any of those rare types here.)

    Thanks, choroba.

    Cheers,
    Rob
      Confirmed. After the upgrade, all tests pass.

      map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11112319]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-03-29 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found