generate a conf:git_commit_id if possible
[cpan-testers-parsereport.git] / TODO
blobbce4ecc08123a80d94ff4674595ba2793c28dce5
1 2008-12-18  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
3         * collect oneliners. here we filter the testreports from
4         ctgetreports.out after APC@34000, only 5.10 and 5.11 and only look at
5         ok, perl, from.
7 perl -e '
8 use strict; use YAML::Syck;
9 my $y = YAML::Syck::LoadFile "ctgetreports.out";
10 for my $r (@{$y->{"==DATA=="}}){
11   next unless $r->{"meta:perl"} =~ /^(.+)\@(\d+)/;
12   my($b,$n) = ($1,$2);
13   next if $n < 34000 || $b !~ /\.1/;
14   print join "  ", @$r{"id","meta:ok","meta:perl","meta:from"}, "\n";
15 }          
16 ' | sort -n
19 2008-12-14  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
21         * report bug in nntp server:
23           DB<147> x $N = Net::NNTP->new("nntp.perl.org")
24 0  Net::NNTP=GLOB(0x9307f7c)
25    -> *Symbol::GEN7
26          FileHandle({*Symbol::GEN7}) => fileno(8)
27   DB<148> x $N->group("perl.cpan.testers")
28 0  2829109
29 1  1
30 2  2829109
31 3  'perl.cpan.testers'
32   DB<149> x map { ref $N->head($_) } 1000000,2000000,2500000,2599999,2600000
33 0  'ARRAY'
34 1  ''
35 2  ''
36 3  ''
37 4  'ARRAY'
40 2008-11-06  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
42         * perl -MNet::NNTP -e '$nntp=Net::NNTP->new("nntp.perl.org"); $nntp->group("perl.cpan.testers"); warn "@{$nntp->head(shift)}"' 123456
44         above was posted by Slaven to cpantesters-discuss -- a late thanks, Slaven!
46          PASS  2323945 meta:perl[5.8.4] conf:archname[i386-netbsd-thread-multi-64int] conf:usethreads[define] conf:optimize[-O] meta:writer[CPANPLUS::Dist::YACSmoke 0.10] meta:from[chris]
48 2008-10-30  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
50         * Bug: FileArchiveIndexer produced not a singel result for --solve. In
51         such a case we must write a word about the nothingness. DONE
53 2008-10-02  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
55         * upload as bz2
57         * Todo: --solve switch
59         * env seems to be stepping into config, I see env:optimize for example.
61 2008-10-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
63         * Todo: entities, namely &amp; good to test in overload-eval and -q
64         qr:(.*main::.*)
66 2008-09-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
68         * Todo: write a test that parses copies of these downloaded files and
69         does not write to ~/var. Needs further options.
71 2008-09-07  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
73         * ENV? We seem to neglect the parsing of the environment! DONE
75 2008-08-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
77         * Bug: vdistro and ctformat=yaml do not seem to work together:
79 /home/src/perl/repoperls/installed-perls/*/p*/perl-*@32642/bin/perl -I lib bin/ctgetreports --q conf:archname --q mod:Perl::Critic -q mod:Test:Perl:Critic --ctformat=yaml --vdistro=Shipwright-1.13 Shipwright                                                      
80 SELECTED: Shipwright-1.13_10
81 [...]
82         
83         Without the ctformat it indeed gets me 1.13
85 2008-06-24  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
87         * write a real-download-test, but ask for permission during Build.PL
89 2008-06-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
91         * should not be dependent on the HTML markup provided by cpantesters
92         (should read NNTP version)
94         * Should be able to produce CPAN::Testers::Report objects. Should be
95         able to parse individual test results.
97 2008-06-14  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
99         * POE-Component-Proxy-TCP: the html page exposes a bug, maybe the same
100         as DateTime-Format-Strptime-1.0702: the HTML is not up to date while the
101         YAML is.
103         * write a test for the switches
105         * new switch: --cpantesters-format=yaml DONE
108         Local Variables:
109         mode: change-log
110         change-log-default-name: "TODO"
111         tab-width: 2
112         left-margin: 2
113         End: