Tony Cook writes: Approximately 30 tickets were worked on, and 10 patches were applied. "perl #120384":https://rt.perl.org/Public/Bug/Display.html?id=120384 This month I re-worked Data::Dumper's pure-perl and XS output of hash keys to be consistent with both each other, and with the Quotekeys configuration. "perl #82948":https://rt.perl.org/Public/Bug/Display.html?id=82948 Also on Data::Dumper, I modified the code that dumps qr// objects to output them as qr/original re/flags rather than the qr/ form that tends to expand each time ... 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 fourth progress report on that work. I've done quite a lot of work on Pinto the last few weeks. And ... read more |
Dave Mitchell writes: I spent the majority of my time last month fixing compiler warnings in smokes; along with fixing a few bugs, "working" my p5p mailbox etc. Over the last month I have averaged 17.1 hours per week. As of 2013/11/30: since the beginning of the grant: bq. 6.9 weeks 115.6 total hours 16.8 average hours per week There are 284 hours left on the grant. bq. 7:55 RT#119847 ... read more |
I am pleased to announce that Dave Mitchell's grant application, "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html, was accepted. This is his first report. Dave Mitchell writes: I spent my time mainly working on several bug reports, applying patches, fixing smokes, and "working" my p5p mailbox etc. None of the fixes are particularly noteworthy. Over the last month I have averaged 16.1 hours per week. As of 2013/10/31: since the beginning of ... 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 third progress report on that work. I've been preoccupied with Stratopan lately, so I have no progress to report this ... read more |
Torsten Raudssus reported: In July 2013 I started work on my grant, using time off given by my empoyer for such projects. Unfortunately, after my first week of work, the NSA Snowden Affair brought a massive influx of interest towards DuckDuckGo, forcing me to pause my progress. At the Patch -p1 event I plan to continue my work on the grant. In the first week, I concentrated on forming a ... read more |
Tony Cook has requested an extension of $13,000 for his "Maintaining Perl 5 grant":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html. This grant was started in July 2013 and was successfully completed. The requested extension would allow Tony to devote another 260 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. Tony provided detailed monthly reports of the work he completed and these can be found in the ... read more |
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 |
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 |
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 |