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 |
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 |
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 |
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.0.07/ Project host: https://github.com/zipf/perldoc-es During the second month we did a thorough proofreading of files included in POD2::ES which led to fixing several errors We also kept updating translated files to 5.16.0, and reviewed a few files that were included in the latest POD2::ES releases. While translating perlobj.pod, a bug in sample code was detected and reported through perlbug. ... read more |
David Golden reported: Overview For those wondering about of updates on this grant, I'm pleased to be back with some significant progress on the teaching deliverables. Some circumstances in my personal life required me to put the grant on the back burner during June, but July and OSCON-centered conference-driven development have allowed me to rebuild some momentum. In particular, I have three things to announce: perlchef.com is now live. This ... read more |
Patrick Michaud writes: This is an interim report for my Hague Grant on "Lists, Iterators, and Parcels":http://news.perlfoundation.org/2010/07/hague-grant-application-lists.html. This report has been far too long in coming; at the time of the original grant proposal it was expected that the design and implementation of Perl 6 lists and iterators was near completion, and that most of what remained to be done would be updating the documentation, tests, and Synopses. Since that ... read more |
Joel Berger wrote: After another busy month outside of the Perl world, I have gotten a little more time in the last week to work on Alien::Base. I must especially thank fellow WindyCity.pm member David Mertens for working with me on some of the Mac problems involved. N.B. I also want to thank him for PDL::Graphics::Prima, which made the rest of my $work easier this month! If you need interactive ... read more |
Nicholas Clark writes: The most significant activity for the month was discovering, investigating and iterating fixes for the various bugs now fixed on the branch smoke-me/require. This is the cause of the delay on making a 5.16.1 release, as Ricardo explained in "http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-07/msg00954.html":http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-07/msg00954.html and hence this report, as the issue only went public two days ago. There are two partly related problems. Both affect code which takes untrusted user data ... read more |