If you are a user of PEAR and have wanted to contribute to an open source project, here's a great opportunity.
We run a bug day every 3 weeks or so, on irc.efnet.org #pear & #pear-bugs across two days.
We basically try to improve the quality of incoming bugs - write test cases, make sure they are reproducible.We also try to boost overall code quality - unit tests, documentation and other improvements.
If you've got a package you use commonly, or bugs you filed some time ago that haven't been fixed; this is a good time to get involved.
Join us on December 27th-28th; or pop into irc.efnet.org #pear to say hello and ask questions.
See also http://www.google.com/calendar/embed?src=rslkppoio4rtq6nm7b6fptclfo%40group.calendar.google.com
Increase the unit test coverage for new issues, while decreasing the amount of failures.
Focus on resolving last bug triage's items (detailed below)
-
Unit tests
Basically; look at
test results and knock off low hanging fruit
Try to get fixes committed so that the
difference between
CVS HEAD and the CI machine is less
-
Make sure that AllTests.php does not create any output, otherwise some tests for
HTTP_Session will always fail (see
test results)
XML_Feed_Parser tests got added (1500 unit tests)! - doconnor
HTTP_Upload parse errors fixed - doconnor
Net_SMPP parse errors fixed - doconnor
Net_Whois bugfix release - doconnor
Massive improvements to PEAR_PackageFileManager tests - dufuz
Auth_Prefmanager tests now skip if not confiugred - doconnor
HTML_Template_IT 1.3.0a1 released - doconnor
Image_Color 1.0.3 released - doconnor
MP3_Playlist - phpcs - doconnor
Net_IPv6 got into the pear test suite - doconnor
Get Services_Akismet2 up and running - gauthierm and dufuz