Nicholas Clark has requested an extension of $20,000 for his "Improving Perl 5 grant":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html. This grant has been running since September 2011 and is on track to finish successfully this month. The requested extension would allow Nicholas to devote another 400 hours to the project. Nicholas provides detailed monthly reports and the recent ones can be found in the following blog posts: "June 2012":http://news.perlfoundation.org/2012/07/improving-perl-5-grant-report-7.html "July 2012":http://news.perlfoundation.org/2012/09/improving-perl-5-grant-report-8.html "August 2012":http://news.perlfoundation.org/2012/09/improving-perl-5-grant-report-9.html "September 2012":http://news.perlfoundation.org/2012/10/improving-perl-5-grant-report-10.html ... read more |
Nicholas Clark writes: In September I finally emerged from the rabbit hole of PL_main_start, that I entered into at some point in mid July. Father Chrysostomos has refactored OP allocation to always use a slab allocator, as part of fixing some very long standing bugs to do with OPs. At the start of parsing, a new slab is allocated. While parsing is ongoing, the slab is "owned" by the CV ... read more |
Dave Mitchell writes: As per my grant conditions, here is a report for the September period. This month I mostly spent my time: 1> Making regexes only copy the needed part of a string. In general when a regex is executed, and it is seen that captures exist or implicitly in the presence of or then perl makes a copy of the string that was matched against, so that subsequent ... read more |
The Perl Foundation is looking at giving some grants ranging from $500 to $2000 in November 2012. You don't have to have a large, complex, or lengthy project. You don't even have to be a Perl master or guru. If you have a good idea and the means and ability to accomplish it, we want to hear from you! Do you have something that could benefit the Perl community but ... read more |
Shlomi Fish reported: 2012-Sep-08: Added a test for the |
Nicholas Clark writes: A fair chunk of the month was taken up with investigating three related areas: How code such as -e 'BEGIN {1}' is compiled, and the interaction between PL_main_cv, CvSTART PL_main_root and PL_main_start Code in op.c which calls CopLINE_set and warnings from multi-line constructions Building with -DPERL_DEBUG_READONLY_OPS to force shared ops to be read-only, and determining the causes of code trying to write to read-only ops Of these, ... read more |
Paul Johnson writes: In accordance with the terms of my grant from TPF this is the monthly report for my work on improving Devel::Cover covering August 2012. This month I released Devel::Cover 0.93. The bulk of this report is taken from my weekly reports, so if you have read them there is little new here. One of the nice things about having this grant and being able to spend more ... read more |
Dave Mitchell writes: As per my grant conditions, here is a report for the July/August period. I spent a bit of time fixing a few issues causes by my rewriting of the implementation, then started to look into the last unclosed ticket still attached to the re_eval meta-ticket. This concerns code within that modifies the string being matched against, and generally causes assertion failures or coredumps: bc. my $text "a"; ... read more |
Enrique Nell and Joaquin Ferrero reported: Project status: https://docs.google.com/spreadsheet/ccc?key=0AkmrG_9Q4x15dC1MNWloU0lyUjhGa2NrdTVTOG5WZVE CPAN distribution: http://search.cpan.org/~enell/POD2-ES-5.16.1.02/ Project host: https://github.com/zipf/perldoc-es This month we updated |
Shlomi Fish reported: 2012-Sep-01: Plans for today: 1. Report the segfaults in |
Jess Robinson writes: tool designed to make using the cross-compiled gcc similar to a normal gcc. In the end it turned out to be more of a hinderance. Getting rid of it and using Android's suggestion for "--sysroot" as a gcc option means upgrading the NDK to the latest one is now simple. The SDK is now not required at all. The last 2 weeks I was at the ... read more |
Nicholas Clark writes: More fun with compilers this month, with make utilities joining in. H. Merijn Brand and I identified this problem with HP's compiler a while back, but I'd not yet had time to fix it: bc. cc -DPERL_CORE -c -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 DDEBUGGING -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O 2 +Onolimit -g pp_sys.c cc: line 2976: panic 5172: Backend Assert Unimplemented CVT. echo 1 Of course, HP's make just ... read more |
Shlomi Fish reported: 2012-Aug-28: I received the E-mail that my grant for improving the Perl debugger was accepted in the afternoon today My grant manager will be Alan Haggai Alavi, whom I talked with and successfully collaborated with in the past. I decided to start working. I checked the pending tests on my shlomif-perl-d-add-tests-take-2-may-git-burn-in-hell has given me some trouble in the past incarnation of the branch>, and after merging the ... read more |
For this quarter we had two proposals. Grants' committee voted, and here are the results: Improve WriteAt suite by exporting books to pdf and epub formats proposed by Aliaksandr Zahatski, was voted for not being funded. Adding tests to and refactoring the perl debugger proposed by Shlomi Fish, was voted for funding. ... read more |
I'm happy to announce that Heath Bair is our new Conferences Committee Chair. Heath was the organizer for YAPC::NA in Columbus in 2010 and he has remained passionate about YAPCs ever since. I'm looking forward to him bringing that passion to one of the most active committees in TPF. Please join me in congratulating Heath on his new role! ... read more |
David Golden reported: Cooking Perl with Chef Grant Completion Report I am pleased to report the completion of my TPF grant, "Cooking Perl with Chef". The goal of this grant was to create ready-to-use tools and supporting tutorials that teach Perl developers how to deploy Perl applications repeatable and reliably using the Chef configuration management tool. In the section of the original proposal on my motivations for this grant, I ... read more |
For this quarter we have two grant proposals being voted: "Improve WriteAt suite by exporting books to pdf and epub formats":http://news.perlfoundation.org/2012/08/2012q3-grant-proposal-improve.html proposed by Aliaksandr Zahatski "Adding tests to and refactoring the perl debugger regarding their relevance, value for money, etc. The GC will vote in these proposals, and we expect to publish the results by the end of the month. ... read more |
Shlomi Fish Email: shlomif Amount Requested: $1500. Synopsis Add tests to the built-in perl debugger and refactor it. Benefits to the Perl Community The default perl debugger is useful and powerful. However, it suffers from lack of automated tests and its internal code quality leaves a lot to be desired. This project aims to improve the debugger's test coverage, and afterwards to refactor it. Deliverables 1. More automated tests for ... read more |
Name: Aliaksandr Zahatski Email: zahatski Amount Requested: 1000$ Synopsis WriteAt http://search.cpan.org/perldoc suite for making books and maintaining docs in pod6 format. It is built on top of the Perl6::Pod implementation of Synopsis26. Currently WriteAt supports exporting books from pod6 to HTML format. This grant will allow me to add the export feature to pdf and epub formats. Benefits for the Perl Community The tools developed as a part of this ... read more |
In accordance with the terms of my grant from TPF this is the monthly report for my work on improving Devel::Cover covering July 2012. This month I released Devel::Cover 0.90, 0.91 and 0.92. I wasn't able to spend as much time working on Devel::Cover this month as I had hoped to. The time I did spend was primarily on working through RT and github tickets, resolving those I could and ... read more |