Bug 1084942 - Review Request: perl-Data-Tumbler - Dynamic generation of nested combinations
Summary: Review Request: perl-Data-Tumbler - Dynamic generation of nested combinations
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Dick
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-07 10:57 UTC by Paul Howarth
Modified: 2014-04-23 22:40 UTC (History)
2 users (show)

Fixed In Version: perl-Data-Tumbler-0.005-2.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-23 22:40:44 UTC
Type: ---
Embargoed:
ddick: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Paul Howarth 2014-04-07 10:57:59 UTC
Spec URL: http://subversion.city-fan.org/repos/cfo-repo/perl-Data-Tumbler/branches/fedora/perl-Data-Tumbler.spec
SRPM URL: http://www.city-fan.org/~paul/extras/perl-Data-Tumbler/perl-Data-Tumbler-0.005-2.fc21.src.rpm

Description:

The tumble() method calls a sequence of 'provider' code references, each of
which returns a hash. The first provider is called and then, for each hash item
it returns, the tumble() method recurses to call the next provider. The
recursion continues until there are no more providers to call, at which point
the consumer code reference is called. Effectively the providers create a tree
of combinations and the consumer is called at the leaves of the tree. If a
provider returns no items then that part of the tree is pruned. Further
providers, if any, are not called and the consumer is not called.

During a call to tumble() three values are passed down through the tree and
into the consumer: path, context, and payload. The path and context are derived
from the names and values of the hashes returned by the providers. Typically
the path defines the current "path" through the tree of combinations. The
providers are passed the current path, context, and payload. The payload is
cloned at each level of recursion so that any changes made to it by providers
are only visible within the scope of the generated sub-tree.

Fedora Account System Username: pghmcfc

Comment 1 David Dick 2014-04-08 08:50:36 UTC
koji build at http://koji.fedoraproject.org/koji/taskinfo?taskID=6717326

Licensing ok.
Build and Runtime Dependencies ok.

package APPROVED.

Comment 2 Paul Howarth 2014-04-08 09:20:12 UTC
New Package SCM Request
=======================
Package Name: perl-Data-Tumbler
Short Description: Dynamic generation of nested combinations
Owners: pghmcfc
Branches: f19 f20 el6 epel7
InitialCC: perl-sig

Thanks for the review David.

Comment 3 Gwyn Ciesla 2014-04-08 11:47:25 UTC
Git done (by process-git-requests).

Comment 4 Fedora Update System 2014-04-08 12:56:04 UTC
perl-Data-Tumbler-0.005-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-Data-Tumbler-0.005-2.el6

Comment 5 Fedora Update System 2014-04-08 12:56:15 UTC
perl-Data-Tumbler-0.005-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Data-Tumbler-0.005-2.fc19

Comment 6 Fedora Update System 2014-04-08 12:56:30 UTC
perl-Data-Tumbler-0.005-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Data-Tumbler-0.005-2.fc20

Comment 7 Fedora Update System 2014-04-18 15:40:32 UTC
perl-Data-Tumbler-0.005-2.fc20 has been pushed to the Fedora 20 stable repository.

Comment 8 Fedora Update System 2014-04-18 15:41:58 UTC
perl-Data-Tumbler-0.005-2.fc19 has been pushed to the Fedora 19 stable repository.

Comment 9 Fedora Update System 2014-04-23 21:42:29 UTC
perl-Data-Tumbler-0.005-2.el6 has been pushed to the Fedora EPEL 6 stable repository.


Note You need to log in before you can comment on or make changes to this bug.