Nicholas Clark writes: As per my grant conditions, here is a report for the August period. Multiple cores are the future! And we need to enjoy this, because we aren't going to get any choice about it. The current hardware for the hot backup for perl5.git.perl.org has 24 cores, and even mobile phones are thinking about going quad-core. The upshot of this is that the more that you can get ... read more |
Jeffrey Ryan Thalhammer reported: This past May, The Perl Foundation awarded a grant to fund development of a couple features in Pinto. Pinto is a robust tool for curating a private repository of CPAN modules, so you can build your application with the right modules every time. This is my second progress report on that work. The next deliverable on the grant proposal is a merge command. The idea here ... read more |
Nicholas Clark writes: As per my grant conditions, here is a report for the July period. The main theme for this month seems to be "clean up parts of the build". perl was first developed on a Unix system, back in the times when there dozens of different Unix variants. Hence portability was initially across the different C libraries Figuring out precisely what the system could do was performed by ... read more |
Tony Cook writes: The most interesting changes this month were probably: "115928":https://rt.perl.org/rt3/Ticket/Display.html?id=115928 a common rand implementation "117265":https://rt.perl.org/rt3/Ticket/Display.html?id=117265 failing system calls on embedded NULs "3330":https://rt.perl.org/rt3/Ticket/Display.html?id=3330 warning on ++$foo when $foo isn't a number, or magically incrementable "85104":https://rt.perl.org/rt3/Ticket/Display.html?id=85104 preserving $^E across signal handlers ... read more |
I'm pleased to announce that diakopter's grant proposal, "Wrap up Perl 5 Interop for Rakudo Perl 6 on MoarVM":http://news.perlfoundation.org/2013/07/hague-grant-application.html, has been accepted. I would like to thank everyone who took the time to comment on the proposal. If you would like to help fund grants like this or any of our other projects please visit our "donation system":https://secure.donor.com/pf012/give. ... 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 August 2013. This month I released Devel::Cover versions 1.07 and 1.08. Version 1.07 was primarily concerned with getting Devel::Cover to work with recent Perl releases: 5.18.1, 5.19.1, 5.19.2 and 5.19.3. The main problem was with 5.18.1 which is a stable, maintenance release of Perl and which was causing ... 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 August 2013. This month I released Devel::Cover versions 1.07 and 1.08. Version 1.07 was primarily concerned with getting Devel::Cover to work with recent Perl releases: 5.18.1, 5.19.1, 5.19.2 and 5.19.3. The main problem was with 5.18.1 which is a stable, maintenance release of Perl and which was causing ... 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 2013. This month I released Devel::Cover versions 1.05 and 1.06. The releases contain a number of patches and pull requests along with various little cleanups and other small fixes. The rest of the work this month was spent on p5cover. This is the project to get test ... 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 June 2013. This month I released Devel::Cover 1.04. The release contains a number of fixes from last month, along with performance improvements. The performance improvements are part of work package I started at the end of May and which continued into the beginning of June. They are primarily ... read more |
Tony Cook writes: The most interesting changes this month were probably: 116190 making -F imply -a and -a imply -n. 116989 S_croak_memory_wrap 117265 safesyscalls 74798 Data::Dumper XS I added tests and fix for that, and applied it as 2780a6ed. Of course this being Data::Dumper, a change in the code broke some tests on CPAN, in one case a tweak to the output format to match the pure perl code exactly ... read more |
We have received a new grant application, under the Perl 5 Core Maintenance Fund, from David Mitchell. Before we vote on this proposal we would like to get feedback and endorsements from the Perl community. Please leave feedback in the comments or send email with your comments to karen at perlfoundation.org. Name: David Mitchell Project Title: Maintaining the Perl 5 Core Synopsis Having recently finished a three-year TPF grant devoted ... read more |
The call for talks for The Pittsburgh Perl Workshop has officially opened. Interested parties may submit talks or register for the event at: "http://pghpw.org":http://pghpw.org PPW will be held this October 4th, 5th, and 6th at the Pittsburgh Technical Institute, located near Pittsburgh International Airport. ... read more |
For this quarter the Grants Committee just received one proposal, by Peter Rabbitson, for "Advanced environment for CI of Perl projects". Unfortunately the Grants Committee could not accept this proposal as it requests more than the limit of $3000 stated on the Grants Committee Rules. Nevertheless, this lack of "lower than $3000" grant proposals, and the fact that lot of people have been discussing about this value being too low, ... read more |
Tony Cook writes: The most interesting changes this month were probably: 116190 making -F imply -a and -a imply -n. 116989 S_croak_memory_wrap 117265 safesyscalls 74798 Data::Dumper XS The original request in this ticket was that -F without -a should warn or fail with an error. The problem with that, as discussed, is that there's a perfectly reasonable thing to do instead: have -F switch on ... read more |
I am pleased to announce that Dr Nicholas Clark's "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html grant has been extended by another 400 hours. I would like to thank everyone who commented on his "request for an extension":http://news.perlfoundation.org/2013/07/grant-extension-request---impr-4.html for their feedback. I would also like to thank all those who continue to provide financial support to the "Perl 5 Core Maintenance Fund.":http://www.perlfoundation.org/perl_5_core_maintenance_fund ... read more |
Nicholas Clark writes: As per my grant conditions, here is a report for the June period. bq. The nice thing about standards is that you have so many to choose from I guess the same can be said about build systems. So the structural intent of the build is Permit the user to choose configuration options Build the package so the configuration system has to run using native tools. And ... read more |
Nicholas Clark writes: As per my grant conditions, here is a report for the May period. This month I simplified part of the implementation of pack and unpack, removing about 130 lines of code, and reducing the object code size by about 2K. The only casualty was support for mixed-endian systems. Sorry, PDP-11 users. In the medal stakes for "risk to sanity", the implementation of pack and unpack are strong ... read more |
We have received the following Hague Grant application from diakopter. Before we vote on this proposal we would like to have a period of community consultation for 10 days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Applicant's Name: diakopter Project Title Wrap up Perl 5 Interop for Rakudo Perl 6 on MoarVM Synopsis Embed Perl 5 in Rakudo's ... read more |
Jeffrey Ryan Thalhammer reported: This past May, The Perl Foundation awarded a grant to fund development of a couple features in Pinto. Pinto is a robust tool for curating a private repository of CPAN modules, so you can build your application with the right modules every time. This is my first progress report on that work. The grant proposal covered two key features. I have a tendency to pick the ... read more |
Dr. Nicholas Clark has requested an extension of $20,000 for his "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html grant. This grant started in September 2011 and has been running successfully since then. The requested extension would allow Nicholas to devote another 400 hours to the project. The funds for this extension would come from the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. As well as weekly reports posted on the p5p mailing list Nicholas provides detailed ... read more |