-
Tue Sep 10 2024 Paul Howarth <paul@city-fan.org> - 1.900-1
- Update to 1.900 (rhbz#2310966)
- Improve MCE::Child exiting when signaled
-
Fri Sep 06 2024 Paul Howarth <paul@city-fan.org> - 1.899-1
- Update to 1.899 (rhbz#2310353)
- Fix for MCE::Child and MCE::Channel signal anomaly (GH#24)
-
Thu Aug 22 2024 Paul Howarth <paul@city-fan.org> - 1.898-1
- Update to 1.898 (rhbz#2307114)
- Fix for MCE::Child, Can't call method "len" on an undefined value
during global destruction (GH#22)
-
Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.897-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
Thu Jun 20 2024 Paul Howarth <paul@city-fan.org> - 1.897-1
- Update to 1.897
- In scalar context, the init function in MCE Child and models Flow, Grep,
Loop, Map, Step, and Stream returns a guard to call finish automatically
upon leaving the { scope } (i.e. omitting finish)
- Add out_iter_callback to MCE::Candy
-
Wed Jun 12 2024 Paul Howarth <paul@city-fan.org> - 1.896-1
- Update to 1.896 (rhbz#2291411)
- Weaken internal core MCE reference to reap workers automatically upon
leaving the scope i.e. omitting shutdown
- Note: No change to MCE models Flow, Grep, Loop, Map, Step, and Stream
- Call finish explicitly to reap workers
- This resolves the case when omitting calling $mce->run(), $mce->run(1) or
$mce->shutdown() inside a scope, causing workers to linger around until
completion of the script
-
Tue Jun 11 2024 Paul Howarth <paul@city-fan.org> - 1.895-1
- Update to 1.895 (rhbz#2291112)
- Revert back to calling CORE::rand() to set the internal seed; MCE and
MCE::Child cannot assume the srand or setter function used by the
application for predictability
- https://perlmonks.org/?node_id=11159834
- https://perlmonks.org/?node_id=11159827
- Add class methods MCE->seed and MCE::Child->seed to retrieve the seed
-
Mon Jun 10 2024 Paul Howarth <paul@city-fan.org> - 1.894-1
- Update to 1.894 (rhbz#2291112)
- Improve support for PDL
-
Sun Jun 09 2024 Paul Howarth <paul@city-fan.org> - 1.893-1
- Update to 1.893 (rhbz#2291021)
- Remove check if spinning threads i.e. use_threads: predictable output
matches non-threads for CORE, Math::Prime::Util and
Math::Random::MT::Auto (see https://perlmonks.org/?node_id=11159834)
- Preserve functionality for older Perl, non-threads
-
Thu Jun 06 2024 Paul Howarth <paul@city-fan.org> - 1.891-1
- Update to 1.891 (rhbz#2290695)
- Apply workaround for PDL::srand in MCE and MCE::Child
(https://www.perlmonks.org/?node_id=11159773)
- Add PDL::srand (v2.062~v2.089) and PDL::srandom (v2.089_01+)
- Call CORE::srand inside child processes, only