Francois Gouget : testbot/lib: Improve the Collection methods argument handling.

Alexandre Julliard julliard at winehq.org
Tue Jun 17 14:37:58 CDT 2014


Module: tools
Branch: master
Commit: 96e7f4369df0d967b5c6f0af09dffeb8dc149e9f
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=96e7f4369df0d967b5c6f0af09dffeb8dc149e9f

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Jun 16 12:18:28 2014 +0200

testbot/lib: Improve the Collection methods argument handling.

This standardizes the way we handle the arguments.  Make it so one can
readily see the list of arguments the method takes without having to
hunt down the implementation of all its ancestors.  Because these are
methods the added prototypes have no effect whatsoever as far as Perl
is concerned. However they do document which arguments are optional.

---

 testbot/lib/ObjectModel/Collection.pm |  131 ++++++++++++++++++---------------
 testbot/lib/ObjectModel/Item.pm       |   92 +++++++++++------------
 2 files changed, 114 insertions(+), 109 deletions(-)

Diff:   http://source.winehq.org/git/tools.git/?a=commitdiff;h=96e7f4369df0d967b5c6f0af09dffeb8dc149e9f



More information about the wine-cvs mailing list