Results
Wrap-up Blog Posts
Photos
Test::Smoke (H.Merijn Brand (Tux) & Abe Timmerman (abeltje))
- Brought down the structure generation to the lowest possible level in order not to loose data and to pass as transparent as possible
- Test::Smoke::Reporter now supports both old (mail) and new (gateway).
- Most recent state can be loaded in the database
- Database can be used to regenerate the report
- Circle closed: new reports can be sent and received and reproduced
- Sending optionally includes the complete log, which will be viewable in the gateway
perlsecret.pod (Philippe Bruhat (BooK))
- Finished writing the manual page and added several operators
- Completed the test script (and fixed the manual because of the tests)
- Pushed the latest version from github to the book/perlsecret branch on the perl.git repository
Acme::MetaSyntactic (Philippe Bruhat (BooK))
- Created the Test::MetaSyntactic module to hold tests that should be run for all themes
- Created repositories for the Acme::MetaSyntactic::ThemePack distributions that will depend on Acme::MetaSyntactic 1.000
- Shipped Acme-MetaSyntactic-0.99_03
HTTP::Proxy (Philippe Bruhat (BooK))
- started to work on a Plack middleware to provide the same types of filters that HTTP::Proxy has
CPAN clients
cpanminus (Tatsuhiko Miyagawa (miyagawa))
- shipped v1.5009 with bug fixes
- shipped v1.5010 with the new feature --test-only
- garu has implemented CPAN test reporter tool for cpanminus
- Added a support for cpanfile in cpanminus.
- ... and now skips test dependencies if --notest is in use.
cpanfile (Tatsuhiko Miyagawa (miyagawa))
- Implemented the initial parser and shipped to CPAN as CPAN::cpanfile
- discussed with rjbs about the possibility of supporting it in Dzil as a releaser
carton (Tatsuhiko Miyagawa (miyagawa))
- shipped v0.9.4 with the new carton bundle command
PATH consistency with PERL5LIB (Olivier Mengué (dolmen) and BinGOs, remotely)
- Olivier Mengué (dolmen) reported the issue last week
- BinGOs fixed it in CPANPLUS-0.9123
- BinGOs uploaded two test distributions that show the problem:
- HasScript">CPANPLUS-Test-Dummy-HasScript-0.0004
- UsesScript">CPANPLUS-Test-Dummy-UsesScript-0.0002
- (by the way, Olivier Mengué (dolmen) found an XSS issue in Act just above)
- Olivier Mengué (dolmen) has a patch in testing for CPAN.pm
CPANTS website (Kenichi Ishigaki (charsbar))
- As a proof of concept for new look & feel, http://acme.cpanauthors.org was refactored to provide various kwalitee info. (source: https://github.com/charsbar/www-acme-cpanauthors)
- fixed various minor issues like XSS, obsolete methods/args, shebangs, missing columns etc.
- started fixing ineffective queries (still in progress)
CPANTS (Lars Dɪᴇᴄᴋᴏᴡ (daxim))
See https://github.com/daxim for code.
- contacted http://noc.perl.org to transfer http://cpants.perl.org to charsbar
- pick charsbar's patches into github repos
- close 8 bugs on RT and github
- change tests to reduce barriers for adding new metrics
- implement new metric: valid_signature
- trial release Module-CPANTS-Analyse 0.86
CPAN Grep (user:dg)
- Complex searches
- Development environment setup made easier
- More here: https://plus.google.com/112646864076593101108/posts/aEAh7r2XEFV
Devel::Cover (Paul Johnson (pjcj))
- I managed to release a version of Devel::Cover each day including the following changes:
- Rework testing framework (Xavier Caron)
- Add Vim report (based on discussion with Tatsuhiko Miyagawa)
- Add customisable thresholds to HTML reports (Xavier Caron)
- Prefer JSON::XS for faster operation (Audrey Tang (唐鳳))
- There's a lot of work on the documentation yet to be merged that has come from Pau Amma and Xavier Caron
- Many useful discussions in person regarding future work
MetaCPAN::API::Tiny (Nicholas Perez (nperez)) https://github.com/nperez/metacpan-api-tiny
- Shipped a first release that makes use of core (or soon to be core) modules
- Used in CPAN::Common::Index to implement the MetaCPAN API index
CPAN::Common::Index (Nicholas Perez (nperez)) https://github.com/nperez/cpan-common-index
- Began work on a common index class for CPAN.pm to use to mitigate the amount of data necessary for the client to function.
Toolchain support modules (Leon Timmermans (leont))
- Added wildcard support to Build::Simple, a prototype pure-perl make replacement
- Wrote a first draft of the CPAN static install spec.
- Released CPAN::Meta::Check, a module to make it easy to verify if dependencies have been met.
Metacpan Updates (Matthew Horsfall (alh))
- Various fixes to test suite to improve reliability/readability
- Test suite bails out if ElasticSearch isn't running
- One test randomly breaks - documented in a todo
- Include var/tmp stub directory so tests work without setup
- First test run would fail due to cleanup code, fixed.
- Updated dependency list (dzil bug found in the process then diagnosed/fixed by Ricardo Signes (rjbs))
- Fixed a bug with the Indexer and POD parsing https://github.com/CPAN-API/cpan-api/issues/168
- Fixed a bug request - Make 404's have useful messages https://github.com/CPAN-API/cpan-api/issues/166
Test::More Updates (Matthew Horsfall (alh), Vincent Bachelier (geistteufel))
- Restricted cmp_ok to prevent broken tests - https://github.com/schwern/test-more/issues/141
- Restored Builder->name - https://github.com/schwern/test-more/issues/220
- Stringify the name attribute - https://github.com/schwern/test-more/issues/264
- Move counter from Tap to history - https://github.com/schwern/test-more/issues/190
- Allowing early handler to replace any later handler - https://github.com/schwern/test-sharedfork/tree/issue/TB2
Devel::Cover (Paul Johnson (pjcj))
- Documentation overhaul by Pau Amma: https://github.com/pjcj/Devel--Cover/commit/04ad3fe03b3dc7b443c80d3738ff05a802d9e3b1
Benchmark::Perl::Formance (Steffen Schwigon (renormalist))
- organized backup of my infrastructure and results DB
- reworked reporting to codespeed (the graph rendering app)
- rework details on the reuse of already built Perls and CPAN dependencies
- review/rework/drop troublesome benchmarks
- refreshed my collection of 100+ Perls to apply all those changes
- dpath: new output format "flat" -- your friend in the metacpan json age
Carp (Vincent Bachelier (geistteufel))
- Patch to avoid mix of package and B module - https://rt.cpan.org/Ticket/Display.html?id=76167
Locale::Maketext (Vincent Bachelier (geistteufel))
- Fix glob detection (issue with TB2) - https://rt.cpan.org/Public/Bug/Display.html?id=76169
Moose::Autobox (Vincent Bachelier (geistteufel))
- Fix test with use_ok (issue with TB2) - https://rt.cpan.org/Public/Bug/Display.html?id=76169
Class::Method::Modifiers (Vincent Bachelier (geistteufel))
- Report dependencies issue - https://rt.cpan.org/Ticket/Display.html?id=76184
Test::SharedFork (Vincent Bachelier (geistteufel))
- Rewrite module to better integrated TB2 module, pass almost all test. (issue to make Plack work with TB2) - https://github.com/schwern/test-sharedfork/tree/issue/TB2
Last modified: 22/04/12 22:41 by Vincent Bachelier (geistteufel)
Tags: photos resultsHome | Edit this page | Tags | Recent changes | History