PTS 2023 Projects

Add projects below that you're thinking of working on. If you see someone else's project that you'd like to help on, add your name, but email them as well please.

Test::Smoke (Abe Timmerman (‎abeltje‎))

Finish big rewrite and release it.

CoreSmokeDB (Abe Timmerman (‎abeltje‎))

We need to find a new home for this project.

Devel::Cover (Paul Johnson (‎pjcj‎))

1. Get everything working with 5.38
2. Make a plan to move away from BigV/Bytemark, which is being shut down
I'm currently running on a (virtual) server with 16 CPUs (2.2 MHz), 64G RAM and 120G disk. The CPUs and RAM are nice but I could manage with a little less. The disk is too small really and would ideally be 500G or more.
3. Implement as much of that plan as possible
4. Containerise everything to simplify the move
5. Make changes necessary for PERL_RC_STACK
6. Finish up the core changes to allow coverage of top-level module statements
7. Finish up queue system
8. Manage PRs and bug reports

YAML

* Try packaging libfyaml as a perl XS binding. It is a modern alternative to libyaml, supporting YAML 1.2 passing every test case
* Add experimental perl booleans to YAML::XS