Running Grants (2009 - V)
Sat, 21-Mar-2009 by
Alberto Simões
edit post
Grants updates:
* "Port PyYAML to Perl":http://www.perlfoundation.org/ingy_dot_net_port_pyyaml_to_perl -- Ingy döt Net
Ingy update: YAML-Perl is progressing nicely. I just uploaded 0.02 to CPAN and github.
http://tinyurl.com/co6h6h details the current status and basic todo list.
Basically the porting is winding down and all the basic stuff is working properly. The Parser is completely ported.
In fact, all the classes are completely ported except: Emitter - 3 more methods; Resolver - 5 more methods
I could just port these but I want to find failing tests first as I have with all the other code.
My goal for this week is to port all the PyYAML test code to Perl. Thus far I've just been writing my own new tests, which is good, but I should use the existing suite as well. Hopefully the existing tests will exercise all the remaining few unported methods.
* "Fixing Bugs in the Archive::Zip Perl Module":http://www.perlfoundation.org/fixing_bugs_in_the_archive_zip_perl_module -- Alan Haggai Alavi
Alan has integrated Unicode filename support into the OO interface and has added named argument support to all methods. (Woo!) He's found a bug, though, that has prevented him from committing his most recent changes. He will have exams for much of the month of April, and will probably not be making any headway until after that.
* "Extending BSDPAN":http://www.perlfoundation.org/colin_smith_extending_bsdpan -- Colin Smith
Grant cancelled due to grantee silence.
* "Test::Builder 2":http://www.perlfoundation.org/test_builder_2 -- Michael G Schwern
Michael update: Things have been stalled on interface design problems with the critically important ok() method, but I gave a talk about it at PDX.pm this week and cleared a major block that allows me to move forward again. http://groups.google.com/group/test-more-users/browse_thread/thread/316f43b6b668393d
* "Perl cross-compilation for linux and wince":http://www.perlfoundation.org/vadim_konovalov_perl_cross_compilation_for_linux_and_wince -- Vadim Konovalov
No updates.
* "Tcl/Tk access for Rakudo":http://www.perlfoundation.org/vadim_konovalov_tcl_tk_access_for_rakudo -- Vadim Konovalov
No updates.
* "Perl Survey":http://www.perlfoundation.org/kieren_diment_the_perl_survey -- Kieren Diment
Still on hiatus.
* "Mojo Documentation Project":http://www.perlfoundation.org/sebastian_riedel_the_mojo_documentation_project -- Sebastian Riedel
Sebastian is back after his hiatus. His update:
I've already started outlining the new manual, chapters are quite solid, just sections might still change a bit. Guess it shouldn't be very hard to track progress by chapters written.
* "Embedding perl into C++ applications":http://www.perlfoundation.org/leon_timmermans_embedding_perl_into_c_applications -- Leon Timmermans
No update.
* "Moose docs":http://www.perlfoundation.org/dave_rolsky_moose_docs -- Dave Rolsky
Dave update: I still need to write two more cookbook recipes for Moose. I've taken a break from that to start working on API docs. I'm about halfway through writing comprehensive API docs for Class::MOP.
* "Integrating Padre with Parrot and Rakudo":http://www.perlfoundation.org/gabor_szabo_integrating_padre_with_parrot_and_rakudo -- Gabor Szabo
Grant cancelled by grantee request.
* "Improving learn.perl.org":http://www.perlfoundation.org/eric_and_tina_improving_learn_perl_org -- Eric and Tina
No updates.
* "A lightweight web framework for Perl 6":http://www.perlfoundation.org/ilya_carl_and_stephen_a_lightweight_web_framework_for_perl_6 -- Ilya, Carl and Stephen
They've started work - see http://github.com/masak/web and will be blogging individually about the project at:
** Ilya: http://perl6.ru
** Stephen: http://blogs.gurulabs.com/stephen/
** Carl: http://use.perl.org/~masak/journal/
#grants
Comments (1)
These updates are posted too long after I sent my update ;)
I'm done with Class::MOP API docs and starting on Moose API docs. I still need to get back to some recipes.