Wed Jul 02 00:55:23 2014: Request 85336 was acted upon.
Transaction: Correspondence added by ETJ
Queue: Inline
Subject: Fails often when tested in parallel
Broken in: 0.53
Severity: (no value)
Owner: Nobody
Requestors: [email protected], [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85336 >
FYI, the code to show the correct operation of BUILD_NOISY can be one-linered
like so:
perl -MInline=C,Config,BUILD_NOISY,1,FORCE_BUILD,1 -e "use Inline C => q[void
inline_warner() { int *x = 2; }]"
My reading of the patch in question is that it turns off BUILD_NOISY when it's
Windows and the shell is cmd. If BUILD_NOISY does the right thing with Win32
and CMD, let's undo that change?