441 - 460 of 1682 posts:

<< < > >> Summaries on
  • Stuart Mackintosh Nominated for TPF President Mon, 17-Jun-2019 by Jim Brandt

    Our next nominee to join the Perl Foundation board is a candidate to take over the very important role of President. We are very excited to present Stuart Mackintosh for this position. Stuart is based in the UK and has been working with Open Source software for over 25 years and through his company OpusVL since 1999. Over that time, he has worked with several open source organizations including OFE,

    ... read more
  • European Perl Conference 2019 Tue, 11-Jun-2019 by Makoto Nozaki

    This year's European Perl Conference takes place in Riga, Latvia, between the 7th and 9th August 2019. This is the 20th edition of the conference previously known as YAPC::Europe, then TPCiA and TPCiG, and now it is renamed to PerlCon. Despite the name and location, our attendees come from all around the world. The top five countries with the most attendees are the UK, Germany, USA, Russia and the Netherlands.

    ... read more
  • TPF Grants Committee: Moritz Lenz Mon, 10-Jun-2019 by Coke
    in: Grants

    I am pleased to announce that the TPF Grants Committee has voted to accept a new member, Moritz Lenz. Moritz has been using Perl since at least 2003, and has been active on Perlmonks and in the German Perl community. Since 2007 he has also been active in Perl 6, become a core contributor to the Rakudo Perl 6 compiler and the official Perl 6 test suite, and has written

    ... read more
  • TPF Grants Committee: Rafael Garcia-Suarez Mon, 10-Jun-2019 by Coke
    in: Grants

    Rafael Garcia-Suarez has retired from the TPF Grants Committee. We appreciate his service to the community over the years, and wish him well in his new endeavors. If you are interested in volunteering as a member on the committee, please reach out to me at tpf-grants-secretary@perlfoundation.org

    ... read more
  • Grant Proposals May/Jun 2019 Mon, 10-Jun-2019 by Coke
    in: Grants

    The Grants Committee has received the following grant proposal for the May/June 2019 round. A Complete Perl 6 Course with Exercises Before the Committee members vote on any proposal, we like to solicit feedback from the Perl community. Review the proposals at their individual links and please comment there by June 14th, 2019. The Committee members will start the voting process following that and the conclusion will be announced shortly

    ... read more
  • Grant Proposal: A Complete Perl 6 Course with Exercises Mon, 10-Jun-2019 by Coke
    in: Grants

    The Grants Committee has received the following grant proposal for the May/June 2019 round. Before the Committee members vote, we would like to solicit feedback from the Perl community on the proposal. Review the proposal below and please comment here by June 14th, 2019. The Committee members will start the voting process following that. A Complete Perl 6 Course with Exercises Name Andrew Shitov Amount Requested USD $10,000

    ... read more
  • Maintaining Perl 5 (Tony Cook): April 2019 Grant Report Sat, 08-Jun-2019 by Matthias Bloch

    This is a monthly report by Tony Cook on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. Approximately 23 tickets were reviewed, and 2 patches were applied 0.74 #133878 debugging #133878 debugging, comment 0.38 #133909 review, porting test, minor fix, apply to blead 1.00 #133925 review code #133925 more code review 1.18 #133951 re-test,

    ... read more
  • Grant Report - MoarVM JIT Compiler Expression Backend - May 2019 Fri, 07-Jun-2019 by Mark A Jensen
    in: Grants

    Bart reports the latest progress: Fixed a few windows-specific bugs Assigned a permissible-register set to live ranges, which makes it possible to combine values with distinct register requirements Ensured that when a value is spilled to make place for another, the released register is actually one that the new value can use. In other words, a bunch of register allocator work. Floating point support is close to being finished. He

    ... read more
  • Maintaining the Perl 5 Core (Dave Mitchell): Grant Report for May 2019 Wed, 05-Jun-2019 by Matthias Bloch

    This is a monthly report by Dave Mitchell on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. The main thing I have been doing over the last month is to make the optree-walking functions in op.c non-recursive and/or non-leaky. In auto-generated code, such as $a and things involving arbitrary-deep nesting of braces and parentheses, it's easy during compilation to

    ... read more
  • Rakudo Perl 6 performance analysis tooling - Grant Report #10 Sun, 02-Jun-2019 by Alan Haggai Alavi

    Timo developed a language named confprog, using which one can set entry points in the profiler. This is useful for selective profiling of large codebases. Read more at: "A Close Look At Controlling The MoarVM Profiler":https://wakelift.de/2019/05/22/close-look-at-controlling-moarvm-profiler/

    ... read more
  • Call for Grant Proposals (May 2019 Round) Thu, 30-May-2019 by Coke
    in: Grants

    The Grants Committee is accepting grant proposals all the time. We evaluate them every two month period and another round is here! If you have an idea for doing some Perl work that will benefit the Perl community, please consider submitting a grant application. The application deadline for this round is 23:59 June 7th UTC. We will publish the received applications, get community feedback through June 14th, and conclude

    ... read more
  • Maintaining the Perl 5 Core (Dave Mitchell): Grant Report for April 2019 Fri, 10-May-2019 by Matthias Bloch

    This is a monthly report by Dave Mitchell on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. The main thing I have been doing over the last month is continuing to fix issues related to smoke reports and getting blead in shape for the 5.30.0 release. In particular, I've been looking at Address Sanitizer failures related to memory leaks. SUMMARY:

    ... read more
  • March report of the Perl 6 Development Grant of Jonathan Worthington Mon, 29-Apr-2019 by Matthias Bloch

    Jonathan writes: March saw me spending rather little time on my Perl 6 grant. I merged various optimizations I developed during February, but held back to merge until after the March release in order that they could receive more testing before appearing in a release. I also did a few other minor optimizations, and fixed a performance regression introduced during a recent bug fix. During March, I attended the German

    ... read more
  • TPF to participate in Google Season of Docs Sun, 21-Apr-2019 by Makoto Nozaki

    Google Summer of Code is making great progress. I appreciate everyone's help so far. Separately, The Perl Foundation plans to participate in the first edition of Google Season of Docs. This initiative will fund writers to help improve the documentation of open source projects, and TPF will be applying to improve the documentation of the Perl 6 language. This documentation effort started in 2012 and is fully volunteer based. It's

    ... read more
  • Grant Report - MoarVM JIT Compiler Expression Backend - March/April 2019 Sat, 20-Apr-2019 by Mark A Jensen
    in: Grants

    Bart received helpful comments on his blog posts last month that will move him ahead with intermediate representation optimization and register allocation. He writes: I'm still working on finalizing the floating point support for the JIT compiler, but I've also started work on the new register allocation algorithm. This wasn't strictly a deliverable, but I expect it will help the deliverable of improving code generation. MAJ

    ... read more
  • Grant Extension Approved: Tony Cook (Maintaining Perl 5) Tue, 16-Apr-2019 by Matthias Bloch

    I'm pleased to announce that the Board of Directors approved Tony's request for another $20,000. It will allow him to dedicate another 400 hours to this work. 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 the Perl 5 Core Maintenance Fund.

    ... read more
  • White Camel Awards for 2018 Mon, 15-Apr-2019 by Jim Brandt
    in: Awards

    The White Camel Awards recognize outstanding, non-technical achievement in Perl. Started in 1999 by Perl mongers and later merged with The Perl Foundation, the awards committee selects three names from a long list of worthy Perl volunteers to recognize hard work in Perl Community, Perl Advocacy, and Perl User Groups. These awards have been managed by The Perl Review in conjunction with the The Perl Foundation. For 2018, the White

    ... read more
  • Maintaining Perl 5 (Tony Cook): March 2019 Grant Report Fri, 12-Apr-2019 by Matthias Bloch

    This is a monthly report by Tony Cook on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. Approximately 15 tickets were reviewed. 1.00 #131115 debugging, comment 3.29 #132782 work on tests, testing #132782 debugging, comment with tests and about the patches supplied. 3.61 #133888 debugging #133888 debugging, review code #133888 more debugging, code

    ... read more
  • Grants: March 2019 votes Tue, 09-Apr-2019 by Coke
    in: Grants

    The Grants Committee has concluded the voting of the November 2018 round. There was one proposal this round, which was not approved. Perl 6 Course with Exercises Voting results: Not approved: 3 YES votes with a score of 11 4 NO votes This was a close vote. Many members were very enthusiastic about this project. Others, while agreeing that a course like this would be good for the language, were

    ... read more
  • Maintaining the Perl 5 Core (Dave Mitchell): Grant Report for March 2019 Sun, 07-Apr-2019 by Matthias Bloch

    This is a monthly report by Dave Mitchell on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. The main thing I have been doing over the last month is fixing issues related to smoke reports. In particular, I've been looking at Address Sanitizer failures related to memory leaks. SUMMARY: 3:53 RT #133879> heap-use-after-free 0:53 RT #133886 heap-buffer-overflow

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