![]() |
Dave writes: This is my monthly report on work done during August 2024 covered by my TPF perl core maintenance grant. I spent most of last month doing various bits of code refactoring on Extutils::ParseXS, as a precursor to adding reference-counted stack abilities to XS. The code for Extutils::ParseXS is exceedingly unpleasant, with for example the main method, process_file being over 1700 lines of code. It's a random mishmash ... read more |
![]() |
Dave writes: This is my monthly report on work done during July 2024 covered by my TPF perl core maintenance grant. I spent most of last month continuing to work on understanding XS and improving its documentation, as a precursor to adding reference-counted stack abilities to XS. I finished working through the Extutils::ParseXS module's code line line trying to understand it. SUMMARY: 5:24 process p5p mailbox 3:01 reduce smoke failures ... read more |
![]() |
Paul writes: July ended up being a rush to finish some commercial work I had going elsewhere, but I did manage a few core commits. Nothing directly user-visible but they add some safety for -DDEBUGGING builds that often helps track down mismatched pointers when making API calls and can help find a lot of subtle bugs. Hours: 4 Pointer cast safety improvements https://github.com/Perl/perl5/pull/22416 https://github.com/Perl/perl5/pull/22417 https://github.com/Perl/perl5/pull/22421 Total: 4 hours ... read more |
![]() |
Tony writes: 2024/07/01 Monday 0.42 #22333 review and approve 0.08 #22349 review update and approve 0.08 #22323 review update and approve 0.08 #22341 review update and approve 0.10 #22324 review update and approve 0.07 #22344 review update and approve 0.12 #22355 review and approve 0.37 #22356 review, research and approve 0.13 #22357 review, research, comment and approve 0.10 #22358 review ... read more |
![]() |
Tony writes: 2024/06/03 Monday 0.72 #22211 check smoke results, check and re-word one commit message, make PR 22257 1.95 #22230 debugging 2.42 #22230 debugging 5.09 2024/06/04 Tuesday 0.45 #22211 cleanup, testing, update PR 1.20 #22252 review, testing 1.47 #22230 test issues. debugging 3.12 2024/06/05 Wednesday 2.20 #22230 review khw-env changes 1.47 #22230 try an experiment with character encoding, which ... read more |
![]() |
Paul writes: My time was almost entirely consumed during April and May by running a stage show, and then June by travelling the entire length of the country supporting a long-distance bicycle adventure; as such I didn't get much Perl work done and I've only just got around to writing out what few things I did get done. Entirely related to a few last pre-release steps to get features nicely ... read more |
I am pleased to announce that The Perl and Raku Foundation sponsored the Perl Toolchain Summit 2024 as a Platinum Sponsor. The Perl Toolchain Summit is an annual event where they bring together the volunteers who work on the tools and modules at the heart of Perl and the CPAN ecosystem. The PTS gives them 4 days to work together on these systems, with all their fellow volunteers to hand. ... read more |
![]() |
Tony Cook has submitted a report of his activity maintaining Core Perl ... read more |
![]() |
PEVANS Core Developement It is difficult to narrow down the depth of PEVANS activity in the Perl Core. Continuing to modernise the Core is vital for the longevity of Perl and introduction of modern paradigms. To do this without breaking Perl is an extra challenge. FOSDEM provided such an opportunty to review what the Paul and the PSC has been upto, and may allow some insight of the |
![]() |
The Perl and Raku Foundation fosters continued development and use of Perl and Raku. As an open source programming language with a largely open source minded community, contributions to Perl and Raku are rarely rewarded. One of the many activities of The Perl and Raku Foundationhas been to reward these activities through Grants. There are as many ideas as there are people reading this post, indeed it is likely that ... read more |
![]() |
Grant report: This is the first report of Paul Evans' successful grant award. He continues his contributions to the Perl Core. His work is diverse and related to activities out of sight of much of the community. Currently we attribute much of the work of integrating a robust Perlish OOP Paradigm into the Core to Paul, but as member of the Perl Steering Council he has his hands on many ... read more |
![]() |
The delayed report of the latest round of voting are published. Projects reviewed are the the Perl GPT project and a Core Development Grant applied for by Paul Evans to develop, amongst other things, the object model to go into core Perl. Along with this is the opening of the December Round of Grant Applications ... read more |
![]() |
A grant application from Paul Evans has just managed to be squeezed in into this round. Paul needs no introduction; he is one of the few people who speaks XS like a native, and has long been a valuable contributor to the Perl Core, as well as a lot of other interesting ancilliary projects. Also into animatronics, he has many modules dedicated to interacting with electronic interfaces. This application targets ... read more |
![]() |
Tony Cooks work in maintaining Perl core continues, including reviewing issues, reproducing faults and applying patches to fix the core continue ... read more |
![]() |
A new Grant Proposal to make Tensor flow accessible to Perl Developers, and bring feature parity with AL in other languages such as Java and Python, ... read more |
![]() |
Call for Grants Applications - May 2023 ... read more |
![]() |
Dave Mitchell has been powering through the Core Maintenance Tasks. Summary of work part way through his current grant ... read more |
The Grants Committee is accepting grant proposals all the time. We evaluate them every two months and another round is starting. If you have an idea for doing some work that will benefit the Perl or Raku communities, please consider submitting a grant application. The application deadline for this round is 23:59 January 29th, 2023, UTC. We will publish the received applications, get community feedback through February 4th, and we ... read more |
Dave writes: This my monthly report for April on work done covered by my TPF perl core maintenance grant. The main thing I did last month was to fix up Deparse failures. The test suite runner has a switch, t/TEST -deparse which runs each of the 3000 or so test scripts on a round-trip through the deparser before running them as normal. This is a good general test of ... read more |
Dave writes: This is my first report for my new TPF perl core maintenance grant. It actually covers 7 months, since for the first 6 months I've done almost no perl work. Happily, in the last week I've managed to actually start doing perl stuff again. Apart from catching up with my p5p mailbox the biggest thing I've been working on is fixing any regressions in 't/TEST -deparse', which ... read more |