Sponsors

Corporate

Donate to Perl QA

cpanel.net

dijkmat

DYN.com

Eligo Recruitment

Evozon

$foo Magazin

Shadowcat
      Systems Limited

Community

Enlightened Perl Organisation

Mongueurs de Perl

Add any targets that you're aiming for during the hackathon.

Don't forget to put your name next to your entry.

Module::Build replacement

Write various components of a planned Module::Build replacement, including

  • Finish the prototype, Module::Build::Tiny.
  • Finish ExtUtils::Builder, a general purpose compiling/linking framework
  • Write a dependency engine that doesn't suck
  • Tie everything together and write the actual thing itself

By: Leon Timmermans (‎leont‎)

Installed module database / Packlists replacement

Write a .packlist replacement, see this thread

By: user:Schwern, Leon Timmermans (‎leont‎), Salve J. Nilsen (‎sjn‎), others?

Finish the Build.PL specification

The Build.PL specification needs to be finished
By: xdg?, Leon Timmermans (‎leont‎), Salve J. Nilsen (‎sjn‎)

CPANTS Kwalitee metrics

Implement some of the proposed kwalitee metrics

By: Kenichi Ishigaki (‎charsbar‎), Olivier MenguĂ© (‎dolmen‎) (H.Merijn Brand (‎Tux‎) and Salve J. Nilsen (‎sjn‎) are interested in giving feedback and user input)

Test::Smoke and Test::Smoke::Gateway

Now that the gateway works and is on-line and receiving since the last QAH, we
need to polish the UI and define some selection criteria that will help the p5
developers get in-depth analysis out of the stored data.

By: H.Merijn Brand (‎Tux‎), Abe Timmerman (‎abeltje‎)

Test::DBI or DBI::Test

Write a test suite or test framework that is to be used by both DBI itself and
all DBD's to test basic DBI functionality

By: H.Merijn Brand (‎Tux‎), Jens Rehsack (‎Sno‎), ribasushi +1

Test::Database

The module reached version 1.00 thanks to the QA Hackathon in Birmingham.

I recently found out that it's actually used by some projects, so it's certainly worth spending some time on improving it.

By: Philippe Bruhat (‎BooK‎)

CPAN.pm enhancements

  • Finish internal logic refactoring work from Paris (xdg)
  • Streamline CPAN mirror selection to use www.cpan.org, now that it's a GTLD balanced server supported by Perl NOC (xdg)
  • Continue new index implementation work from Paris (xdg)
  • Add policies and support for Recommends and Suggests

By: David Golden (‎xdg‎), James E Keenan (‎kid51‎)

CPAN Testers

  • Pending availability of donated servers, migrate Metabase off AWS (xdg)
  • Finish up the git-based test result storage and convince xdg it is superior to anything else he is working with (ribasushi)

By: David Golden (‎xdg‎), ribasushi +1

Show some sweet, sweet love to Test::Harness

I have three main targets for this hackathon, all surrounding Test::Harness. I would like feedback from people regarding which of the three targets is the most valuable so that I can better prioritize my time.

1. I intend to work on the bug queue for . Fortunately, many issues are merely annoyances and not actual bugs.

2. Parsing subtests. Tools built around the underlying TAP::Parser pretty much have to ignore subtests (except for the summary line). This should be fixed. Andy Armstrong assured me that this wasn't just a few minutes worth of work and I thought "naw, this should be quick." I was wrong. This is a non-trivial problem requiring two phases. The first is to parse the subtests. The second is to extend the event system to trigger on subtests, lest our code block until each subtest is finished.

3. Add --startup, --setup, --teardown, --shutdown switches to prove:

prove -lr --startup tools/create_db \
--setup   tools/refresh_tables      \
--shutdown tools/destroy_db         \
t/

By: user:ovid

Get Test::* all passing with Test::Builder 1.5

This is a focused effort to get all of the Test::* modules on CPAN working with Test::Builder 1.5.

The largest obstacle to releasing Test::Builder 1.5 is roughly 100 of 1000 Test::* modules fail when using it. Some are functional differences, but mostly these are small differences in test output formatting.

This will be accomplished by several means, many of which can be done by anyone familiar with writing tests.

  • Fixing revealed problems in Test::Builder 1.5.
  • Writing/improving a Test testing module which works across the 0.9x / 1.5 line.
  • Patching the failing Test::* modules' test suite to work with 1.5.
  • Possibly rolling back formatting changes in Test::Builder 1.5.

By: user:Schwern

CPANcover

  • Review and update modules covered
  • Think about allowing uploading of coverage runs
  • Improve front end
  • Create an API
  • Integrate with metacpan
  • Consider a dynamic Devel::Cover report (no static html files)

By: Paul Johnson (‎pjcj‎), James E Keenan (‎kid51‎) (ribasushi +1 is very interested in giving feedback and user input)

Smoke/tests with exact dependencies

I often have issues with module installs, where the dependencies declare they require $dependent-module version $N of which I have a slightly newer, but not the latest, version installed, and the tests fail. This seems to be due to new module releases not updating their dep lists to include "the version I last developed against".

I'd like to produce a tool with which we can test a distribution against "the exact versions of the dependencies given" and see if it passes, the results will be reported to CPANTesters. Hopefully this will encourage people to check their deps more often.

By: Jess Robinson (‎castaway‎)

Stabilise Test::Proto

Test::Proto works but feels more like a proof of concept at the moment, and the internal design needs a bit of a rethink.

1. Talk to other QA people about how Test::Proto works, revise specs as required.
2. Implement it.

Areas to focus on, depending on how far I've got by mid-April:

  • Classes, Roles, Inheritance
  • Exception Catching
  • The results formatter
  • SKIP, TODO, and tags

By: user:pdl. Also would like to spend some time helping out on at least one other project.


version 27 saved on 04/03/13 15:27 by Philippe Bruhat (‎BooK‎)

Home | Tags | Recent changes | History