Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MCE CPAN distribution.

Report information
The Basics
Id: 92583
Status: resolved
Priority: 0/
Queue: MCE

People
Owner: MARIOROY [...] cpan.org
Requestors: TAKADONET [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.505
Fixed in: 1.506



Subject: mce_loop_f
Attempting to use mce_loop_f to read in a file and getting the following error message: MCE::Loop: '_file' is not a valid constructor argument Code in question is mostly empty. use MCE::Loop; mce_loop_f { chomp; print "$_" } "/home/takadonet/file.text"; Code is failing in the MCE/Loop.pm at line 253 because the '_file' params is not in found in MCE.pm %_valid_fields_new at line 50. Cheers!
Subject: Re: [rt.cpan.org #92583] mce_loop_f
Date: Thu, 30 Jan 2014 10:16:46 -0500
To: bug-MCE [...] rt.cpan.org
From: Mario Roy <marioeroy [...] gmail.com>
Hi Philip, This has been fixed. MCE 1.506 was released last night which includes the fix. Thank you, Mario On Thu, Jan 30, 2014 at 10:08 AM, Philip Mabon via RT <bug-MCE@rt.cpan.org>wrote: Show quoted text
> Thu Jan 30 10:08:33 2014: Request 92583 was acted upon. > Transaction: Ticket created by TAKADONET > Queue: MCE > Subject: mce_loop_f > Broken in: 1.505 > Severity: (no value) > Owner: MARIOROY > Requestors: TAKADONET@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92583 > > > > Attempting to use mce_loop_f to read in a file and getting the following > error message: > > MCE::Loop: '_file' is not a valid constructor argument > > > Code in question is mostly empty. > > use MCE::Loop; > mce_loop_f { chomp; print "$_" } "/home/takadonet/file.text"; > > > Code is failing in the MCE/Loop.pm at line 253 because the '_file' params > is not in found in MCE.pm %_valid_fields_new at line 50. > > > Cheers! >
Subject: Re: [rt.cpan.org #92583] mce_loop_f
Date: Thu, 30 Jan 2014 10:36:37 -0500
To: bug-MCE [...] rt.cpan.org
From: Mario Roy <marioeroy [...] gmail.com>
Btw, am sorry for not catching that before releasing 1.505. Anyway, all 5 models were missing a line which I committed to SVN revision 456 on January 23. MCE 1.506 released last night includes this change. http://code.google.com/p/many-core-engine-perl/source/detail?r=456 Regards, Mario
Subject: Re: [rt.cpan.org #92583] mce_loop_f
Date: Fri, 31 Jan 2014 12:00:23 -0500
To: bug-MCE [...] rt.cpan.org
From: Mario Roy <marioeroy [...] gmail.com>
MCE 1.507 was released. Added clarity in docs around preserving output order, which includes MCE::Loop. Basically, 1.507 touches up on the docs in a few places. Also removed some lines added in 1.506 due to one not able to pass options other than through the init method. Thanks, Mario On Thu, Jan 30, 2014 at 10:36 AM, Mario Roy via RT <bug-MCE@rt.cpan.org>wrote: Show quoted text
> Queue: MCE > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92583 > > > Btw, am sorry for not catching that before releasing 1.505. Anyway, all 5 > models were missing a line which I committed to SVN revision 456 on > January 23. MCE 1.506 released last night includes this change. > > http://code.google.com/p/many-core-engine-perl/source/detail?r=456 > > Regards, > Mario > >