Sponsors

Donate


thinkproject!

Amazon Development Center Germany GmbH

STRATO

Booking.com

AffinityLive.com

Travis CI

Perl 6

Bluehost

GFU

Evozon

Mongueurs de Perl

YAPC Europe Foundation

infinity interactive

neo4j



liquidweb

elasticsearch

dreamhost

procura

MongoDB

campus explorer

Perl QA Hackathon 2015

Proposed Projects

Table of Contents

  • CPAN Governance
  • PAUSE
  • CPAN clients
  • Module metadata
  • Build & install systems
  • Module testing
  • Automated testing
  • Quality metrics and assessment
  • Benchmarking
  • Documentation
  • Perl 5 Core
  • Perl 6 CPANish client and ecosystem
  • YAML Ecosystem

CPAN Governance

  • Discuss and hopefully form a body with a mandate to act as a last-ditch-effort protecting the fragile CPAN ecosystem from PAUSE authors. Currently there isn't an actual hard proposal. At this point all that is being gauged is interest in the broadest sense possible.

— by ribasushi +1, user:garu, Karen Etheridge (‎Ether‎), Neil Bowers (‎NEILB‎), Aristotle, Olivier Mengué (‎dolmen‎), others???

PAUSE

Improve Web UI

  • Port mod_perl1 interface to PSGI
  • Make it easier to change permissions for those who maintain a lot of modules.

— by Kenichi Ishigaki (‎charsbar‎), Aristotle, (Tatsuhiko Miyagawa (‎miyagawa‎) is happy to help on PSGI related) others?

Other PAUSE issues

Check https://github.com/andk/pause/issues

  • Finally kill off the remnants of the module list (website pages, underlying code, supporting tables)

— by ???, Aristotle, ???

CPAN clients

Improve CPAN::Testers::Common::Client (hopefully fixing most/all reports) and make CPAN::Reporter and cpanminus-reporter use it more thoroughly.

— by user:garu

Work on an extremely light, dependency-free script to send (or at least gather) reports on smoker boxes that can't have Metabase and Test::* pre-installed.

— by user:garu, H.Merijn Brand (‎Tux‎)?

cpanm

Big improvement/rewrites to make cpanm a regular CPAN module (and extract useful bits as standalone modules as well). This will also include hooks and plugins, although that might be a bit too ambitious for even a 4-day project.

Carton/Carmel

Work on https://github.com/miyagawa/Carmel and release 1.0, to make it a successor of Carton. Also need to close a bunch of outstanding issues on Carton, some of which would be problematic in Carmel as well.

Module metadata

Build & install systems

Module::Build replacement

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

  • Finish Build::Graph, a dependency engine that doesn't suck
  • Write a plugin architecture that doesn't suck, this will probably require some kind of IOC.

— by Leon Timmermans (‎leont‎), Aristotle

Module::Install

  • Fix META generation: make v2 META (to have properly split build/test requires)
  • Inject Module::Install and plugins as develop/requires prereqs

— by Olivier Mengué (‎dolmen‎)

Compilation and Linking tools

Portable yet flexible (cross) compilation/linking tools are most welcome.

by: Leon Timmermans (‎leont‎), H.Merijn Brand (‎Tux‎), Jens Rehsack (‎Sno‎)

Installed module database / Packlists replacement

Start writing that .packlist replacement we discussed in Lancaster.

— by Leon Timmermans (‎leont‎), Jens Rehsack (‎Sno‎), Aristotle, Tatsuhiko Miyagawa (‎miyagawa‎) others?…

Static cpan installation

Our current installation mechanism is very flexible (in a Turing complete way), but most of the time that isn't necessary. It could be useful if this dependency on shelling out to Makefile.PL/Build.PL could be eliminated where possible.
— by Leon Timmermans (‎leont‎), miyagawa?

PPM::Make

PPM::Make could use other toolchain modules/services to gather package information.

— by Kenichi Ishigaki (‎charsbar‎)

Module testing (not automated testing )

Automated testing (not module testing )

Travis CI

Travis CI Gmbh is literally right next to the venue (Prinzessinnenstraße 20) and I have a few friends working there (although most of them are remote). If someone wants to work on better build environments for perl, I'd be happy to connect with them. -- Tatsuhiko Miyagawa (‎miyagawa‎)

Benchmarking

Based on earlier work (and a new release of Tapper) I plan to resurrect my Perl::Formance project about measuring Perl 5 performance.

In addition, I would like to incorporate benchmarking from other sources into Tapper, maybe from Perl6, Parrot releases, or CPAN module tests. In contrast to earlier years, this year I want to have my Tapper release work finished before arriving, so that I have time to talk to others about how to cooperate with existing projects.

If you are interested in any kind of performance evaluation related work, please talk to me at the hackathon.

— by Steffen Schwigon (‎renormalist‎)

CPAN Testers

  • Add MessageQueue to reports feed
  • Add MessageQueue to page builder
  • Fix Admin process for alerting tester to accept marked reports
  • Add Admin process to re-attribute a report to a different distro

— by Barbie.

Quality metrics and assessment

CPANTS metrics

Add and improve some metrics, both for uploaded distributions, and for local projects that use Test::Kwalitee, Module::CPANTS::Analyse
and its friends.

— by Kenichi Ishigaki (‎charsbar‎), Karen Etheridge (‎Ether‎), others?

CPANTS Web

  • Make it analyze more frequently so that people can check the analysis just after they upload.

— by Kenichi Ishigaki (‎charsbar‎)

Dashboard / Adoption / PRC

I have three different systems in various stages of production, all based off data assembled from various places. I'm working on a unified design for a public & open system which covers all 3. Would like to talk to CPANTS, CPAN Testers, MetaCPAN etc on interface model.

— by Neil Bowers (‎NEILB‎)

CPAN dependency graph in Neo4j

Experiment with building a graph database of CPAN dependency
information. Initially looking at distributions, but then possibly
looking at modules too.

— by Neil Bowers (‎NEILB‎)

Documentation

Being a good CPAN author

It's clear from my mailbox at the moment that we don't have very good documentation on the toolchain / CPAN development process for new authors. I'd like to sketch out a guide that takes someone from complete n00b to reliable CPAN contributor. I'll start this before the QAH, but the QAH is a great opportunity to get guidance & input.

— by Neil Bowers (‎NEILB‎)

Perl 5 Core

Perl 6 CPANish client and ecosystem

Finish TAP::Parser

Current list of open issues:

  • Parallel console outputting
  • Rule based parallel scheduling
  • SourceHandlers other than ::Perl6
  • Various prove arguments
  • Serialize/deserialize YAMLish

YAML Ecosystem

Make significant progress on these goals:

  • Comprehesive shared YAML test suite
  • Pegex YAML grammar
  • YAML.pm parser Pegex based
  • YAML.pm and YAML::Tiny shared cores
  • YAML{.pm,::{XS,Tiny,Syck}} convergence

— by Ingy döt Net (‎ingy‎)


version 30 saved on 12/02/15 16:43 by Tatsuhiko Miyagawa (‎miyagawa‎)

Home | Tags | Recent changes | History