written by karen

1 - 266 of 266 posts:

<< < > >> Summaries on
  • Tony Cook's Grant Extended Fri, 28-Oct-2016 by Karen Pauley
    in: Grants

    Tony Cook recently requested an extension of his Maintaining Perl 5 grant. This request was successful and Tony was awarded another $20,000. I would like to thank the community members who took time to comment on this grant extension request and our sponsors who made funding the grant possible through our Perl 5 Core Maintenance Fund.

    ... read more
  • Update on JavaScript Backend For Rakudo Grant Fri, 28-Oct-2016 by Karen Pauley
    in: Grants

    Paweł Murias continues to work on his "JavaScript backend for Rakudo":http://news.perlfoundation.org/2016/02/ian-hague-perl-6-grant-applica.html grant. Paweł Murias writes: Current State rakudo.js compiles 70% of the core setting. I'm working on getting it to compile the whole setting. The setting executes a bunch of code at compile time so the code the compiler is generated is validated to some degree I'm mostly fixing bugs, and implementing missing features in the backend While doing that

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 36 Mon, 17-Oct-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent last month: eliminating the OP_PUSHRE op, converting OP_SPLIT from being a LISTOP to a PMOP, and making split faster see v5.25.5-71-gdbdb57e; working on various fuzzer tickets; trying to work out when one should use pad_free pad_swipe S_op_clear_gv or just plain SvREFCNT_dec I gave up on this for now; picking some quick and low-hanging fruit off my TODO list; Summary bq. 3:52 sassign is wrongly declared

    ... read more
  • Maintaining Perl 5: Grant Report for August 2016 Tue, 11-Oct-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 42 tickets were reviewed, and 6 patches were applied. Hours Activity 0.93 %zu on HP-UX issue 3.22 #123981 updates, testing, comment 5.19 #126482 debugging #126482 bisect, review changes #126482 more debugging, comment 12.51 #127663 more tests, code review #127663 re-work, testing #127663 delete on abort, testing #127663 remove some later work, testing #127663 polish, testing #127663 review, push to smoke-me #127663 code review, testing, setup for

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 35 Wed, 28-Sep-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent last month mainly working on "fuzzer" bug reports. Nothing really stands out as deserving special mention. Summary bq. 1:23 "Confused by eval behavior" thread 0:14 "perl #128940":https://rt.perl.org/Public/Bug/Display.html?id=128940 "Use of uninitialized value $fh" mentions wrong variable 2:48 "perl #128951":https://rt.perl.org/Public/Bug/Display.html?id=128951 heap-buffer-overflow in Perl_sv_vcatpvfn_flags 0:51 "perl #128952":https://rt.perl.org/Public/Bug/Display.html?id=128952 stack-buffer-overflow in S_missingterm 1:41 "perl #128989":https://rt.perl.org/Public/Bug/Display.html?id=128989 Bleadperl v5.25.3-266-g1d7e644 breaks VPIT/Variable-Magic-0.59.tar.gz 4:46 perl #129012 heap-buffer-overflow Perl_fbm_instr 2:04 "perl #129029":https://rt.perl.org/Public/Bug/Display.html?id=129029 SIGBUS Perl_sv_peek 0:24

    ... read more
  • Taking Part in Outreachy Tue, 27-Sep-2016 by Karen Pauley
    in: Outreachy

    I am pleased to announce that "The Perl Foundation":http://www.perlfoundation.org/ will be taking part in "Outreachy":https://www.gnome.org/outreachy/ again this year. We are offering one full-time internship in the winter program, which will run from December 6th to April 6th. The application process is "now open":https://outreachy.gnome.org/?q=program_home&prg=7 and applications need to be submitted by October 17th. Our mentor, Dylan Hardison, from the Bugzilla project has provided a list of ideas and possible projects "on

    ... read more
  • Jonathan Worthington's Grant Extension Accepted Fri, 23-Sep-2016 by Karen Pauley

    Jonathan Worthington's recent "grant extension application":http://news.perlfoundation.org/2016/09/perl-6-performance-and-reliabi-2.html, through the "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund, has been successful. This extension will allow Jonathan to dedicate another 200 hours to the grant. I would like to thank the community members who took time to comment on this grant extension request and our sponsors who made funding the grant possible.

    ... read more
  • Maintaining Perl 5: Grant Extension Request Mon, 19-Sep-2016 by Karen Pauley
    in: Grants

    Tony Cook has requested an extension of $20,000 for his "Maintaining Perl 5 Grant":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html. This grant has been running successfully since July 2013. If this extension is granted it would allow Tony 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 posting reports on the p5p mailing list Tony provides detailed monthly reports, the

    ... read more
  • Perl 6 Performance and Reliability Engineering - Grant Extension Request Wed, 07-Sep-2016 by Karen Pauley
    in: Grants

    Jonathan has "successfully completed":http://news.perlfoundation.org/2016/08/perl-6-performance-and-reliabi-1.html his "Perl 6 Performance and Reliability Engineering":http://news.perlfoundation.org/2016/02/grant-proposal-perl-6-performa.html grant. He has requested an extension of $10,000 so that he can spend another 200 hours on this grant. This funding will come from the "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund. Before we make a decision on this extension we would like to have a period of community consultation that will last for seven days. Please leave feedback in the

    ... read more
  • Perl 6 Performance and Reliability Grant Progress Report Tue, 30-Aug-2016 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: I have completed the initial 200 hours awarded under my "Perl 6 performance and reliability engineering grant":http://news.perlfoundation.org/2016/02/grant-proposal-perl-6-performa.html. This report summarizes what has been achieved in this time. I have also written a number of more detailed "blog posts":https://6guts.wordpress.com/ about my work. Tooling I implemented heap snapshots in MoarVM. This is a mechanism for taking recordings of what is in the heap after each garbage collection run. It

    ... read more
  • Maintaining Perl 5: Grant Report for July 2016 Mon, 29-Aug-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 27 tickets were reviewed, and 5 patches were applied Hours Activity 5.02 #126203 review code for leak issue, apply original patch, find related issues, research #126203 more related issues #126203 email to jhi 0.95 #127663 re-familiarize, consider options 21.05 #127834 comments, fix some issues #127834 customized updates, testing, comment with new patchsets #127834 update patch sets, proposed perldelta #127834 review updates, research, comment #127834 fix some

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 34 Thu, 25-Aug-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent last month mainly working on "fuzzer" bug reports, and trying to process some of the backlog in my p5p mailbox. Summary bq. 1:45 "Confused by eval behavior" thread 1:21 @INC issues 1:26 Deprecate /$empty_string/ 2:03 Assert fail in S_find_uninit_var 1:19 Assert fail in S_sublex_done 0:26 Segfault in Perl_gv_setref 0:14 Segfault due to stack overflow 3:16 fix build warnings and smoke failures 8:46 process p5p mailbox

    ... read more
  • Dave Mitchell's Grant Extended Tue, 16-Aug-2016 by Karen Pauley
    in: Grants

    I am pleased to report that Dave Mitchell's recent request to extend his "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html grant has been successful. The award of $20,000 will allow him to spend another 400 hours on this project. Thanks to everyone who provided feedback on this application and to all those who continue to provide financial support to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. If you are interested in funding this

    ... read more
  • Maintaining Perl 5: Grant Report for June 2016 Tue, 02-Aug-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 23 tickets were reviewed, and 5 patches were applied Hours Activity 0.86 #127333 review, try to apply #127333 testing and apply to blead 5.55 #127380 comment #127380 testing aginst blead, pod fixes #127380 finalize pod fixes, testing and testing of backports, push to blead, maint-5.24 and maint-5.22, perldelta #127380 comment 9.68 #127663 testing, also #126710 #127663 debugging, GNUmakefile build issues #127663 debugging, re-work #127663 testing, fixes

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 33 Mon, 01-Aug-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I didn't really do much that stands this month; I just reduced the backlog in my p5p mailbox a bit, and worked on several miscellaneous tickets. The most noteworthy bugfix related to getting overwritten while exiting an eval scope. Earlier work by Zefram had ensured that is assigned to in a late stage of scope unwinding, but it turns out that in void context or after a

    ... read more
  • Maintaining Perl 5: Grant Report for May 2016 Fri, 08-Jul-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 33 tickets were reviewed, and 4 patches were applied Hours Activity 1.35 #126228 research, adapt to a new patch, testing and comment 1.47 #126686 review, testing and comment 0.98 #127234 testing and apply to blead 1.80 #127380 adjust one proposed patch, testing, comment #127380 comment, trying to push things along 37.34 #127663 work on path handling, temp file creation, handling #127663 re-work path storage #127663 new

    ... read more
  • Grant Extension Request Fri, 01-Jul-2016 by Karen Pauley
    in: Grants

    Dave Mitchell has requested an extension of $20,000 for his Maintaining the Perl 5 Core grant. This will allow him to dedicate another 400 hours to this work. During this grant he sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog, the most recent of which are linked below: "Report for Month 30":http://news.perlfoundation.org/2016/04/maintaining-the-perl-5-core-re-26.html "Report for Month 31":http://news.perlfoundation.org/2016/05/maintaining-the-perl-5-core-re-27.html

    ... read more
  • Maintaining Perl 5: Grant Report for April 2016 Sat, 18-Jun-2016 by Karen Pauley

    Tony has supplied the second report for his "Maintaining Perl 5":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html grant, which was recently successfully "extended":http://news.perlfoundation.org/2016/02/maintaining-perl-5---grant-ext-1.html. Tony Cook writes: Approximately 40 tickets were reviewed, and 3 patches were applied. Hours Activity 1.66 #121734 report cygwin issue upstream #121734 test upstream fix and comment #121734 comment on POSIX::strxfrm bug note 0.27 #122551 review discussion, TR::Perl bugs 2.23 #126188 debugging, try potential fixes, comment 0.92 #126203 reproduce, comment and supply

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 32 Sat, 18-Jun-2016 by Karen Pauley

    Dave Mitchell writes: I spent last month mainly getting Scope::Upper working on 5.24.0. It broke heavily after the context stack reworking that came with 5.23.8, due to its heavy reliance on the internal details of perl's context stack and scope exit behaviours. I don't intend in general spending so much time again on fixing up such CPAN modules; it's just that once I had started, I wanted to see it

    ... read more
  • Maintaining Perl 5: Grant Report for March 2016 Thu, 26-May-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 48 tickets were reviewed, and 7 patches were applied |Hours Activity 1.57 investigate new ipsysv.t failures on darwin, create cpan #112827, fix in blead, #p5p unicode string behaviour discussion 4.60 #122287 testing #122287 work on a patch to Configure/Makefile.SH #122287 more work, testing cross platform, comment with patch #122287 double check patch, expand comment on patch 1.47 #124430 try to find why App::assh started working #124430

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 31 Thu, 26-May-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent last month mainly working on various assorted RT tickets. Summary bq. 10:54 charset.t and subst.t fail on Solaris under -Duse64bitall 0:40 Bleadperl breaks TOKUHIROM/Module-Build-Pluggable-0.10.tar.gz on Windows 18:02 @INC issues 14:57 Blead breaks Scope::Upper 0:51 $=x~0 segfaults Perl 5.24.0-RC1-2-gde1d2c7 1:00 Slowdown in split list assign 9:50 process p5p mailbox 1:00 review Provide -Dfortify_inc 0:29 review and apply Get -DPERL_MEM_LOG working again 1:00 sort out a unconfig.h

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 30 Tue, 12-Apr-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent last month mainly: continuing to look into some of the CPAN breakage associated with my recent context work that's been merged into blead; continuing to look at smoke and 5.24 blocker issues Summary bq. 0:25 Perl_sv_clear: Assertion 1:11 Flawed environmental variable handling 5:24 regex qr/ fails to compile on x64 debugging optimized builds 15:53 dtrace/-DDEBUGGING builds now fail on Solaris 1:27 Bleadperl v5.23.7-133-g7b0c33a breaks WBRASWELL/RPerl-1.600000.tar.gz

    ... read more
  • Maintaining Perl 5: Grant Report for February 2016 Fri, 08-Apr-2016 by Karen Pauley

    Tony Cook writes: Approximately 57 tickets were reviewed or worked on, and 14 patches were applied. and are related in that both problems are related to the same set of changes. Between perl 5.8 and 5.16 inclusive, perl cached the CV for DESTROY in overload magic for the stash. This was four times faster than the simple method lookup previously done each time an object needed to be destroyed.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 29 Mon, 14-Mar-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent last month mainly: looking into some of the CPAN breakage associated with my recent context work that's been merged into blead; looking at a build failure with solaris, dtrace, shared library and static inline functions Summary bq. 1:00 Bleadperl breaks Algorithm-Permute 16:01 dtrace/-DDEBUGGING builds now fail on Solaris 6:07 fix build warnings and smoke failures 3:22 fixup CPAN distributions affected by context changes 6:11 fixup

    ... read more
  • Maintaining Perl 5 - Grant Extension Request Mon, 29-Feb-2016 by Karen Pauley
    in: Grants

    Tony Cook has requested an extension of $20,000 for his Maintaining Perl 5 grant. This grant has been running successfully since July 2013. If this extension is grounded it would allow Tony to devote another 400 hours to the project. The funds for this extension would come from the Perl 5 Core Maintenance Fund. As well as posting reports on the p5p mailing list Tony provides detailed monthly reports, the

    ... read more
  • Perl 6 Performance and Reliability Engineering Grant Accepted Sat, 27-Feb-2016 by Karen Pauley
    in: Grants

    Jonathan Worthington's "recent grant application":http://news.perlfoundation.org/2016/02/grant-proposal-perl-6-performa.html, through the "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund, has been successful. This grant will allow Jonathan to dedicate 200 hours to improve both runtime and compiler performance of Rakudo Perl 6. I would like to thank all the community members who took time to comment on this grant request and our sponsors who made funding the grant possible.

    ... read more
  • Maintaining Perl 5: Grant Report for January 2016 Mon, 22-Feb-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 43 tickets were reviewed, and 11 patches were applied Hours Activity 2.38 #123737 testing, apply to blead #123737 testing, produce a patch and comment #123737 re-test, look for similar no_op issues, push to blead 2.15 #123788 re-check patch, testing #123788 more testing, apply to blead 4.37 #124387 work on autoload on top of above #124387 testing, code archaeology, produce patches and comment #124387 review test results,

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 28 Fri, 19-Feb-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I didn't do much this month because I was mostly on vacation. Fixed a couple of bugs. I did merge in my context revamping work, but that's being separately funded by Booking.com. Summary: bq. 2:00 Assert fail/segfault in Perl_sv_pvn_force_flags 2:19 enhance Porting/bench.pl's display formats 3:57 process p5p mailbox 1:00 remove vestigial use of PRIVSHIFT **9:16 Total As of 2015/12/31: since the beginning of the grant: bq. 120.0

    ... read more
  • Maintaining Perl 5: Grant Report for December 2015 Fri, 19-Feb-2016 by Karen Pauley

    Tony Cook writes: Approximately 28 tickets were reviewed, and 5 patches were applied. Hours Activity 0.33 #123981 review and comment 0.38 #123991 re-test and apply to blead |4.24 #124097 research #124097 research, testing #124097 more research and testing, comment with new patch 1.62 #124840 work on reverting 8c34e50dc, deal with conflicts #124840 more conflicts, testing 2.08 #125540 testing, debugging, trying to understand base cause 0.43 #125789/#121048/#125341 test the open tickets

    ... read more
  • Maintaining the Perl 5 Core: Report for Months 26 & 27 Wed, 17-Feb-2016 by Karen Pauley
    in: Grants

    Dave Mitchell writes: This report notionally covers 2 months, but almost all of November has no hours because it was during a gap before my grant was extended. I spent most of my time fixing assorted RT tickets and smoke issues. Summary bq. 2:36 Illegal division by zero leads to Assertion 2:33 Unknown regexp modifier/unmatched 1:21 Bleadperl v5.23.1-199-ga5f4850 breaks BRUMLEVE/ddb-1.3.1.tar.gz 1:00 Out-of-bounds Reads 3:10 Perl_rpeep: Assertion `oldoldop->op_next oldop 8:48 fix

    ... read more
  • Grant Proposal: Perl 6 Performance and Reliability Engineering Mon, 15-Feb-2016 by Karen Pauley
    in: Grants

    Jonathan Worthington has submitted the following grant proposal under the Perl 6 Core Development Fund. 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: Jonathan Worthington Project Title: Perl 6 Performance and Reliability Engineering Synopsis: Improve both runtime and compiler performance of Rakudo Perl

    ... read more
  • QA Hackathon Grant Successful Mon, 15-Feb-2016 by Karen Pauley
    in: GrantsHackathons

    I am pleased to announce that Ricardo Signes' recent grant application to cover the cost of his travel to the QA Hackathon has been successful. I would like to thank everyone who provided feedback on this grant. This grant was awarded from our Perl 5 Core Maintenance Fund. If you would like to contribute to this fund please use our donation system or contact karen perlfoundation.org The QA Hackathon is

    ... read more
  • Perl 6 Release Goals: Final Grant Report Thu, 04-Feb-2016 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: I applied for a third and final extension of my Perl 6 Release Goals grant, which was published for comments in December and subsequently approved. The final extension granted a further 110 hours of work, which I completed prior to the Christmas release of Perl 6. This report covers the work that was done under this extension, and concludes with some final comments on the grant as

    ... read more
  • Perl 5 Grant Application: QA Hackathon Travel Wed, 03-Feb-2016 by Karen Pauley
    in: Grants

    We have received the following grant application from Ricardo Signes. Before we vote on this proposal we would like to have a period of community consultation that will last seven days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name: Ricardo Signes Project Title: Perl QA Hackathon 2016 Amount Requested: $1200 Synopsis: This grant will be used to pay

    ... read more
  • Ian Hague Perl 6 Grant Application: JavaScript backend for Rakudo Mon, 01-Feb-2016 by Karen Pauley
    in: Grants

    We have received the following Perl 6 Ian Hague Grant Application. 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. Name: Paweł Murias Project Title: JavaScript backend for Rakudo Synopsis: Improve the JavaScript backend from handling NQP to full Perl 6.

    ... read more
  • Maintaining Perl 5: Grant Report for November 2015 Wed, 27-Jan-2016 by Karen Pauley

    Tony Cook writes: Approximately 54 tickets were reviewed, and 12 patches were applied. illustrates how some of perl's internal tools need to be careful of which parts of the language they use. The tr/// operator can do its job in one of two ways, if all the code points are between 0 and 255 with a 256 entry table of shorts, otherwise using a swash, which is created by

    ... read more
  • Maintaining Perl 5: Grant Report for October 2015 Thu, 07-Jan-2016 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 46 tickets were reviewed, and 13 patches were applied. Hours Activity 1.98 #123658 review, testing, apply to blead 0.42 #123985, #123831 review, research, ask kid51 for a test build 2.93 #123994 review code, testing #123994 more testing, comment with some possible fixes 0.63 #124063 apply to blead with some fiddling 2.29 #124068 review, research #124068 more research, comment 0.85 #124080 review, testing, comment 0.35 #125569 research,

    ... read more
  • Perl 6 Release Goals: First Grant Extension Completed Mon, 14-Dec-2015 by Karen Pauley
    in: Grants

    Jonathan has successfully completed his first grant extension of his "Perl 6 Release Goals":http://news.perlfoundation.org/2015/04/grant-proposal-perl-6-release.html grant. He has provided the following report and is asking for another extension to continue with this work. Before we make a decision on this extension we would like to have a period of community consultation that will last for seven days. Please leave feedback in the comments or, if you prefer, email your comments to

    ... read more
  • Maintaining Perl 5: Grant Report for September 2015 Mon, 30-Nov-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 42 tickets were reviewed or worked on, and 7 patches were applied. Hours Activity 1.20 #120903 review, testing, apply to blead #120903 fix typo, half-write a perldelta entry and decide not to 0.97 #122368 review new patch, comment 0.65 #123831 review discussion, research and comment 2.52 #123867 review newest patches, testing #123867 review test results, apply to blead 2.98 #123981 travis modifications and testing #123981 review

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 25 Mon, 23-Nov-2015 by Karen Pauley

    Dave Mitchell writes: I spent October mainly working on two things. First, I optimised some common arithmetic operators: so that for the very common case of both args being simple ints in ranges that won't overflow, or both being floats, a simple C-level or whatever can be directly done. For more complex or mixed args, it falls back to the existing slower code. For and I optimised the simple integer

    ... read more
  • Grant Extension Request Thu, 12-Nov-2015 by Karen Pauley
    in: Grants

    Dave Mitchell has requested an extension of $20,000 for his "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html grant. This will allow him to dedicate another 400 hours to this work. During this grant he sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog, the most recent of which are linked below: "Report for Month 22":http://news.perlfoundation.org/2015/09/maintaining-the-perl-5-core-re-19.html "Report for Month 23":http://news.perlfoundation.org/2015/09/maintaining-the-perl-5-core-re-20.html

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 24 Thu, 05-Nov-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent September mainly working on two things. First, I made the stack grow macros EXTEND and MEXTEND more robust against count truncating and wrapping, especially on platforms where the sizes of ints and pointers differ. The initial impetus to do this was a bug reported against the repeat operator in list mode on a platform with 32-bit pointers but 64-bit ints; but new compiler warnings generated

    ... read more
  • Perl 6 Release Goals - Grant Extension Request Tue, 22-Sep-2015 by Karen Pauley
    in: Grants

    Jonathan Worthington has requested an extension of $10,000 for his "Perl 6 Release Goals":http://news.perlfoundation.org/2015/04/grant-proposal-perl-6-release.html grant. The funds for this extension would come from the "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund. The requested extension would allow Jonathan to devote another 250 hours to the project. Jonathan has provided a "detailed report":http://news.perlfoundation.org/2015/09/perl-6-release-goals-initial-g.html for the work done so far, which also provides details of the work he plans to carry out if the extension

    ... read more
  • Perl 6 Release Goals Initial Grant Completed Tue, 22-Sep-2015 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: In April 2015 I started working on a "grant":http://news.perlfoundation.org/2015/04/grant-proposal-perl-6-release.html from The Perl Foundation's "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund. The grant was provided to enable me to dedicate much more time to the Perl 6 project than would otherwise have been possible, and it has indeed enabled this. My work has been, and continues to be, focused on enabling the release of the Perl 6 language along with

    ... read more
  • Maintaining Perl 5 - Grant Extension Request Mon, 21-Sep-2015 by Karen Pauley
    in: Grants

    Tony Cook has requested an extension of $20,000 for his "Maintaining Perl 5":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html grant. This grant has been running successfully since July 2013. The requested extension would allow Tony 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 posting reports on the p5p mailing list Tony provides detailed monthly reports, the most recent of

    ... read more
  • Maintaining Perl 5: Grant Report for August 2015 Mon, 21-Sep-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 57 tickets were reviewed or worked on, and 12 patches were applied. Hours Activity 0.83 #120826 re-work documentation patch #120826 re-test, apply to blead, close 4.99 #120903 first pass over documentation update #120903 more documentation, testing, comment with patch #120903 local edits, comment 0.53 #121200 check it's the same issue, merge tickets, comment 0.08 #123543 review and resolve 0.67 #123658 comment 0.17 #123867 comment 0.42 #123879

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 23 Thu, 17-Sep-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent August mainly working on two things. First, I continued working on re-jigging how scope entry and exit works I had already heavily reworked how subs are called, making a bare sub call: bc. sub f f use about 1/3 less instructions, branches etc. I've now made the more general loop and pp_enter context stuff use the new regime too

    ... read more
  • $3,000 Grant Awarded for Perl 6 Hackathon Mon, 07-Sep-2015 by Karen Pauley
    in: Grants

    I am pleased to announce that the "recent grant application":http://news.perlfoundation.org/2015/08/perl-6-hague-grant-application-1.html from the Swiss Perl Workshop team has been successful. I would like to thank everyone who took the time to comment on this grant application. If you would like to help fund Perl 6 development please consider "donating":https://secure.donor.com/pf012/give to our new "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 22 Wed, 02-Sep-2015 by Karen Pauley

    Dave Mitchell writes: I spent July mainly working on two things. First, I continued to work on the whole issue of how subroutines are invoked and returned from, and especially how the various perl stacks are manipulated during this time, i.e. all the PUSHBLOCK/PUSHSUB stuff. I also started extending the work to other context types, such as loops. I have mainly concentrated on removing unnecessary fields from the CXt_SUB context

    ... read more
  • Maintaining Perl 5: Grant Report for July 2015 Tue, 25-Aug-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 61 tickets were reviewed or worked on, and 10 patches were applied. Hours Activity 0.82 #116054 review, close 120208, comment 2.98 #118127 review and briefly comment #118127 irc discussion, research, comment 1.03 #119515 review discussion, testing, apply to blead 1.38 #120826 review, review code, write up some documentation #120826 review, research, comment with patch 0.60 #122096 review and comment 0.13 #122629 review new discussion 0.50 #123599

    ... read more
  • Perl 6 Hague Grant Application Wed, 19-Aug-2015 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from the organisers of the Swiss Perl Workshop. Before we vote on this proposal we would like to have a period of community consultation for 7 days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name: Matthias Bloch, Roman Baumer, Dirk Deimeke Project Title: Perl 6 Hackathon at the Swiss Perl

    ... read more
  • Maintaining Perl 5: Grant Report for June 2015 Mon, 10-Aug-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 65 tickets were reviewed or worked on, and 14 patches were applied. Hours Activity 0.45 #122281 review, testing, apply to blead 0.48 #122405 review discussion and comment 1.22 #122872 review discussion, review latest patch and comment 0.27 #123264 retest and apply to blead 1.17 #123398 review discussion and code, testing, push to blead, comment 1.58 #123440 review and update, apply to blead and comment 1.18 #123658

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 21 Wed, 05-Aug-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent June mainly continuing to work on the whole issue of how subroutines are invoked and returned from, and especially how the various perl stacks are manipulated during this time. I also fixed some more Coverity and smoke issues. Summary bq. 55:39 #124156: death during unwinding causes crash 1:11 make /\C/ an error 15:45 process p5p mailbox 10:01 silence compiler warnings **82:36 Total bq. 4.3 weeks

    ... read more
  • Maintaining the Perl 5 Core Grant Extended Fri, 24-Jul-2015 by Karen Pauley

    I'm delighted to announce that Dave Mitchell's recent "grant extension request":http://news.perlfoundation.org/2015/06/grant-extension-request.html has been successful. This extension will allow Dave to continue with this work for another 400 hours. Thanks to everyone who provided feedback on this application and to all those who continue to provide financial support to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. If you are interested in funding this work please contact karen perlfoundation.org or donate directly through

    ... read more
  • Maintaining Perl 5: Grant Report for May 2015 Sun, 12-Jul-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 37 tickets were reviewed or worked on, and 2 patches were applied. bulk88's patch in adds support for building perl in parallel on Win32 using dmake's -P option. I've spent some time trying to improve it, but ended up running into limitations in dmake, in particular it seems to call child makefiles with -S preventing any parallel builds in the child. If a GNU make makefile

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 20 Thu, 09-Jul-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent the month doing two main things: fixing 5.22 blockers, and once there were no blockers left, I began work on looking at the whole issue of how subroutines are invoked and returned from, and especially how the various perl stacks are manipulated during this time. It turns out that 6 stacks are involved, and there is lots of duplicated code, difficulties with stacks being doubly

    ... read more
  • Grant Extension Request Thu, 25-Jun-2015 by Karen Pauley
    in: Grants

    Dave Mitchell has requested an extension of $20,000 for his "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html grant. This will allow him to dedicate another 400 hours to this work. During this grant he sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog, the most recent of which are linked below: "Report for Month 19":http://news.perlfoundation.org/2015/05/maintaining-the-perl-5-core-re-16.html "Report for Month 17

    ... read more
  • Maintaining Perl 5: Grant Report for April 2015 Thu, 04-Jun-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 40 tickets were reviewed or worked on, and 4 patches were applied. This month blead allowed patches only for blockers, so there won't many patches applied to blead. I spent much of my time working on blockers, both trying to solve them in blead, or to report issues to CPAN maintainers whose modules were broken. Hours Activity 0.20 #122136 review cpan tickets and update 2.92 #122159

    ... read more
  • Hague Grant Accepted Wed, 20-May-2015 by Karen Pauley

    I am pleased to announce that Bart Wiegmans' recent Hague Grant Application, "Advancing the MoarVM JIT":http://news.perlfoundation.org/2015/04/perl-6-hague-grant-application.html has been successful. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 19 Thu, 14-May-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent the month mainly fixing issues that were 5.22 blockers. Summary bq. 2:18 Apparent failure to localize %^H 2:13 Bleadperl v5.21.6-89-gd648ffc breaks autobox 4:33 S_no_op: Assertion `s oldbp' failed 1:25 Perl_pp_substcont: Assertion failed 1:21 Unable to build 64-bit blead using gcc-4.8.2 1:21 Perl_ck_stringify: Assertion ->op_sibling> 10:57 Perl_sv_clear: Assertion 0:37 Perl_sv_2pv_flags: Assertion 2:09 null ptr deref Perl_cv_forget_slab 0:20 fix t/uni.parser.t under EBCDIC 10:02 more op_siblings stuff 7:27

    ... read more
  • Maintaining Perl 5: Grant Report for March 2015 Wed, 13-May-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 25 tickets were reviewed or worked on, and 2 patches were applied. This was a short month since my old grant ran out, and a new grant started. was interesting to me because is illustrated how perl tracks which globs a given @ISA is present in and how that was broken in this case. Each @ISA has isa magic. If the @ISA is only present

    ... read more
  • Perl 6 Core Development Grant Accepted Sat, 02-May-2015 by Karen Pauley
    in: Grants

    I am happy to announce that Jonathan Worthington's grant proposal, "Perl 6 Release Goals":http://news.perlfoundation.org/2015/04/grant-proposal-perl-6-release.html, has been accepted. This is the first grant awarded under the new "Perl 6 Core Development Fund":http://www.perlfoundation.org/perl_6_core_development_fund. Thanks goes to the community members who took time to provide feedback on this proposal. I would also like to thank Patrick Michaud and Liz Mattijsen who have agreed to help with the management of this grant.

    ... read more
  • Maintaining the Perl 5 Core: Report, Months 17, & 18 Mon, 27-Apr-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent the month mainly fixing issues reported by the Coverity static code analyser, and fixing assorted bugs that were in the main 5.22 blockers. Some notable highlights: Coverity reported an issue related to MEM_WRAP_CHECK although it turned out to be harmless, looking at it gave me an idea to make the wrap check be constant-folded at compile time more often, and since this macro Copy etc>

    ... read more
  • Perl 6 Hague Grant Application Sun, 19-Apr-2015 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Bart Wiegmans. 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. Name: Bart Wiegmans Project Title: Advancing the MoarVM JIT Synopsis: Implement an advanced code generation algorithm for the MoarVM JIT compiler,

    ... read more
  • Grant Proposal: Perl 6 Release Goals Tue, 07-Apr-2015 by Karen Pauley
    in: Grants

    Jonathan Worthington has submitted a grant proposal under our new "Perl 6 Core Development Fund.":http://www.perlfoundation.org/perl_6_core_development_fund 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: Jonathan Worthington Project Title: Work towards the 2015 Perl 6 release goals Synopsis: Fund a leading Rakudo Perl 6 and

    ... read more
  • WenZPerl Donate 10,000 EUR to new Perl 6 Core Development Fund Sat, 04-Apr-2015 by Karen Pauley

    I am pleased to announce the launch of a new fundraising drive to raise money for Perl 6 development. Its immediate focus is the target of releasing a Perl 6 language specification along with a conforming implementation in 2015; beyond this, funds will be used to support maintenance and improvement of Perl 6 implementation. The initial goal is to raise $25,000 to fund the work of Jonathan Worthington. Jonathan is

    ... read more
  • Maintaining Perl 5: Grant Report for February 2015 Sun, 15-Mar-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 55 tickets were reviewed or worked on, and 10 patches were applied. shows perl's dependency on other system tools, in this case there were two issues when using GCC 5.0. First, with GCC 5.0, by default the pre-processor with generate #line entries showing the origin of the definition of a macro that's been replaced, so the pre-processor was producing output from: bc. "EDOM" something like:

    ... read more
  • Taking Part in Outreachy Mon, 09-Mar-2015 by Karen Pauley
    in: OPWOutreachy

    I am pleased to announced that The Perl Foundation will be taking part in "Outreachy":https://www.gnome.org/outreachy/, the successor of the Outreach Program for Women. The Outreach Program for Women was started by the GNOME Foundation in 2006 to encourage women to participate in the GNOME project. Since inception the project has grown to include many Free and Open Source organisations, including The Perl Foundation, and now the program has been rebranded

    ... read more
  • Grant Extension Request: Maintaining Perl 5 Thu, 05-Mar-2015 by Karen Pauley
    in: Grants

    Tony Cook has requested an extension of $20,000 for his "Maintaining Perl 5":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html grant. This grant has been running successfully since July 2013. The requested extension would allow Tony 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 posting reports on the p5p mailing list Tony provides detailed monthly reports, the most recent of

    ... read more
  • Maintaining Perl 5: Grant Report for January 2015 Wed, 04-Mar-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 61 tickets were reviewed or worked on, and 11 patches were applied. There were no especially interesting tickets this month. Hours Activity 1.60 cpan #101078 create/test bisect script and start bisect cpan #101078 review bisect results, comment 0.27 #120357 research and comment 0.52 #122432 review status #122432 summarize status of cpan dists 2.25 #122443 testing, polish 1.48 #122730 bang head against dzil, try some simple fixes,

    ... read more
  • Ricardo Signes Grant Application Successful Thu, 26-Feb-2015 by Karen Pauley
    in: Grants

    I am pleased to announce that Ricardo Signes' recent grant application to cover the costs of his travel to the "QA Hackathon":http://act.qa-hackathon.org/qa2015/ has been successful. I would like to thank everyone who provided feedback on this grant. The grant was awarded from our "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. If you wish to contribute to this fund please go to our donation system or contact karen perlfoundation.org The "QA Hackathon":http://act.qa-hackathon.org/qa2015/ is

    ... read more
  • Maintaining the Perl 5 Core: Report, Month 16 Tue, 17-Feb-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: At the start of the month I continued work on making the stderr of builds less noisy, and for blead to build, test, and be stderr-clean under ASan -fsanitize=undefined. At the end of this work I raised around 26 RT and github tickets with fixes for cpan/ distributions; currently around 9 of these have been merged back into blead and a further 4 have been merged upstream

    ... read more
  • Perl 5 Grant Application: Travel to QA Hackathon Sun, 08-Feb-2015 by Karen Pauley
    in: Grants

    We have received the following Perl 5 grant application from Ricardo Signes. Before we vote on this proposal we would like to have a period of community consultation that will last seven days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name: Ricardo Signes Project Title: Perl QA Hackathon 2015 Amount Requested: $1200 Synopsis This grant will be used

    ... read more
  • Maintaining Perl 5: Grant Report for December 2014 Tue, 03-Feb-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 36 tickets were reviewed, and 5 patches were applied. I spent some time this month working on getting minitest working on Win32. In 2004 the Win32 makefiles were changed to use harness instead of TEST for minitest, presumably at some time after that Test::Harness was changed to load IO unconditionally, breaking minitest on Win32. So I switched minitest back to using TEST and then worked through

    ... read more
  • Maintaing Perl 5: Grant Report for November 2014 Sat, 24-Jan-2015 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 38 tickets were reviewed, and 10 patches were applied. is interesting in the number of things that were wrong with the first test in t/op/utf8cache.t. This was reported by Daniel Dragan where op/utfcache.t was producing a an error message, but was still passing: bc. 1..15 is not recognized as an internal or external command, operable program or batch file. ok 1 ok

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 15 Tue, 20-Jan-2015 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent most of my time last month making the stderr of the perl build and test process less noisy, and for blead to build, test, and be stderr-clean under ASan -fsanitize=undefined. Quite a few of the fixes are on cpan/ code, so I haven't pushed those to blead, but rather to the branches davem/cpan-warn and davem/cpan-undef. and I've opened tickets sent notifications to the relevant CPAN

    ... read more
  • Improving Devel::Cover Grant Completed Tue, 30-Dec-2014 by Karen Pauley
    in: Grants

    Paul Johnson has successfully completed his "Improving Devel::Cover grant":http://news.perlfoundation.org/2012/04/grant-application-improving-de.html. I would like to thank Paul and his grant managers for all their work. I would also like to thank those who support the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund without your contributions we would not have been able to fund this project. Paul Johnson writes: In accordance with the terms of my grant from TPF this is the final report for

    ... read more
  • 3 Perl Interns Accepted for the Outreach Program for Women Tue, 16-Dec-2014 by Karen Pauley
    in: OPW

    The winter round of the "Outreach Program for Women":https://wiki.gnome.org/OutreachProgramForWomen/2014/DecemberMarch has begun and will run from the 9th December 2014 to the 9th March 2015. There are forty-four participants in this round and three of them will be working on Perl. When "we announced":http://news.perlfoundation.org/2014/09/outreach-program-for-women---w.html that we would be taking part in the program again we had funding for one intern. There is additional funding available for good candidates and thanks to

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 14 Mon, 15-Dec-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent nearly all my time last month developing a new tool for benchmarking perl itself, Porting/bench.pl. See "http://nntp.perl.org/group/perl.perl5.porters/222802":http://nntp.perl.org/group/perl.perl5.porters/222802 for the announcement. Summary bq. 2:00 /\G^/ seems abnormally slow 0:40 Memory leak in regex appears in 5.20.1> 0:43 Slow global pattern match in taint mode with input from utf8 41:22 create Porting/bench.pl 11:20 process p5p mailbox **56:05 TotaL As of 2014/11/30: since the beginning of the grant:

    ... read more
  • Maintaining Perl 5: Grant Report for October 2014 Thu, 04-Dec-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: This is the first monthly report for my fourth grant. Approximately 58 tickets were reviewed or worked on, and 11 patches were applied. is a bug that expresses itself as writing unexpected text after the text you expect to write, when writing to the Win32 console. This is caused by a bug in the Win32 WriteFile API, which returns the number of character written, rather than

    ... read more
  • Dave Mitchell's Grant Extended Sun, 30-Nov-2014 by Karen Pauley
    in: Grants

    I am pleased to announce that Dave Mitchell's "recent request":http://news.perlfoundation.org/2014/10/grant-extension-request-dave-m.html for an extension of his "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html grant has been successful. This extension will allow Dave to continue with this work for another 400 hours. Many thanks to everyone who provided feedback on this application and to 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
  • Maintaining the Perl 5 Core: Report for Month 13 Sun, 09-Nov-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: The main things I worked on this month were: set up the beginnings of a basic performance/optimisation testing infrastructure under t/perf/ investigated the performance of perl's string allocation and growing implementation, and came up with some suggested improvements

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 12 Tue, 28-Oct-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: The main things I worked on this month were: finished off making the op_private OP flags and data be auto-generated from a single consistent source. I started to investigate how the allocation and growing of strings interacts with COW and the underlying malloc library implementation reviewing, discussing, fixing up and applying Syber's method call optimisation work bq. 3:52 Bleadperl v5.21.1-120-g34dadc6 breaks SYOHEX/Text-Xslate-3.3.3.tar.gz 1:14 Memory leak oddities with

    ... read more
  • Grant Extension Request: Dave Mitchell Thu, 09-Oct-2014 by Karen Pauley

    Dave Mitchell has requested an extension of $20,000 for his "Maintaining the Perl 5 Core grant":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html. This will allow him to dedicate another 400 hours to this work. During this grant he sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog, the most recent of which are linked below: "Report for Month 11":http://news.perlfoundation.org/2014/10/maintaining-the-perl-5-core-re-9.html "Report for Month 10":http://news.perlfoundation.org/2014/08/maintaining-the-perl-5-core-re-8.html

    ... read more
  • Tony Cook's Grant Extended Tue, 07-Oct-2014 by Karen Pauley
    in: Grants

    I am pleased to announce that Tony Cook's "Maintaining Perl 5":http://news.perlfoundation.org/2014/03/grant-extension-request-from-t.html grant has been extended by another 400 hours. I would like to thank everyone who responded to the call for comments and who provided feedback on this grant extension. 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
  • Maintaining the Perl 5 Core: Report for Month 11 Sun, 05-Oct-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: The main things I worked on this month were: making the op_private OP flags and data be auto-generated from a single consistent source. Its actually complete now, although wasn't at the end of last month, which is the period this report covers. some more work on my OP_MULTIDEREF optimisation. The basic optimisation works, but it still needs work on being handled by B::* and by the use

    ... read more
  • Outreach Program for Women - Winter 2014 / 2015 Thu, 25-Sep-2014 by Karen Pauley
    in: OPW

    I am delighted to announce that the Perl Foundation will once again be taking part in the "GNOME Outreach Program for Women":http://gnome.org/opw/. The Outreach Program for Women was started by the GNOME Foundation in 2006 to encourage women to participate in the GNOME project. In the first round eight interns took part working from GNOME. This program has been expanded and in the last round, that took place this summer,

    ... read more
  • Outreach Program for Women: Intern's Summary Sun, 14-Sep-2014 by Karen Pauley
    in: OPW

    Pattawan Kaewduangdee writes: First of all, I would like to say thank you to "The Perl Foundation":http://www.perlfoundation.org/ for giving me such a great opportunity to work on "MetaCPAN":https://metacpan.org/ as an intern in the "GNOME Outreach Program for Women":http://gnome.org/opw/. MetaCPAN is a really friendly part of the Perl community where I have learnt a lot from smart and specialized Perl developers. While I was participating in the program I improved the

    ... read more
  • Grant Extension Request: Tony Cook Mon, 08-Sep-2014 by Karen Pauley
    in: Grants

    Tony Cook has requested an extension of $20,000 for his "Maintaining Perl 5 grant":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html. This grant has been running successfully since July 2013. The requested extension would allow Tony 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 posting reports on the p5p mailing list Tony provides detailed monthly reports, the most recent of

    ... read more
  • Maintaining Perl 5: Grant Report for Month 13 Mon, 08-Sep-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 22 tickets were reviewed or otherwise worked on, and 3 patches were applied. With this month I've exceeded the hours in my grant. Hours Activity 8.36 #121159 code, tests #121159 debugging, coding #121159 refactor, testing 0.50 #121404 fix, retest, apply to blead and comment 1.12 #122005 review is_common ptr_table_* code, produce a crash, comment 0.10 #122024 review and close 0.57 #122107 re-test, apply to blead, comment

    ... read more
  • Outreach Program for Women: Mentor's Summary Mon, 25-Aug-2014 by Karen Pauley
    in: OPW

    Randy Stauner writes: Thanks to the sponsorship of the Perl Foundation, this summer I had the pleasure of mentoring "Pattawan Kaewduangdee":http://oiami.blogspot.jp/ from Thailand as a "MetaCPAN":https://metacpan.org/ contributor through the "GNOME Foundation's Free and Open Source Program for Women":http://gnome.org/opw/. Pattawan was a great help to MetaCPAN and the Perl community. She's bright and ambitious and accomplished a lot during her internship. Her schedule adapted over the summer and she kept up

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 10 (July 2014) Sat, 09-Aug-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent July mainly processing my p5p mailbox, and looking at various bugs, especially ones which appear that they may be 5.20.0 regressions. Summary bq. 2:45 "Malformed UTF-8 character 1:41 Bad STORE call for tied hash 0:13 Possible regexp memory explosion in 5.20.0 1:28 OOK hack example in perlguts is outdated with COW 0:25 Pathological performance of a pattern match 0:30 cpan/Time-HiRes/t/itimer.t persistently fails with clang 2:24

    ... read more
  • Maintaining Perl 5: Grant Report for Month 12 Wed, 06-Aug-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 67 tickets were reviewed or otherwise worked on, and 11 patches were applied. I spent some more time on this month, finding a bug in pthreads on NetBSD. Thread specific storage should be initialized to NULL, but under some circumstances this doesn't happen on NetBSD, including NetBSD 6.1.3. This is apparently fixed in NetBSD current. I produced a candidate patch for this ticket, LeonT asked me

    ... read more
  • Maintaining Perl 5: Grant Report for Month 11 Mon, 04-Aug-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 63 tickets were reviewed or worked on, and 10 patches were applied. Probably the most interesting task this month was attempting to optimize regen/regcharclass.pl which became noticably slower when extra EBCDIC code pages were added to the build. Two fairly simple optimizations fell out of the profile from Devel::NYTProf. get_a2n and get_I8_2_utf were each called over 150,000 times, and returned their mappings as a list, while

    ... read more
  • Devel::Cover grant report May and June 2014 Sun, 03-Aug-2014 by Karen Pauley
    in: Grants

    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 May and June 2014. Actually, it's really only for May. I did some work on Devel::Cover in June, but I am not charging that to the grant, so the month referred to here is May. This month I released versions 1.14 and 1.15. Perls 5.20.0

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 9 (June 2014) Fri, 18-Jul-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent June mainly processing my p5p mailbox, and looking at various bugs, half of which appeared to be 5.20 regressions. Summary bq. 6:40 COWification seems expensive in PADMY variables 0:28 newSVpvf slow in perl 5.20.0 0:28 Benchmark.pm uses excessive CPU on OpenBSD 0:07 PL_sv_no weirdness 1:16 Bleadperl v5.21.0-274-ga7ab896 breaks SHURIKO/String-Simrank-0.079.tar.gz 1:39 Perl regression bug since 5.13.11 bq. 4.3 weeks 36.6 total hours 8.5 average hours per

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 8 (May 2014) Tue, 08-Jul-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I mainly spent May helping to get blead ready for release; in particular by trying to reduce smoke failures and by looking at 5.20 blocker tickets. Summary bq. 0:24 #95493 for Devel-Size: broken by bleadperl 1:00 #95940 for Cache-Mmap: Test suite segfaults with Perl 5.20.0-RC1 2:04 document/publicize THINKFIRST 1:15 Bleadperl v5.19.3-16-gce0d59f breaks the CPAN 2:10 Bleadperl v5.19.6-171-g437e3a7 breaks ROBIN/Want-0.21.tar.gz 4:08 COW related performance regression in 5.19 1:41

    ... read more
  • Maintaining Perl 5: Grant Report for Month 10 Tue, 08-Jul-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 80 tickets were reviewed or otherwise worked on, 1 change was applied to blead Hours Activity 3.11 #116925 review new discussion #116925 review discussion and update patch 0.47 #119425 review and comment 3.72 #119593 code review and debugging #119593 more debugging, review, produce patch and comment #119593 add explanation to patch 8.53 #121332 applying 5.21.1 blockers patches #121332 more 5.21.1 blockers #121332 apply more 5.21.1 blocker

    ... read more
  • Maintaining Perl 5: Grant Report for Month 9 Sun, 01-Jun-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 68 tickets were worked on, and 7 patches were applied. Jarkko starts his long stream of patches for Coverity issues this month, which I spent a lot of time reviewing. Hours Activity 3.87 #116925 reply to comments, work on patch changes #116925 reply to comments #116925 work on patch #116925 editing, comment with updated patch 1.40 #119949 review 5.18.3 blockers, backport fix and apply 0.35 #119973

    ... read more
  • Devel::Cover grant report April 2014 Tue, 27-May-2014 by Karen Pauley
    in: Grants

    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 April 2014. This month I released versions 1.10, 1.11, 1.12 and 1.13. I finished up the work I was doing to the test system. Part of this included improving the tests for merged databases, and imposing more of an ordering on STDOUT and STDERR within

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 7 (April 2014) Mon, 26-May-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I mainly spent April helping to get blead ready for release; in particular by trying to reduce smoke failures and by looking at 5.20 blocker tickets, including: Get PERL_GLOBAL_STRUCT and PERL_GLOBAL_STRUCT_PRIVATE builds to smoke successfully under ithreads: there were a number of race conditions. Fix a race condition in File-Glob/t/basic.t that caused occasional smoke failures. Stop t/run/locale.t from producing spurious warnings under some shells. Make ExtUtils::Install handle

    ... read more
  • Maintaining Perl 5: Grant Report for Month 8 Thu, 15-May-2014 by Karen Pauley

    Tony Cook writes: Approximately 16 tickets were reviewed or otherwise worked on. This is the start of my third grant. I mostly worked on 5.20 blockers for this week. |Hours Activity 0.37 #116296 review 1.52 #116925 research and write documentation, comment twice 0.08 #120670 comment and resolve 0.47 #120939 review latest patch and comment 0.45 #121198 work on patch to make croaks into warnings 0.35 #121335 comment 0.33 review 5.20

    ... read more
  • Outreach Program for Women Internship Begins in May Sat, 03-May-2014 by Karen Pauley
    in: OPW

    I would like to congratulate "Pattawan Kaewduangdee":http://oiami.blogspot.jp/ on her successful application to work with Perl in the current round of the "Outreach Program for Women":https://gnome.org/opw/. Pattawan will begin her internship working on "MetaCPAN":https://metacpan.org/ on May 19th with "Olaf Alders":http://blogs.perl.org/users/olaf_alders/ as her mentor. We wouldn't be able to take part in this program without the support of our sponsors or the support of the mentors. I would like to thank Olaf

    ... read more
  • Devel::Cover grant report March 2014 Tue, 29-Apr-2014 by Karen Pauley
    in: Grants

    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 March 2014. Those of you who have been paying close attention may have noticed that it has been some months since my last report. Unfortunately I got rather busy and Devel::Cover work was one of the casualties. However, with the approval of my grant managers

    ... read more
  • Tony Cook's Grant Extended Tue, 22-Apr-2014 by Karen Pauley
    in: Grants

    I am pleased to announce that Tony Cook's grant "Maintaining Perl 5":http://news.perlfoundation.org/2014/03/grant-extension-request-from-t.html grant has been extended by another 400 hours. Thank you to everyone who responded to the call for comments and who provided feedback on this grant extension. 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
  • Maintaining the Perl 5 Core: Report for Month 6 (March 2014) Wed, 09-Apr-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: Apart from a bit of time spent on a few miscellaneous bugs, I mainly continued working on refactoring re_intuit_start During the course of the month I merged two sets of commits back into blead. At this point I have now audited the whole of the body of code for general correctness, and in particular for utf8 bugs and inefficiencies, and for correct treatment of anchors, especially \G.

    ... read more
  • Grant Extension Request: Maintaining the Perl 5 Core Fri, 04-Apr-2014 by Karen Pauley

    As his "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html grant is about to be successfully completed, Dave Mitchell has requested an extension of $20,000. This will allow him to dedicate another 400 hours to this work. During this grant he sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog, the most recent of which are linked below: "Report for

    ... read more
  • Booking.com Donates to Perl 5 Core Maintenance Fund Wed, 02-Apr-2014 by Karen Pauley

    It is my pleasure to announce that "Booking.com":http://www.booking.com/ approached Karen Pauley, President of The Perl Foundation, to announce further sponsorship of the "Perl5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. Booking.com have been generous contributors and supporters of this fund since its inception and this latest generous support is for the incredible amount of €10,000 Booking.com have sponsored Perl events and initiatives for many years and have also been host to Perl events at

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 5 (Feb 2014) Tue, 18-Mar-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent about half my time last month continuing to work on fixing and refactoring the Perl_re_intuit_start function, which is the main run-time optimisation facility in the regex engine. My work so far was merged back into blead on 8th February; I've since done some more work which hasn't been pushed yet. I also fixed a regression in maint-5.18 regarding whether a variable is seen in a

    ... read more
  • Maintaining Perl 5: Grant Report for Month 7 Wed, 12-Mar-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 57 tickets were worked on, and 12 patches were applied. Probably the most interesting issue this month was diagnosing the HP-UX bus error in during regexp compilation, I won't repeat the diagnosis here, but it can be found at: "http://www.nntp.perl.org/group/perl.perl5.porters/2014/02/msg212925.html":http://www.nntp.perl.org/group/perl.perl5.porters/2014/02/msg212925.html with some on-point follow-ups from Nicholas Clark, Dave Mitchell and Yves Orton. This month brings the total hours spent on my second grant to 265.07 hours,

    ... read more
  • Grant Extension Request from Tony Cook Sun, 09-Mar-2014 by Karen Pauley

    Tony Cook has requested an extension of $20,000 for his "Maintaining Perl 5":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html grant. This grant has been running successfully since July 2013. The requested extension would allow Tony 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. Before we make a decision on this extension we would like to have a period of community consultation that

    ... read more
  • Outreach Program for Women 2014 Tue, 04-Mar-2014 by Karen Pauley
    in: OPW

    I am pleased to announce that we will once again be taking part in the "Outreach Program for Women.":https://wiki.gnome.org/OutreachProgramForWomen/2014/MayAugust#Participating_Organizations The application period is now open for women looking for a summer internship working on a Perl related project. The internship will take place from May 19th to August 18th 2014. The internship pays a stipend of $5,500 and the intern is expected to work full-time on the project. The deadline

    ... read more
  • QA Hackathon Travel Grants Sun, 02-Mar-2014 by Karen Pauley
    in: Grants

    I am pleased to announce that Ricardo Signes' "grant application":http://news.perlfoundation.org/2014/01/perl-5-grant-application-trave-2.html and David Golden's "QA Hackathon Travel Grant":http://news.perlfoundation.org/2014/02/perl-5-grant-application-trave-3.html application have been successful. I would like to thank everyone who provided feedback on these grants. The grants were awarded from our "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. If you wish to contribute to this fund please go to our "donation system":https://secure.donor.com/pf012/give or contact karen perlfoundation.org The "QA Hackathon":http://act.qa-hackathon.org/qa2014/ is a free of charge

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 4 (Jan 2014) Sun, 16-Feb-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent the majority of my time last month continuing to work on fixing and refactoring the Perl_re_intuit_start function, which is the main run-time optimisation facility in the regex engine. Part of my goal has been to simplify the structure of the code, which uses no large-scale structural features like while-loops, but instead relies on lots of labels and goto's. Ignoring the three "go here on failure"

    ... read more
  • Maintaining Perl 5: Grant Report for Month 6 Sat, 15-Feb-2014 by Karen Pauley
    in: Grants

    Tony Cook writes Approximately 45 tickets were worked on, and 13 patches were applied. I finally found the cause of and fixed

    ... read more
  • Perl 5 Grant Application: Travel to QA Hackathon Fri, 07-Feb-2014 by Karen Pauley
    in: Grants

    We have received the following Perl 5 grant application from David Golden. Before we vote on this proposal we would like to have a period of community consultation that will last seven days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name David Golden Project Title Perl QA Hackathon 2014 Amount Requested $1200 Synopsis This grant will be used

    ... read more
  • Google Summer of Code 2014 Tue, 04-Feb-2014 by Karen Pauley
    in: GSoC

    Mark Keating writes: The Perl Foundation are participating as a mentor organization in GSoC 2014! Student applications may be submitted starting March 10th and are due by March 21st, but students should start getting involved with their communities and the "TPF Summer of Code Students mailing list":https://groups.google.com/forum/#!forum/tpf-gsoc-students and start thinking about project ideas now. You can see a list of project ideas "here":http://wiki.enlightenedperl.org/gsoc2014/ideas. NOTE: Students are encouraged to come up

    ... read more
  • New Secretary Elected for the Grants Committee Sat, 01-Feb-2014 by Karen Pauley
    in: Grants

    We are pleased to announce that Makoto Nozaki has been elected as the new Secretary of the Grants Committee. Makoto has a background in project management and has been an integral part of the Grants Committee as a Grant Manager, where all of his managed grants have been completed successfully. The outgoing Secretary, Alberto Simões, has held this position since October 2007. We would like to thank Alberto for his

    ... read more
  • Perl 5 Grant Application: Travel to QA Hackathon Wed, 29-Jan-2014 by Karen Pauley
    in: Grants

    We have received the following Perl 5 grant application from Ricardo Signes. Before we vote on this proposal we would like to have a period of community consultation that will last seven days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Ricardo Signes Project Title Perl QA Hackathon 2014 Amount Requested $1200 Synopsis This grant will be used

    ... read more
  • Maintaining Perl 5: Grant Report for Month 5 Wed, 29-Jan-2014 by Karen Pauley
    in: Grants

    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
  • Maintaining the Perl 5 Core: Report for Month 3 (Dec 2013) Mon, 20-Jan-2014 by Karen Pauley

    Dave Mitchell writes: I spent the majority of my time last month working on a function called Perl_re_intuit_start in the regex engine. This function is one of the major optimisations in the regex engine. For each compiled pattern, it is noted what is the longest fixed and floating strings that must appear in the string for the match to succeed, along with what char class the pattern must start with.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 2 (Nov 2013) Tue, 14-Jan-2014 by Karen Pauley
    in: Grants

    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
  • Maintaining the Perl 5 Core: Report for Month 1 Wed, 11-Dec-2013 by Karen Pauley
    in: Grants

    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
  • Grant Extension Request - Maintaining Perl 5 Tue, 29-Oct-2013 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 22 Thu, 24-Oct-2013 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 21 Tue, 15-Oct-2013 by Karen Pauley
    in: Grants

    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
  • Maintaining Perl 5: Grant Report for Month 3 Sun, 29-Sep-2013 by Karen Pauley
    in: Grants

    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
  • Hague Grant Application Accepted Tue, 24-Sep-2013 by Karen Pauley
    in: Grants

    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
  • Maintaining Perl 5: Grant Report for Month 2 Mon, 02-Sep-2013 by Karen Pauley
    in: Grants

    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
  • Grant Application: Maintaining the Perl 5 Core Sun, 01-Sep-2013 by Karen Pauley
    in: Grants

    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
  • Maintaining Perl 5: Grant Report for Month 1 Fri, 09-Aug-2013 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5 Grant Extended Tue, 06-Aug-2013 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 20 Wed, 31-Jul-2013 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 19 Tue, 30-Jul-2013 by Karen Pauley
    in: Grants

    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
  • Hague Grant Application Wed, 24-Jul-2013 by Karen Pauley
    in: Grants

    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
  • Grant Extension Request - Improving Perl 5 Tue, 16-Jul-2013 by Karen Pauley
    in: Grants

    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
  • Tony Cook's Grant is Accepted Mon, 01-Jul-2013 by Karen Pauley
    in: Grants

    I am pleased to announce that The Perl Foundation has accepted Tony Cook's grant application for "Maintaining Perl 5":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html. As always the application was considered after a public consultation and feedback period. I would like to thank everyone who took the time to view, assess, and provide feedback on the application. This grant was awarded from money previously raised for the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund, an initiative maintained by

    ... read more
  • Improving Perl 5: Grant Report for Month 19 Wed, 12-Jun-2013 by Karen Pauley
    in: Grants

    Nicholas Clark writes: As per my grant conditions, here is a report for the April period. I started the month looking at the Unicode Names code. At Karl's suggestion I changed it to parse the UnicodeData.txt file properly. Previously it had hardcoded various constants, particularly related to the CJK ideographs and Hangul syllables. The CJK ranges in Unicode have increased in the past, and so it's possible that they will

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 39 Mon, 10-Jun-2013 by Karen Pauley
    in: Grants

    Dave Mitchell writes: This month was mostly spent on removing global state from the regex engine, making re-entrantcy less error-prone. The extract from the merge commit description below gives you all the details you could ever want. Apart from that I spent a few hours re-enabling Copy-on_Write by default post the 5.18.0 release, plus a few other bits and pieces. It turns out that I have finally used up all

    ... read more
  • Grant Application: Maintaining Perl 5 Sun, 19-May-2013 by Karen Pauley

    We have received the following grant application, under the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund, from Tony Cook. 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. Project Title: Maintaining Perl 5 Name: Tony Cook Synopsis Free up one of the Perl 5 core's contributors to

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 38 Fri, 10-May-2013 by Karen Pauley
    in: Grants

    Dave Mitchell writes: This month I worked on three 5.18 blocker tickets; all three being regressions related to my jumbo re_eval fix back in 5.17.1. The first, which I continued working on from last month, was the "Regexp::Grammars" bug. Basically, my reworking of the implementation assumed that a constant string segment like "foo" in /foo..../ would indeed be constant; but in the presence of bc. use overload::constant qr sub bless

    ... read more
  • Improving Perl 5: Grant Report for Month 18 Thu, 25-Apr-2013 by Karen Pauley

    Nicholas Clark writes: gcc 4.8.0 was released on 22nd March. This version of gcc has integrated Address Sanitizer, a Google project to provide a fast runtime heap and stack validation tool. I set it off building gcc from source, which pleasingly worked first time on the system I chose for the task. In turn blead built with it without problems, which is good in itself, and a known good starting

    ... read more
  • Outreach Program for Women Moves Forward with €1000 Pledge Mon, 22-Apr-2013 by Karen Pauley

    TPF is looking for contributions to the Outreach Program for Women and I am pleased to announce that Renée Bäcker has started us off with a pledge of 1000 Euros. Together with existing funding this gets us one intern so far in the first round, and a opening for the second. Now we need additional generous donations to keep this rolling. If you would like to donate to this program

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 37 Mon, 22-Apr-2013 by Karen Pauley

    Dave Mitchell writes: This month I mainly worked on one of the 5.18 blocker tickets; in this case how bq. overload::constant qr sub interacts with "constant" regexes such as qr/foo/ and qr/foo if the sub replaces constant strings like "foo" with an overloaded object. It turns out this was something I hadn't anticipated in my re_eval reworking, and my code didn't handle it at all well. I'm now about 3/4

    ... read more
  • Improving Perl 5: Grant Report for Month 17 Mon, 22-Apr-2013 by Karen Pauley

    Nicholas Clark writes: As per my grant conditions, here is a report for the February period. The first significant thing I worked on in February was a detailed review of Peter Martini's work towards an API for subroutine signatures. In particular, I wondered how much of the existing call checker hooks they could use. In turn, I wondered whether the call checker hooks were robust against some of the torture

    ... read more
  • Outreach Program for Women Wed, 27-Mar-2013 by Karen Pauley
    in: OPW

    I am pleased to announce that we will be taking part in the next round of the "Free and Open Source Outreach Program for Women.":https://live.gnome.org/OutreachProgramForWomen This successful program was started in 2006 by the GNOME Foundation to encourage women to participate in the FOSS community. This round of the program is open to women looking for internships between June and September of 2013. Full details of the eligibility requirements can

    ... read more
  • Fixing Perl5 Core Bugs: Report for Months 35 & 36 Mon, 25-Mar-2013 by Karen Pauley

    Dave Mitchell writes: Got out of the habit of fixing bugs for the last couple of months. Spent most of the time that I was able to devote to perl mainly doing other stuff; in particular, pumpkining the 5.14.4 security release, and trying to keep up-to-date with my p5p inbox, which seems to be a full-time job these days. Hopefully I'll be able to put lots of effort into working

    ... read more
  • Improving Perl 5 Grant Extended Mon, 04-Mar-2013 by Karen Pauley

    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 this "request":http://news.perlfoundation.org/2013/02/grant-extension-request---impr-3.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
  • Perl 5 Grant Application Accepted Mon, 25-Feb-2013 by Karen Pauley

    I am pleased to announce that Ricardo Signes's "grant application":http://news.perlfoundation.org/2013/02/perl-5-grant-application-trave-1.html for travel to the "Perl QA Hackathon":http://2013.qa-hackathon.org/qa2013/ has been accepted. I would to thank everyone who took the time to provide feedback on this grant application. The Perl QA Hackathon is taking place in Lancaster from Friday April 12th to Sunday April 14th 2013. If you would like to contribute directly to the 2013 Perl QA Hackathon they are "accepting

    ... read more
  • Improving Perl 5: Grant Report for Month 16 Tue, 19-Feb-2013 by Karen Pauley

    Nicholas Clark writes: As per my grant conditions, here is a report for the January period. After catching up with some of the e-mail backlog, I tried having another prod at the awkward clang/ASAN problem described last month. It turned out that I missed something. Key to replicating the problem was that one must turn on clang's optimiser. Of course, trying to debug a problem in the C code, I'd

    ... read more
  • Perl 5 Grant Application: Travel to QA Hackathon Tue, 05-Feb-2013 by Karen Pauley

    We have received the following Perl 5 grant application from Ricardo Signes. Before we vote on this proposal we would like to have a period of community consultation that will last seven days. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Ricardo Signes Project Title Perl QA Hackathon 2013 Amount Requested: $1200 Synopsis This grant will be used

    ... read more
  • Grant Extension Request - Improving Perl 5 Tue, 05-Feb-2013 by Karen Pauley

    Dr. 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 started in September 2011 and is on track to finish successfully in February 2013. 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

    ... read more
  • Fixing Perl5 Core Bugs: Report for Months 33 & 34 Tue, 15-Jan-2013 by Karen Pauley

    Dave Mitchell writes: The first part of November was spent finishing off the PADRANGE optimisation and merging it into blead. Here's the commit message. After it, I'll discuss timings. bq. add PADRANGE op and $B::overlay bq. This commit implements three optimisations and one new feature. bq. The new feature is $B::overlay, which can be set to a hash ref, indexed by op address, that allows you to override the values

    ... read more
  • Improving Perl 5: Grant Report for Month 15 Mon, 14-Jan-2013 by Karen Pauley

    Nicholas Clark writes: As per my grant conditions, here is a report for the December period. A frustrating month. Having completed the investigation into the state of hashing described in November's report, and becoming comfortable that it wasn't likely to explode without warning, I turned to dealing with the backlog of everything else. Given that I've only been able to do about 2 weeks' work in the past 2 months,

    ... read more
  • Improving Perl 5: Grant Report for Month 14 Tue, 04-Dec-2012 by Karen Pauley

    Nicholas Clark writes: As per my grant conditions, here is a report for the November period. There was no report for October, as I wasn't able to do any work, due to an unforseen bureaucratic trip hazard. An "interesting" surprise emerged as a side effect of moving. It turned out that I need some paperwork to comply with something about three levels of prerequisites back from what I actually need

    ... read more
  • Grant Report: Implementation of Macros in Rakudo Sun, 02-Dec-2012 by Karen Pauley

    Carl Mäsak writes: This is a report on the progress that I have made with my current Hague Grant, Implementation of macros in Rakudo. We're now at the halfway point of the grant, and Rakudo has an early, working implementation of macros. Here is the status of the deliverables identified in the original report: **D1. Completed. In Rakudo, you can now declare macros just like you declare ordinary subroutines. There's

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 32 Mon, 26-Nov-2012 by Karen Pauley

    Dave Mitchell writes: As per my grant conditions, here is a report for the October period. Last month was mostly spent continuing to work on the PADRANGE optimisation. The work is actually complete now, but was finished after the end of this report's scope, so will be covered in more detail in next month's report. Apart from working the PADRANGE optimisation itself, the work triggered some other pieces of work,

    ... read more
  • Improving Perl 5 Grant Extended Sun, 21-Oct-2012 by Karen Pauley

    I'm pleased to announce the Nicholas Clark's request for an extension to his "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html grant has been approved. The extension will allow Nicholas to dedicate another 400 hours to this important work. I would like to thank everyone who provided feedback on this request and to 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
  • Grant Extension Request - Improving Perl 5 Mon, 08-Oct-2012 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 13 Thu, 04-Oct-2012 by Karen Pauley
    in: Grants

    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
  • Fixing Perl5 Core Bugs: Report for Month 31 Wed, 03-Oct-2012 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 12 Mon, 17-Sep-2012 by Karen Pauley
    in: Grants

    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
  • Fixing Perl5 Core Bugs: Report for Months 29 & 30 Wed, 12-Sep-2012 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 11 Mon, 03-Sep-2012 by Karen Pauley
    in: Grants

    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
  • Interim Grant Report: Lists, Iterators, and Parcels Tue, 31-Jul-2012 by Karen Pauley
    in: Grants

    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
  • Improving Perl 5: Grant Report for Month 10 Thu, 26-Jul-2012 by Karen Pauley
    in: Grants

    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
  • Fixing Perl5 Core Bugs: Report for Month 28 Fri, 13-Jul-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the June period. This month saw the final merging of my re_eval branch back into blead, and incorporated in the 5.17.1 release. This consisted of about 125 commits, spread out over a year. The remainder of the month was spent fixing some of the issues thrown up by the new implementation. Some highlights of the new implementation

    ... read more
  • Perl 5 Core Maintenance Grants Extended Tue, 10-Jul-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that we have extended Dave Mitchell's "Fixing Perl 5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant and Nicholas Clark's "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html grant. This will allow them both to spend another 400 hours improving the Perl 5 core. I would like to thank the community members who took time to provide feedback on this proposal and all those who have made donations to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund.

    ... read more
  • Hague Grant Completed by Jonathan Worthington Sat, 07-Jul-2012 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: This is the final report for my Hague Grant on "Meta-model Improvements and Natively Typed Attributes":http://news.perlfoundation.org/2010/07/hague-grant-application-meta-m.html. There was also an "intermediate progress report":http://news.perlfoundation.org/2011/05/interim-grant-report-meta-mode.html. At the point of the intermediate progress report, a new version of NQP had been delivered. Its objects were implemented in terms of a new meta-object system, developed with the needs of Perl 6 in mind. However, at that point Rakudo had not started

    ... read more
  • Grant Extension Request - Improving Perl 5 Tue, 26-Jun-2012 by Karen Pauley
    in: Grants

    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. The grant, that is currently running, is on track to finish successfully at the end of June. This extension would allow Nicholas to devote another 400 hours to the project. Details of the recent work completed can be found in the following blog posts: "March 2012":http://news.perlfoundation.org/2012/04/improving-perl-5-grant-report-4.html "April 2012":http://news.perlfoundation.org/2012/06/improving-perl-5-grant-report-5.html "May 2012":http://news.perlfoundation.org/2012/06/improving-perl-5-grant-report-6.html Before we make a decision on

    ... read more
  • Improving Perl 5: Grant Report for Month 9 Tue, 26-Jun-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: Possibly the most unexpected discovery of May was determining precisely why Merijn's HP-UX smoker wasn't able to build with certain configuration options. The output summary grid looked like this, which is most strange: @O OK F Failure extended report at the bottom@ @X Failure under TEST but not under harness@ still running or test results not available@ @Build failures during: unknown or N/A@ @c Configure, m make,

    ... read more
  • Fixing Perl5 Core Bugs - Grant Extension Requested Mon, 25-Jun-2012 by Karen Pauley
    in: Grants

    Dave Mitchell has requested an extension of $20,000 for his "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant. During this grant he has sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog. He has also provided a short summary of the work he completed during his "last extension":http://news.perlfoundation.org/2011/10/fixing-perl5-core-bugs-grant-e.html: My previous $20K extension has, over the last 9 months, been spent

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 27 Sun, 10-Jun-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the May period. This month I continued to rework how the code blocks in are actually invoked, and the work is mostly finished. In particular, no longer SEGV; recursive calling etc works; paren captures work correctly in the presence of recursive and nested and I also found and fixed some buggy behaviour of $^N and when backtracking

    ... read more
  • Hague Grant Report: Structured Error Messages Sat, 09-Jun-2012 by Karen Pauley
    in: Grants

    Moritz has completed his grant and provided the following closing report. Moritz Lenz writes: After working for more than a year on my "grant on exceptions":http://news.perlfoundation.org/2011/02/hague-grant-application-struct.html, I am now confident that I have done all that I have promised, and can now close the grant. Deliverables A short summary of what I did for each deliverable follows D1: Specification "S32::Exception":http://perlcabal.org/syn/S32/Exception.html contains my work in this area. It provides information about

    ... read more
  • Grant Accepted: Improving Cross compilation of Perl 5 Tue, 05-Jun-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Jess Robinson's grant application, "Improving Cross compilation of Perl 5":http://news.perlfoundation.org/2012/05/grant-application-improving-cr.html, has been successful. This grant will be managed by Tom Hukins and Renee Bäcker. I would like to thank everyone who provided feedback on this grant, both on our blog and during the consultation phase.

    ... read more
  • Improving Perl 5: Grant Report for Month 8 Sun, 03-Jun-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: The largest part of of the month was spent on various topics related to cleaning up the build process. In particular, simplifying the top-level Makefile, by removing duplication and self-recursion. On platforms that run Configure the Makefile is extracted from a shell script Makefile.SH. Most of it is written out verbatim, but there is some shell logic to generate OS or configuration specific code. In turn that

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 26 Sun, 03-Jun-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the April period. Mostly spent the month improving how the code blocks in are actually invoked. Previously a proper entry wasn't made on the context stack, so things like caused erratic behaviour, and even seg faults. My new method makes use of the MULTICALL API rather than having its own hand-rolled implementation, so it benefits from code

    ... read more
  • Grant Accepted: Improving Devel::Cover Wed, 02-May-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Paul Johnson's grant application, "Improving Devel::Cover":http://news.perlfoundation.org/2012/04/grant-application-improving-de.html, has been successful. The grant will be split in two phases, the second phase starting after the completion of the first. I would like to thank everyone who provided feedback on this grant, both on our blog and during the consultation phase.

    ... read more
  • Grant Application: Improving Cross compilation of Perl 5 Tue, 01-May-2012 by Karen Pauley
    in: Grants

    We have received the following grant application under the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund from Jess Robinson. 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: Jess Robinson Project Title: Improving Cross compilation of Perl 5 Synopsis: Perl 5 has several scripts and tools

    ... read more
  • Improving Perl 5: Grant Report for Month 7 Thu, 12-Apr-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: A short report this month as less work got done, due to illness and disruption. The single largest item of the month was spent getting my head around the state of cross compilation. Mostly this was figuring out the history and state of various cross compilation approaches in the core codebase, to help Jess Robinson refine a potential TPF grant application for cross compilation At the time

    ... read more
  • Improving Perl 5: Grant Report for Month 6 Wed, 11-Apr-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: Sorry for the delay in this report I've been ill, been away, been ill while away, and generally disrupted, and I wasn't the only one ill in the house. Fortunately everyone is well again, and the backlog of other tasks is considerably reduced. Zombie undead global backref destruction panics strike again. I don't know what it is with these critters, but another variant turned up, in almost

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 25 Tue, 10-Apr-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the March period. Spent the month successfully bringing run-time regex code blocks into the new way of doing things. My previous work on this had handled the cases where the code appears within a literal regex, e.g. bq. /ab $r qr/xy /z$r/; In all the above cases, the code block is parsed and compiled by the

    ... read more
  • Grant Application: Improving Devel::Cover Tue, 03-Apr-2012 by Karen Pauley
    in: Grants

    We have received the following grant application from Paul Johnson. 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: Paul Johnson Project Title: Improving Devel::Cover Synopsis: In the past few months Booking.com has donated €100,000 to The Perl Foundation to aid the further development

    ... read more
  • Improving Perl 5 - Grant Extended Thu, 29-Mar-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Nicholas Clark's "request":http://news.perlfoundation.org/2012/02/grant-extension-request---impr.html to extend his "Improving Perl 5 grant":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html has been successful. This extension would not have been possible without the generous contributions that have been made to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. I would like to thank everyone who has supported this fund and in particular "Booking.com":http://www.booking.com/, "cPanel":http://www.cpanel.net/, "craigslist":http://www.craigslist.org/, "Dijkmat":http://www.dijkmat.nl/, "Liquid Web":http://www.liquidweb.com/, "Net-A-Porter":http://www.net-a-porter.com/, the "Oslo Perl Mongers":http://oslo.pm.org/, "perl-services.de":http://www.perl-services.de/, and the "Vienna

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 24 Mon, 26-Mar-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the February period. I spent a couple of days rebasing my davem/re_eval branch to incorporate recent changes to blead, but apart from that didn't do anything, due to a mixture of illness, being stuck, and doing other things. The good news is that the illness and stuck-ness are both ended, so I have started work on the

    ... read more
  • Grant Extension Request - Improving Perl 5 Sun, 26-Feb-2012 by Karen Pauley
    in: Grants

    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. The grant, that is currently running, is on track to finish successfully at the end of March. This extension would allow Nicholas to devote another 400 hours to the project. Details of the work completed so far can be read in the following blog posts: "Month 1":http://news.perlfoundation.org/2011/10/improving-perl-5-report-for-mo.html "Month 2":http://news.perlfoundation.org/2011/11/improving-perl-5-report-for-mo-1.html "Month 3":http://news.perlfoundation.org/2011/12/improving-perl-5-grant-report.html "Month 4":http://news.perlfoundation.org/2012/01/improving-perl-5-grant-report-1.html "Month 5":http://news.perlfoundation.org/2012/02/improving-perl-5-grant-report-2.html Before

    ... read more
  • Perl 5 Grant Application Accepted Mon, 20-Feb-2012 by Karen Pauley
    in: Grants

    I am pleased to announce that Ricardo Signes's grant application for "travel to the QA Hackathon":http://news.perlfoundation.org/2012/01/perl-5-grant-application-trave.html has been accepted. 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. If you would like to contribute directly to the "2012 Perl QA Hackathon":http://2012.qa-hackathon.org/qa2012/ they are accepting "donations":http://2012.qa-hackathon.org/qa2012/donate.html.

    ... read more
  • Improving Perl 5: Grant Report for Month 5 Fri, 17-Feb-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: I finally got time to address the weak reference global destruction "panic" described in November's report. Now understanding the problem, the interim fix seemed clean and fast to implement. Of course no plan survives contact with the enemy. In this case, fixing the first panic revealed a second panic at a different point in the code. In turn, that took a lot of time to nail down

    ... read more
  • Perl 5 Grant Application: Travel to QA Hackathon Tue, 31-Jan-2012 by Karen Pauley
    in: Grants

    We have received the following Perl 5 grant application from Ricardo Signes. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Ricardo Signes Project Title Perl QA Hackathon 2012 Amount Requested: $900 Synopsis This grant will be used to pay for travel

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 22 Mon, 30-Jan-2012 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the December period. Spent it continuing my overhaul of the re_eval mechanism. This month I finished off fixing literal code blocks within patterns; that is to say, in all places where a code block appears literally within a quoted-regex context in perl source, that code block will only be compiled once, at the same time as the

    ... read more
  • Improving Perl 5: Grant Report for Month 4 Sun, 08-Jan-2012 by Karen Pauley
    in: Grants

    Nicholas Clark writes: The start of December was mostly spent unpicking and simplifying how embed.h is included in perl.h. embed.h is one of the core's generated headers, containing C pre-processor directives to simplify use of the C API functions, by wrapping them such that the programmer doesn't need to deal with the implementation details of ithreads. Over the years, embed.h has come to be included by perl.h in 4 different

    ... read more
  • Perl.com Wants Your Articles! Thu, 05-Jan-2012 by Karen Pauley

    chromatic writes: Last year Perl.com came back to life, this time under the guidance of The Perl Foundation. We're glad to be back, publishing tips, tricks, and tutorials for novices, dabblers, and professionals alike! We've already published some great articles, but we need your help. What cool things are you doing with Perl in your work? What clever hacks have you perpetuated as you play? Which module did you just

    ... read more
  • Improving Perl 5: Grant Report for Month 3 Tue, 13-Dec-2011 by Karen Pauley
    in: Grants

    Nicholas Clark writes: A fair chunk of November was spent on disentangling pod/buildtoc Originally pod/buildtoc was a script run by the pumpking to rebuild pod/buildtoc.pod, and pod/buildtoc.pod was shipped in the distribution. In 2003 I extended it to add code to regenerate the lists of Pod files in various Makefiles, which were repetitive to maintain manually, and contained several errors where particular files were omitted. The assumption was that pod/buildtoc

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 21 Tue, 13-Dec-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the November period. Spent it continuing my overhaul of the re_eval mechanism. This month I made literal code blocks work properly within runtime patterns, i.e. /$runtime I also made it so that qr//'s embedded within other patterns are no longer simply stringified and interpolated into the new pattern; instead, any code blocks within the qr are

    ... read more
  • Improving Perl 5 Grant Extended Thu, 08-Dec-2011 by Karen Pauley
    in: Grants

    I am happy to announce that Dr. Nicholas Clark's request for an extension of his "Perl 5 Core Maintenance Grant":http://www.perlfoundation.org/perl_5_core_maintenance_fund, "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html, has been accepted. This extension will allow Nicholas to spend another 400 hours working on the Perl 5 core. Since the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund was created in June we have raised a total of $58,856. I would like to thank everyone who has supported this

    ... read more
  • Hague Grant Application: PL/Perl6 Infrastructure and Improvements Mon, 21-Nov-2011 by Karen Pauley
    in: Grants

    We have received the following "Hague Grant":http://www.perlfoundation.org/ian_hague_perl_6_development_grants application from Jonathan "Duke" Leto. 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. Name Jonathan "Duke" Leto Project Title PL/Perl6 Infrastructure and Improvements Synopsis The proposed grant would support the development of PL/Perl6,

    ... read more
  • Improving Perl 5: Grant Extension Fri, 18-Nov-2011 by Karen Pauley
    in: Grants

    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. The grant, that is currently running, is on track to finish successfully at the end of November. Before we make a decision on this extension we would like to have a period of community consultation, which will last for seven days. Please leave feedback in the comments or if you prefer send email with your comments

    ... read more
  • Hague Grant Accepted: Implementation of Macros in Rakudo Thu, 03-Nov-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Carl Mäsak's Hague Grant application, "Implementation of macros in Rakudo":http://news.perlfoundation.org/2011/09/hague-grant-application-implem.html, has been accepted. I would like to thank everyone who provided feedback on this 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
  • Improving Perl 5: Report for Month 2 Thu, 03-Nov-2011 by Karen Pauley
    in: Grants

    Nicholas Clark writes: As per my grant conditions, here is a report for the October period. automating git bisect: I continued the work I started at the end of September to automate the use of git bisect. My hope is that it's now easy enough for anyone who finds a core perl behaviour change that affects them to use it to find the commit that caused it and the associated

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 20 Thu, 03-Nov-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the October period. Spent it mainly working on fixing literal code within runtime and qr//, e.g. /$runtime Over the last month I have averaged 15.4 hours per week. As of 2011/10/31: since the beginning of the grant: 86.4 weeks 957.8 total hours 11.1 average hours per week Since the recent extending of the

    ... read more
  • Fixing Perl5 Core Bugs Grant Extended Mon, 17-Oct-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Dave Mitchell's request to have his "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant "extended":http://news.perlfoundation.org/2011/09/fixing-perl5-core-bugs---grant-1.html has been successful. This extension would not have been possible without the generous contributions that have been made to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. I would like to thank everyone who has supported this fund and in particular "Booking.com":http://www.booking.com/, "cPanel":http://www.cpanel.net/, "Dijkmat":http://www.dijkmat.nl/, "Liquid Web":http://www.liquidweb.com/, "Net-A-Porter":http://www.net-a-porter.com/, the "Oslo Perl Mongers":http://oslo.pm.org/, "perl-services.de":http://www.perl-services.de/, and the

    ... read more
  • Improving Perl 5: Report for Month 1 Mon, 17-Oct-2011 by Karen Pauley
    in: Grants

    Nicholas Clark writes: As per my grant conditions, here is a report for the September period. Highlights are: POSIX: POSIX::Termios and POSIX::SigSet no longer crash with ithreads The XS code has been refactored to reduce the size of the shared object by about 12%, with no change in functionality. More POSIX functions now have tests. Storable: Should now pass tests with older version of Test::More Should now build all the

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 19 Tue, 11-Oct-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the September period. Spent it mainly continuing to work on fixing the design flaws in re_evals I'm currently working on literal code within qr//. Over the last month I have averaged 6.5 hours per week. As of 2011/09/30: since the beginning of the grant: 82.4 weeks 892.9 total hours 10.8 average hours per week

    ... read more
  • Fixing Perl5 Core Bugs - Grant Extension Requested Tue, 27-Sep-2011 by Karen Pauley
    in: Grants

    Dave Mitchell has requested an extension of $20,000 for his "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant. During this grant he has sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog. He has also provided the following summary of his work to date: In the course of the last year and a half, I have closed 68 bug tickets

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 18 Mon, 26-Sep-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the August period. Spent it mainly working on fixing the design flaws in re_evals I now have it mostly fixed for the literal and non-qr case, in the branch davem/re_eval Over the last month I have averaged 14 hours per week. As of 2011/08/31: since the beginning of the grant: 77.4 weeks 864.2 total hours

    ... read more
  • Hague Grant Application: Implementation of Macros in Rakudo Thu, 08-Sep-2011 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Carl Mäsak. Before we vote on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Carl Mäsak Project Title Implementation of macros in Rakudo Synopsis This project will provide Rakudo Perl with AST-based macros. Recently I started discussing

    ... read more
  • Perl 5 Core Maintenance Grant Accepted Mon, 05-Sep-2011 by Karen Pauley
    in: Grants

    I am happy to announce that Dr. Nicholas Clark's grant proposal, "Improving Perl 5":http://news.perlfoundation.org/2011/08/grant-proposal-improving-perl.html, has been accepted. Thanks goes to the community members who took time to provide feedback on this proposal, to Jesse Vincent, and to all those who have made donations to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 17 Tue, 23-Aug-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the July period. Spent it mainly working on fixing the design flaws in re_evals Over the last month I have averaged 6 hours per week. As of 2011/07/31: since the beginning of the grant: 73.0 weeks 799.0 total hours 10.9 average hours per week There are 101 hours left on the grant. Report for period 2011/07/01 to

    ... read more
  • Grant Proposal: Improving Perl 5 Sun, 21-Aug-2011 by Karen Pauley
    in: Grants

    Nicholas Clark has submitted a grant proposal under our new "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. 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: Dr. Nicholas Clark Contact Information: IRC: nicholas Email: nick@ccl4.org Project Title: Improving Perl 5 Synopsis: Free up one of the

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 16 Tue, 26-Jul-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the June period. Bit of a sparse month. Fixed or otherwise closed a few security-related tickets and a few other misc bits and pieces, but spent quite a bit of time on perl-related but not TPF-grant-related stuff: reducing random smoke test failures and refactoring the numeric ops. Over the last month I have averaged 4 hours per

    ... read more
  • Successful Grant Application Tue, 19-Jul-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Patrick Michaud's Hague Grant application for a "travel grant ":http://news.perlfoundation.org/2011/07/hague-grant-application-travel.html to attend "YAPC::EU":http://yapceurope.lv/ye2011/ has been accepted. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Hague Grant Application: Travel to YAPC::EU Wed, 06-Jul-2011 by Karen Pauley
    in: Grants

    We have received a request from Patrick Michaud asking for a travel grant to enable his attendance at "YAPC::EU":http://yapceurope.lv/ye2011/ which is taking place in Riga during August. As well as attending and "speaking":http://yapceurope.lv/ye2011/talk/3520 at the conference this would give Patrick the opportunity to participate in an all-day "Perl 6 hackathon":http://yapceurope.lv/ye2011/talk/3388 scheduled for the Saturday before the conference. Patrick is the lead architect, developer, and project manager for what is now

    ... read more
  • Vienna.pm Donates Up To $10,000 Tue, 28-Jun-2011 by Karen Pauley
    in: Grants

    This week during "YAPC::NA":http://www.yapc2011.us/yn2011/ we announced the launch of a new fundraising drive to raise money for the "maintenance and improvement":http://www.perlfoundation.org/perl_5_core_maintenance_fund of the Perl 5 core. I am delighted to announce that "Vienna.pm":http://vienna.pm.org/ have offered to kick-start this fund by offering matched funding for the first $10,000 of sponsorship that is raised. The Perl Foundation would like to thank Vienna.pm for their generous contribution.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 15 Thu, 16-Jun-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the May period. I spent the month working on two bugs: making sv_clear non-recursive when freeing HVs 58:35 Total Numbers of tickets closed: bq. 2 tickets closed that have been worked on 1 tickets closed related to bugs that have been fixed 0 tickets closed that were reviewed but not worked on 3 Total Short Detail

    ... read more
  • Interim Grant Report: Meta-model Improvements and Natively Typed Attributes Thu, 26-May-2011 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: This is a report on the progress that I have made with my current Hague Grant, "Meta-model Improvements and Natively Typed Attributes":http://news.perlfoundation.org/2010/07/hague-grant-application-meta-m.html. My previous Hague Grants and much of the work on Rakudo up until the Rakudo Star release have had a focus on implementing Perl 6 language features, gradually building towards a compiler with more and more coverage of the language. Since the Rakudo Star release,

    ... read more
  • Six TPF Projects Accepted for Google Summer of Code Thu, 05-May-2011 by Karen Pauley
    in: GSoC

    I would like to congratulate the six students who were accepted to work with The Perl Foundation for this year's Google Summer of Code. The successful students and projects are: "André Walker Rework Catalyst component setup code":http://perl.andrewalker.net/proposal-rework-catalyst-component-setup-code/ Mentored by Tomas Doran and Eden Cardim "Brian Neil Fraser Making the Perl Core UTF-8 clean":http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/hugmeir/1 Mentored by Florian Ragwitz and Zefram "Carlos Ivan Sosa Removing the upgrading necessity of the Dancer script

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 14 Tue, 03-May-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the April period. Again, I concentrated on bugs that were 5.14 blockers, and also spent a fair amount of time working to reduce smoke failures, which isn't being charged to the grant, as that work wasn't done against RT tickets. Over the last month I have averaged 8 hours per week. As of 2011/04/30: since the beginning

    ... read more
  • New Marketing Committee Chair Tue, 03-May-2011 by Karen Pauley
    in: Marketing

    I am pleased to announce that Mark Keating is joining TPF as the chair of the marketing committee. Mark is well known in the Perl community for his work with the Enlightened Perl Organisation, NorthWestEngland.pm, and the London Perl Workshop. His interest and enthusiasm in promoting Perl can clearly be seen through his blogging and the numerous projects he has worked on in the past couple of years. I am

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 13 Wed, 13-Apr-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the March period. I concentrated on bugs that were 5.14 blockers, and also spent a fair amount of time working to reduce smoke failures, which isn't being charged to the grant, as that work wasn't done against RT tickets. Over the last month I have averaged 5 hours per week. As of 2011/03/31: since the beginning of

    ... read more
  • Structured Error Message Grant Accepted Mon, 04-Apr-2011 by Karen Pauley
    in: Grants

    I am pleased to announce that Moritz Lenz's Hague Grant for "Structured Error Messages":http://news.perlfoundation.org/2011/02/hague-grant-application-struct.html has been accepted. Will Coleda has agreed to be the grant manager for this project. We received a lot of positive feedback regarding this grant and we are delighted that we are able to fund this work. If you would like to help fund grants like this or any of our other projects please visit "https://donate.perlfoundation.org":https://donate.perlfoundation.org/.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 12 Sun, 20-Mar-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the February period. Spent most of the month fixing many taint issues associated with s///, which I discovered as a side-effect of looking into the \p{$tainted} issue. Over the last month I have averaged 13 hours per week. Over the 50 weeks of the grant I have done 639 hours, averaging 12.8 hours per week. There are

    ... read more
  • Hague Grant Application: Structured Error Messages Wed, 23-Feb-2011 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Moritz Lenz. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Moritz Lenz Project Title Structured Error Messages: Design and Implementation Synopsis A system for error messages will be designed, and implemented in

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 11 Mon, 14-Feb-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the January period. Tinkered a bit more with overloading and tieing, and worked on the security issues associated with user-defined \p{} properties. Over the last month I have averaged 10 hours per week. Over the 47 weeks of the grant I have done 585 hours, averaging 12.4 hours per week. There are 315 hours left on the

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 10 Tue, 04-Jan-2011 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the December period. Tinkered a bit more with overloading and tieing. Over the last month I have averaged 5 hours per week, mainly due to Christmas. Over the 43 weeks of the grant so far, I have done 548 hours, averaging 12.7 hours per week. There are 352 hours left on the grant. Report for period 2010/12/01

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 9 Tue, 28-Dec-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the November period. Nearly all the month was spent on one bug, which was to make PerlIO minimally re-entrant bq. 0:00 diagnosing bugs 46:40 fixing bugs 7:45 reviewing other people's bug fixes 0:00 reviewing ticket histories 0:00 review the ticket queue 54:25 Total Numbers of tickets closed: bq. 2 tickets closed that have been worked on 0

    ... read more
  • Fixing Perl5 Core Bugs - Grant Extended Tue, 21-Dec-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Dave Mitchell's "grant":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html has been extended by another $20,000. I would like to thank Dave for his great work so far. I would also like to thank his grant managers Jesse Vincent and Marcus Holland-Moritz, and "Booking.com":http://www.booking.com/, whose generous contribution to TPF has allowed us to fund this grant. To date this grant has allowed Dave to spend around 520 hours working on and

    ... read more
  • TPF to Participe in Google Code-In Tue, 16-Nov-2010 by Karen Pauley

    Jonathan Leto writes: I'm excited to announce that "Parrot Foundation":http://parrot.org/ and "The Perl Foundation":http://perlfoundation.org/ have been accepted as "organizations in Google Code-In 2010":http://socghop.appspot.com/gci/org/show/google/gci2010/parrot_perl_foundations! "Google Code-In":http://socghop.appspot.com/gci/program/home/google/gci2010 is a contest, similar to "Google Summer of Code":http://socghop.appspot.com/gsoc/program/home/google/gsoc2010, where Google pays students aged 13-18 to do tasks designed by open source communities, while learning about open source. Google pays for the work to be done, and we get new members to our communities, while

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 8 Fri, 12-Nov-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the October period. Mostly worked on leak/refcount/malloc bugs this month. Over the first 34 weeks I have now averaged about 14 hours per week, less than the nominal 20. I have used up approx 93% of the hours allocated to the grant. Report for period 2010/10/01 to 2010/10/31 inclusive Summary Effort bq. 13:55 diagnosing bugs 37:38 fixing

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 7 Thu, 14-Oct-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the September period. Mostly worked on leak bugs this month. Over the first 30 weeks I have now averaged about 14 hours per week, less than the nominal 20. I have used up approx 84% of the hours allocated to the grant. Report for period 2010/09/01 to 2010/09/30 inclusive Summary Effort bq. 14:59 diagnosing bugs 27:30 fixing

    ... read more
  • Perl 5.12.2 Released Wed, 15-Sep-2010 by Karen Pauley

    Jesse Vincent writes: It gives me great pleasure to announce Perl 5.12.2, the third stable release of Perl 5.12. Shortly, you will be able to download Perl 5.12.2 from your favorite CPAN mirror or from: "http://search.cpan.org/~jesse/perl-5.12.2/":http://search.cpan.org/~jesse/perl-5.12.2/ SHA1 digests for this release are: 75dbbdfa5bf8d4fc813503253e2b58486fa5a4eb perl-5.12.2.tar.bz2 c157f214a93ce20fc06dc9d9c902c05ad1327cb1 perl-5.12.2.tar.gz This release contains minor bug fixes and updates of several core modules, as well as minor documentation updates. It should be fully backward compatible

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 6 Sat, 04-Sep-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the August period. I was mostly busy with other stuff this month, so didn't get to put in many hours on the grant. Over the first 25 weeks I have now averaged about 15 hours per week, less than the nominal 20. I have used up approx 73% of the hours allocated to the grant. Report for

    ... read more
  • Hague Grant Acceptance: Meta-model Improvements and Natively Typed Attributes Wed, 01-Sep-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Jonathan Worthington's Hague Grant for "Meta-model Improvements and Natively Typed Attributes":http://news.perlfoundation.org/2010/07/hague-grant-application-meta-m.html has been accepted. Patrick Michaud has agreed to be the grant manager for this project. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Hague Grant Acceptance: Lists, Iterators, and Parcels Thu, 12-Aug-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Patrick Michaud's Hague Grant for "Lists, Iterators, and Parcels":http://news.perlfoundation.org/2010/07/hague-grant-application-lists.html has been accepted. Will Coleda has agreed to be the grant manager for this project. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 5 Tue, 10-Aug-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the July period. This month was mainly spent on providing a general fix for the weak backreferences in stashes globs and CVs. This means that in general there are likely to be less crashes when doing odd things with stashes and globs. Over the first 21 weeks I have now averaged about 17 hours per week, slightly

    ... read more
  • Completed Hague Grant - Numeric and Real Support Wed, 04-Aug-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Solomon Foster has successfully completed his Hague Grant for "Numeric and Real Support":http://news.perlfoundation.org/2010/03/hague-grant-application-numeri.html. I would like to thank Solomon and his grant manager, Jonathan Worthington, for all their work on this project. Solomon Foster writes: Introduction While I worked on this grant, Rakudo has matured into a capable compiler ready to go out into the world as Rakudo Star. The work done under this

    ... read more
  • Rakudo Star - a useful, usable, "early adopter" distribution of Perl 6 Thu, 29-Jul-2010 by Karen Pauley

    On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the July 2010 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the July 2010 release is available from Rakudo Star is aimed at "early adopters" of Perl 6. We know that it still has some bugs, it is far slower than it ought to be, and there are some

    ... read more
  • Hague Grant Application: Meta-model Improvements and Natively Typed Attributes Sun, 11-Jul-2010 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Jonathan Worthington. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name Jonathan Worthington Project Title Meta-model Improvements and Natively Typed Attributes Synopsis As Rakudo gains features, its relatively low performance is increasingly being

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 4 Thu, 08-Jul-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the June period. This month was mainly spent on overload and symbol table bugs. Over the first 17 weeks I have now averaged about 17 hours per week, slightly less than the nominal 20. I have used up approx 55% of the hours allocated to the grant. Report for period 2010/06/01 to 2010/06/30 inclusive Summary Effort bq.

    ... read more
  • Hague Grant Application: Lists, Iterators, and Parcels Mon, 05-Jul-2010 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Patrick Michaud. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Name: Patrick Michaud Project Title: Lists, Iterators, and Parcels Synopsis 7, 8, and other general Rakudo improvements Project Overview: This project will

    ... read more
  • Hague Grant Application: Perl Ecosystem Development Group Fri, 18-Jun-2010 by Karen Pauley
    in: Grants

    We have received the following Hague Grant application from Gabor Szabo. Before the Board votes on this proposal we would like to have a period of community consultation. Please leave feedback in the comments or if you prefer send email with your comments to karen at perlfoundation.org. Grant title: Perl Ecosystem development group Name: Gabor Szabo Amount requested: $25,000 Synopsis: One of the objectives of the Ian Hague donation of

    ... read more
  • Donation made to Send-a-Newbie Program Sat, 12-Jun-2010 by Karen Pauley

    I am pleased to announce that we have made a donation to the "Enlightened Perl Organisation's":http://www.enlightenedperl.org/ "Send-a-Newbie":http://www.send-a-newbie.enlightenedperl.org/index.html program. This community initiative was started last year by Edmund von der Burg and this year is being run by the "Enlightened Perl Organisation":http://www.enlightenedperl.org/index.html. Its aim is to provide financial assistance to community members who would love to attend "YAPC::Europe":http://conferences.yapceurope.org/ye2010/ and have never attended any large Perl conference before. Donations to the program

    ... read more
  • New Grant Rules Sat, 08-May-2010 by Karen Pauley
    in: Grants

    In an earlier "blog post":http://news.perlfoundation.org/2010/03/updating-the-grant-process.html I stated that the Grants Committee has been working to improve the grants process. This work, along with the feedback we received from the community, has lead to two major changes to our rules of operation. Historically we paid 50% of the grant up-front which led to situations where we paid grantees for little or no results. In future grants will be paid upon completion.

    ... read more
  • Fixing Perl5 Core Bugs: Report for Month 2 Fri, 07-May-2010 by Karen Pauley
    in: Grants

    Dave Mitchell writes: As per my grant conditions, here is a report for the April period. I continued working my way through the list of tie bugs, then towards the end of the month, got sucked into spending quite a bit of time on a regexp bug. I also spent a bit of time revisiting some earlier fixes of mine where issues showed up once we got 5.12 released and

    ... read more
  • Google Summer of Code: Accepted Projects Thu, 29-Apr-2010 by Karen Pauley
    in: GSoC

    I am pleased to announce that "The Perl Foundation":http://www.perlfoundation.org/ and "Parrot Foundation":http://parrot.org/foundation have had 10 projects accepted for this year's "Google Summer of Code":http://socghop.appspot.com/. Student: Justin Hunter Project Title: "Rework Catalyst framework's instance initialisation code to provide more flexible and extensible inversion of control":http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/tpf/t127230763632 Mentor: Florian Ragwitz Student: Tyler Curtis Project Title: "A PAST Optimization Framework for Parrot":http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/tpf/t127230763715 Mentor: chromatic Student: Nat Tuck Project Title: "Hybrid Threads for Parrot":http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/tpf/t127230763672 Mentor:

    ... read more
  • Perl Booth at LinuxTag, Berlin Tue, 27-Apr-2010 by Karen Pauley

    TPF is helping to sponsor a Perl Booth at "LinuxTag":http://www.linuxtag.org/2010/, Berlin, which takes place from the 9th 12th June. "Gabor":http://szabgab.com/blog/2010/04/1271829580.html and the events team are looking for more volunteers. If you are available to help out please add your details to the "event co-ordination":http://www.perlfoundation.org/perl5/index.cgi?events_2010_linuxtag_berlin page on the Perl Foundation wiki. #events

    ... read more
  • YAPC::NA 2010: Perl Conference at OSU, June 21-23rd 2010 Sat, 17-Apr-2010 by Karen Pauley

    Heath Bair writes: "YAPC::NA 2010":http://conferences.mongueurs.net/yn2010/ is almost here! June 21st 23rd 2010 is quickly approaching and "Columbus.pm":http://columbus.pm.org/ is getting very excited. Hotel reservation information is available, dorm reservation details are up and ready, and the conference is quickly approaching. For everyone still looking for "YAPC::NA 2010":http://conferences.mongueurs.net/yn2010/ details here is what we have planned. The "conference":http://conferences.mongueurs.net/yn2010/wiki?node=ConferenceSummary will be held in the brand new beautiful The Ohio State Union. The main "dorm

    ... read more
  • Perl 5.12 Released Wed, 14-Apr-2010 by Karen Pauley

    Yesterday, Jesse Vincent announced the release of Perl 5.12.0. This is an exciting time for Perl 5 with development switching from feature-driven releases to time-based ones. You can download this release from http://search.cpan.org/dist/perl-5.12.0/ or your local CPAN mirror. A complete list of the changes can be found in perl5120delta. We would like to thank Jesse and the development team for all their hard work and we look forward to seeing

    ... read more
  • Fixing Perl5 Core Bugs: First Monthly Report Tue, 06-Apr-2010 by Karen Pauley
    in: Grants

    During March Dave Mitchell started working on the "Fixing Perl5 Core Bugs":http://news.perlfoundation.org/2010/02/grant-proposal-fixing-perl5-co.html grant. As requested he has been posting weekly reports to the p5p "mailing list":http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ and has provided a monthly summary report for posting here. Dave Mitchell writes: A rough summary of activity in March: first, I tagged all new/open tickets with severity medium with one or more types At the same time, I closed any of those tickets

    ... read more
  • Updating the Grant Process Wed, 24-Mar-2010 by Karen Pauley
    in: Grants

    Over the past few months the Grants Committee has been working to improve our grants process. Our main problem is that we have a very low completion rate for grants. In the past couple of years only 25% of the grants awarded by the Grants Committee have been completed. Not surprisingly we feel that the current system should be changed. There are a number of different problems. We have been

    ... read more
  • New Board Appointments Tue, 23-Mar-2010 by Karen Pauley

    At our recent Board meeting Jim Brandt stepped down as President and Kurt DeMaagd stepped down as Treasurer. We would like to thank Jim and Kurt for all their hard work. Jim became President in July 2009 after holding the post of Vice-President and will continue to serve as a Director on the Board. Kurt has been Treasurer of TPF since it was created in September 2000. This is a

    ... read more
  • Hague Grant Acceptance: Numeric and Real Support Tue, 23-Mar-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that Solomon Foster's Hague Grant application for "Numeric and Real Support":http://news.perlfoundation.org/2010/03/hague-grant-application-numeri.html#comments has been accepted. Jonathan Worthington has agreed to be the grant manager for this project. I would like to thank everyone who provided feedback on this proposal.

    ... read more
  • Google Summer of Code 2010 Fri, 19-Mar-2010 by Karen Pauley
    in: GSoC

    I am delighted to announce that TPF has been accepted as a mentoring organization for this year's "Google Summer of Code":http://socghop.appspot.com/. "Google Summer of Code":http://socghop.appspot.com/ is a program that offers stipends to student developers for writing code for open source software projects. Last year we had nine projects accepted and we would love to have more this year. "Jonathan Leto":http://leto.net/dukeleto.pl/ is our chief organizer and he is looking for "mentors":http://www.perlfoundation.org/perl5/index.cgi?gsoc_mentors

    ... read more
  • $foo TPF Interview Tue, 09-Mar-2010 by Karen Pauley

    Earlier this year Renée Bäcker from "$foo":http://www.perl-magazin.de/ magazine interviewed Richard Dice and me to find out our thoughts on TPF in 2009 and our hopes going forward. An "English version":http://downloads.foo-magazin.de/InterviewTPF_III.pdf of the interview is available online.

    ... read more
  • Grant Accepted: Fixing Perl5 Core Bugs Fri, 05-Mar-2010 by Karen Pauley
    in: Grants

    I am pleased to announce that David Mitchell's "grant application":http://news.perlfoundation.org/2010/02/grant_proposal_fixing_perl5_co.html has been successful. I would like to thank all the community members who took time to provide feed-back on this proposal and "Booking.com":http://www.booking.com/ whose generous contribution to TPF has allowed us to fund this grant.

    ... read more
  • Hague Grant Application: Numeric and Real Support Thu, 04-Mar-2010 by Karen Pauley
    in: Grants

    We have received a Hague grant request, submitted by Solomon Foster. Before the Board votes 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. Project Title: Numeric and Real Support Synopsis: This grant aims to refactor Rakudo's current numeric classes to support the Perl 6 specification's new Numeric

    ... read more
  • Completed Hague Grant Wed, 03-Mar-2010 by Karen Pauley
    in: Grants

    Jonathan Worthington has successfully completed his Hague Grant for "Rakudo Signature Improvements":http://news.perlfoundation.org/2009/09/hague_grant_application_rakudo.html. This is his final report: Introduction A while back, I filed an "application":http://news.perlfoundation.org/2009/09/hague_grant_application_rakudo.html for a grant to work on a wide range of improvements to Rakudo's signature, capture and binding implementation, in order to improve performance, bring us in line with the specification and implement a range of features that we did not have support for. I have

    ... read more
  • Grant Proposal: Fixing Perl5 Core Bugs Sun, 07-Feb-2010 by Karen Pauley
    in: Grants

    David Mitchell has submitted a grant proposal, which if accepted would make use of a portion of the funding generously provided to TPF by "Booking.com":http://www.booking.com/. Before the Board votes 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. Grant Title: Fixing perl5 core bugs Name: David Mitchell **Amount

    ... read more
  • TPF Booth at CeBIT Thu, 07-Jan-2010 by Karen Pauley

    I am pleased to announce that TPF will be represented for the first time this year at "CeBIT":http://www.cebit.de/homepage_e. The conference is taking place between the 2nd and 6th of March in Hannover, Germany. The events team is still looking for more volunteers to staff the booth. If you want to help out you'll find information on the "events mailing list":http://www.mail-archive.com/events@lists.perlfoundation.org/ and the "events wiki":http://www.perlfoundation.org/perl5/index.cgi?events.

    ... read more
  • Events Mailing List Mon, 21-Dec-2009 by Karen Pauley
    in: Marketing

    Over the past few weeks discussions have been taking place on our Marketing list regarding different ways to promote Perl. One idea we are running with is promoting Perl at technical conferences where the main focus isn't Perl. Gabor has "announced":http://szabgab.com/blog/2009/12/1260171050.html that there will be a Perl booth at "FOSDEM":http://www.fosdem.org/2010/ in February next year. This is, hopefully, the first of many conferences that are targeted. To help co-ordinate our efforts

    ... read more
  • Google Summer of Code 2009 Wrap-Up Tue, 06-Oct-2009 by Karen Pauley
    in: GSoC

    This year's Google Summer of Code has ended. We would like to thank "Jonathan Leto":http://leto.net/dukeleto.pl/, the mentors, and the students for all their hard work. Jonathan has written an excellent summary of the project, "Perls of Wisdom: The Perl Foundation Parrot's Google Summer of Code":http://google-opensource.blogspot.com/2009/10/perls-of-wisdom-perl-foundation-parrots.html, and the code is also "available":http://code.google.com/p/google-summer-of-code-2009-tpf/downloads/list. We hope to participate in this project again next year and if you are interested in working with us

    ... read more
  • New Board Member Mon, 21-Sep-2009 by Karen Pauley

    As part of a renewed effort to expand the membership of the "Board":http://www.perlfoundation.org/who_s_who we are pleased to announce the addition of Curtis "Ovid" Poe as our newest Director. Ovid is not new to The Perl Foundation, having been involved with the grants committee since 2003, and we are delighted that he is willing to take on this role. His first task will be to work with Dan Magnuszewski to expand

    ... read more
  • Hague Grant: Traits, Introspection and More Dispatch Work For Rakudo - Final Report Sat, 05-Sep-2009 by Karen Pauley
    in: Grants

    Jonathan Worthington writes: Introduction bq. If it weren't for the fact that you said you were going to do it, I would've doubted it could be done at all in current Parrot. pmichaud In many senses, this "Hague Grant":http://news.perlfoundation.org/2009/04/hague_perl_6_grant_request_tra.html was rather more challenging than my "last one":http://news.perlfoundation.org/2008/11/hague_grant_request_rakudo_dis.html. In the course of it, I've been dealing with major changes to some of the things most fundamental to any Perl

    ... read more
  • Nordic Perl Workshop Wed, 08-Apr-2009 by Karen Pauley

    The "Nordic Perl Workshop":http://www.perlworkshop.no/npw2009/ will be taking place this week on Thursday and Friday in Oslo, Norway. The theme for this year's conference is "Your Future with Perl". The focus will be on Perl 6, Rakudo, Parrot, and modern ways of using Perl 5. A three day Perl 6 and Enlightened Perl "Hackathon":http://www.perlfoundation.org/perl6/index.cgi?oslo_perl_6_hackaton_2009 will follow the workshop. If you are interested in finding out more about this, take a look

    ... read more
  • Google Summer of Code: Student Deadline Approaching Thu, 02-Apr-2009 by Karen Pauley
    in: GSoC

    There is still time to apply to take part in this year's "Google Summer of Code":http://code.google.com/soc/. Don't forget student applications must be "submitted":http://socghop.appspot.com/student/apply/google/gsoc2009 by April 3rd, 12 Noon, PDT.

    ... read more
  • Google Summer of Code 2009 Thu, 19-Mar-2009 by Karen Pauley
    in: GSoC

    We are delighted to announce that TPF has been accepted as a mentoring organization for this year's "Google Summer of Code":http://code.google.com/soc/. We would like to thank everyone involved, especially "Jonathan Leto":http://leto.net/dukeleto.pl/ for all his hard work in coordinating this project. If you are a student, and would like more information on taking part, please read Jonathan's article on "applying for GSoC with The Perl Foundation":http://leto.net/dukeleto.pl/2009/03/applying-to-google-summer-of-c.html.

    ... read more
  • Conference Season Thu, 05-Mar-2009 by Karen Pauley

    I used to think that there was a conference season and that it took place in the summer. Now in the Perl world we have so many grass-root events taking place that the whole year is our conference season. So far this year we have already had "Perl Oasis":http://perloasis.org/opw2009/ in Orlando, "Frozen Perl":http://www.frozen-perl.org/mpw2009/ in Minneapolis, the "Bulgarian Perl Workshop":http://event.perlbulgaria.org/sofia2009/, the "German Perl Workshop":http://www.perl-workshop.de/en/2009/index.html, and the "Belgian Perl Workshop":http://conferences.mongueurs.net/bpw2009/. Today the

    ... read more
<< < > >>
Max results per page:    5    10    20    50    100    200    500