written by maj

1 - 48 of 48 posts:

<< < > >> Summaries on
  • Final Grant Report - MoarVM JIT Compiler Expression Backend Sat, 14-Sep-2019 by Mark A Jensen
    in: Grants

    While a number of intended deliverables for remain unmet, he's made significant contributions to the expression backend and has identified unexpected roadblocks to the remaining tasks that should yield to additional preparatory work. In light of this, the Grants Committee will be considering Bart's report below and voting on a payment for the currently accomplished work of 50% of the original amount requested. The Grants Committee will consider a revised

    ... read more
  • Grant Report - MoarVM JIT Compiler Expression Backend - June 2019 Sat, 13-Jul-2019 by Mark A Jensen
    in: Grants

    Bart gave me this interim report on his grant: is essentially complete. Bart is currently finishing floating point support in conditional expressions. This is surprisingly nontrivial, he indicates, because of NaN, and because of condition code differences between floating point and integer comparisons. is nearing completion. Bart says it turned out to have a whole lot of overlap with the floating point support. He

    ... 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
  • 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 Report - MoarVM JIT Compiler Expression Backend - February 2019 Sat, 09-Mar-2019 by Mark A Jensen
    in: Grants

    Brrt reports that February was busy and short, but that he did some research on other implementations of register allocation that he can apply to MoarVM JIT. He notes the following conundrum that he has been thinking about. Maybe a reader can advise: I've also encountered a limitation in the optimization of the IR, which I'm trying to resolve. The issue is this, if I have a bunch of code

    ... read more
  • Grant Report - MoarVM JIT Compiler Expression Backend - January 2019 Wed, 06-Feb-2019 by Mark A Jensen
    in: Grants

    Brrt is untangling the intricacies of floating point expressions so close to the metal in his He provides some of his insights Here is his brief report Last month, I've been busy with floating point support. Getting that ready involved two things: Getting the type system for the expression template precompiler ready. This works now, I'm happy with the result. Fixing the register allocator to support it. This works as

    ... read more
  • Grant Report : Revitalize blogs.perl.org : August 2018 Mon, 21-Jan-2019 by Mark A Jensen
    in: Grants

    Back in August 2018, André Walker reported on his initial work to revitalize the revitalizing of blogs.perl.org. He made the following report to the TPF Grants Committee on 14 Aug 2018 The latest report as of this post can be found here. Short update regarding grant progress. I have most of the major features I wanted to implement already in place, even if some are a bit rough. So it's

    ... read more
  • Grant Report : Revitalize blogs.perl.org : December 2018 Mon, 21-Jan-2019 by Mark A Jensen
    in: Grants

    André Walker reports significant progress on his bold attempt to revitalize blogs.perl.org. He made the following report to the TPF Grants Committee on 3 Jan 2019 I will also backpost another report André made to the Committee in Aug 2018 shortly. The work I set out to do for the grant on blogs.perl.org is almost complete. Here is a breakdown of what is done, what is missing for a first

    ... read more
  • Grant Report - MoarVM JIT Compiler Expression Backend - December 2018 Sat, 29-Dec-2018 by Mark A Jensen

    Brrt has hit the ground running on his MoarVM JIT Compiler grant. Here is his interim report: I wanted to start with floating point support, which has two subtasks: Ensure that DynASM encodes SSE instructions with variadic registers correctly. Ensure that the JIT itself accepts and works with floating point registers. I finished the first two of those tasks. For some context, x86-64 instruction encoding rules require an extra byte

    ... read more
  • Final Grant Report : Curating and Improving Perl6 Documentation Thu, 28-Jun-2018 by Mark A Jensen
    in: Grants

    JJ Merelo has completed work on his grant, and has published his final report. The Grants Committee is now reviewing and voting on payment. The Committee welcomes your comments as they deliberate. MAJ

    ... read more
  • Final Grant Report : Complete YAML::PP Thu, 28-Jun-2018 by Mark A Jensen
    in: Grants

    Tina Müller has provided her final report of her work on her grant Complete YAML::PP. The Grants Committee is now evaluating and voting on final payment. The committee welcomes your comments here as they deliberate. Please comment here rather than on the gist. MAJ

    ... read more
  • Grant Report : Improving Perl 6 Documentation - May 2018 Thu, 07-Jun-2018 by Mark A Jensen
    in: Grants

    We call him... The Closer. JJ made 324 commits in May on top of the 195 in April to https://github.com/perl6/doc, and is now as the top closer of issues in the repo. He also sketched out most of the missing pages in the the Perl6 Docs Roadmap. That enabled that albatross to be tossed overboard as well. JJ has also written a couple of metadocuments, describing patterns he has observed

    ... read more
  • Grant Report : Improving Perl 6 Documentation - April 2018 Sat, 12-May-2018 by Mark A Jensen
    in: Grants

    JJ has made impressive progress on the backlog of documentation issues as part of his grant. He has already addressed and closed twice as many issues as all those closed by others. In doing so, he has committed about as many times as all other contributors to the repo. While addressing issues, JJ performed some additional housecleaning and put in some quality time at StackOverflow. You can read all the

    ... read more
  • Grant Report : Complete YAML::PP - March 2018 Mon, 09-Apr-2018 by Mark A Jensen
    in: Grants

    Tinita spent about 25 hours coding YAML::PP during March. She emitted a production release at YAML::PP 0.006, which incorporates items from her previous reports, adding Writer and Representer objects, a nice Dumper, and cyclic reference detection. In a spirit of multi-cultural outreach and understanding, she also made her first PR to PyYAML. You can read all the details in her latest report. MAJ

    ... read more
  • Grant Report : Complete YAML::PP - February 2018 Tue, 06-Mar-2018 by Mark A Jensen
    in: Grants

    Tinita spent about 20 hours coding YAML::PP this month. To her growing YAML bibliography, she has added "Strings in YAML To Quote or not to Quote". Here Tina shows very clearly that Ingy's ultimate goal was to write the Kobiyashi Maru of format specifications.

    ... read more
  • Grant Report : Complete YAML::PP - January 2018 Tue, 06-Feb-2018 by Mark A Jensen
    in: Grants

    Tinita spent about 10 hours coding YAML::PP this month. Additional integration of YAML Schemas into YAML::PP is percolating, and she is making deep dives into the YAML 1.2 spec where angels fear to tread. Read her latest report for details. MAJ

    ... read more
  • Grant Report : Complete YAML::PP - December 2017 Wed, 10-Jan-2018 by Mark A Jensen
    in: Grants

    More good stuff this month from Tinita on the grant Complete YAML::PP. She explains the YAML schema concept and its evolving flavors in this interesting post. This lays the foundation for understanding the schema features added to the YAML::PP loader. Tina also fixed a couple of problems in YAML::XS. An important one security-wise is that now you can turn off loading into Perl objects by default when using !!perl/.. schema

    ... read more
  • Grant Report : Complete YAML::PP - November 2017 Sun, 10-Dec-2017 by Mark A Jensen
    in: Grants

    Tinita, the one-woman YAML ecosystem, continues apace with her grant Complete YAML::PP. Find her latest report on her blog. She is making headway on some of the cooler features of YAML: flow style, anchors, and special tags. Legit boolean behavior is now implemented in YAML::XS. The blog post provides a nice rundown of the 4 ways to quote in YAML. Wondering what all the fuss is about? check out Tina's

    ... read more
  • Grant Report - Complete YAML::PP - October 2017 Sun, 05-Nov-2017 by Mark A Jensen
    in: Grants

    Tina has put >50hrs in on YAML::PP, as she describes in her blog post. Some highlights: 23 tests added to the standard test suite Updates to the YAML Test Matrix Under-hood work on YAML::XS boolean handling and YAML flow-style. MAJ

    ... read more
  • Grant Report : Complete YAML::PP - September 2017 Sat, 30-Sep-2017 by Mark A Jensen

    Tinita has already achieved much in a short time on her grant to Complete YAML::PP. She has provided full details at blogs.perl.org. Some highlights: Produced YAML::PP::Lexer, ::Parser, ::Dumper, ::Emitter, ::Reader, ::Highlight Continued work towards full YAML 1.2 compliance Allows Unicode chars Bugfixes, refactors and miscellaneous doodads Code is on github. You're wondering "What's so cool about this?" Check out Tinita's talk where you can learn all about the secret features

    ... read more
  • Final Report : Grant "Robust Perl 6 Unicode Support" Thu, 28-Sep-2017 by Mark A Jensen

    Samantha has submitted her last grant update and her final review of her work for the consideration of the community and the Grants Committee. Highlights for the latest month of work include: Her Unicode Collation Algorithm is fully merged into MoarVM She has released full UCA documentation Prepends are handled with more generality, so that edge cases in certain ops now work properly Bugs in encoding into and handling UTF8-C8

    ... read more
  • Grant Report : Robust Perl 6 Unicode Support - September 2017 Sat, 02-Sep-2017 by Mark A Jensen

    In her excellent overview of Unicode presented at YAPC-EU, Samantha gives us her take on Perl6 Unicode: “Torture the implementers for the sake of the users.” Perl6 Unicode users will certainly have some wonderfully easy access to deep Unicode magic thanks to her work. But reading her blog, I get a distinct impression of delight, rather than torture... In her complete blog post, she describes, among other details: Implementation of

    ... read more
  • Grant Report : Robust Perl 6 Unicode Support - August 2017 Wed, 09-Aug-2017 by Mark A Jensen
    in: Grants

    The inchstones are falling like 1F030—1F09F as Samantha makes further progress on her grant to improve the robustness of Unicode support in Rakudo. In her complete blog post, she describes: Implementation of a fully working Unicode Collation Algorithm with only 82 of 190,377 tests failing 100% of Emoji 4.0 emoji are treated as a single grapheme, enabling MoarVM to advertise full Unicode 9.0/Emoji 4.0 text segmentation support.

    ... read more
  • Grant Report : Robust Perl 6 Unicode Support - July 2017 Sun, 09-Jul-2017 by Mark A Jensen

    Samantha continues to address the addition of Unicode features and long-standing Unicode bugs in her grant to improve the robustness of Unicode support in Rakudo. In her complete blog post, she describes: the Unicode collation algorithm in a very readable overview, and her improvements to enable customizable collation at all three main collation levels support for the Prepend property in code that avoids grapheme breaking, leading to increases in

    ... read more
  • Grant Report : Robust Perl 6 Unicode Support - June 2017 Tue, 06-Jun-2017 by Mark A Jensen
    in: Grants

    Samantha McVey has made progress on her grant to improve the robustness of Unicode support in Rakudo. She is working in the following repos: https://github.com/samcv/UCD, https://github.com/samcv/Unicode-Grant. Here are a few highlights from her complete blog post. "In Roast there is a new version of GraphemeBreakTest.t. The script tests the contents of each grapheme individually from the GraphemeClusterBreak.txt file from the Unicode 9.0 test suite. Previously we only checked the

    ... read more
  • Final Grant Report : Migrating blogs.perl.org - April 2017 Fri, 21-Apr-2017 by Mark A Jensen
    in: Grants

    Work on the blogs.perl.org grant, started in November 2015, has stalled. With no progress reports from the grantee since November 2016, and after a number of attempts on all sides to jumpstart the work, the Grants Committee has voted to cancel the grant, as provided in the rules of operation. Many on the Committee and in the community would like to see a successful update of blogs.perl.org. With that in

    ... read more
  • Final Grant Report : RPerl User Documentation #2 Wed, 25-Jan-2017 by Mark A Jensen
    in: Grants

    Will Braswell has submitted his final report on his grant RPerl User Documentation, Part 2 The Grants Committee welcomes comments from the community before it votes on completion of the grant. MAJ RPerl User Documentation, Part 2, Final Report Deliverables Inch-stones Completeness Criteria RPerl User Documentation, Part 2, Final Report Name: Will Braswell Amount Requested: USD 1,600 Deliverables Deliverables for this grant proposal are: 1. Complete

    ... read more
  • Grant Report : RPerl User Documentation #2 - Dec 2016 Mon, 23-Jan-2017 by Mark A Jensen
    in: Grants

    Will Braswell reports that he has completed the deliverables for RPerl Docs #2: "Lots of big news for RPerl! First, Christmas saw the release of the new Perl-powered platform CloudForFree.org ;v1.0, codename Nimbostratus. Secondly, on New Years Day we released RPerl v2.4 codename Aurora. And last but not least, we are proud to announce the publication of Learning RPerl chapter 4, thereby completing part 2 of the TPF grant! Over

    ... read more
  • Grant Report : RPerl User Documentation #2 - Nov 2016 Wed, 14-Dec-2016 by Mark A Jensen
    in: Grants

    Here is Will's report for November: Chapter 3 is now complete! The following new sections of Learning RPerl have been published: Section 3.10: Range Operator Section 3.11: Converting From Array To String Section 3.12: Program Control Using The for foreach Loops Section 3.12.1: The Range for Loop Section 3.12.2: The C-Style for Loop Section 3.12.3: The foreach Loop Section 3.13: Punctuation Variables Magic Section 3.14: reverse Operator

    ... read more
  • Grant Report : RPerl User Documentation #2 - Sept/Oct 2016 Sun, 23-Oct-2016 by Mark A Jensen
    in: Grants

    Will reports on RPerl documentation for September and most of October: "Chapter 3 is coming along nicely! The following new sections of Learning RPerl have been published: Section 3.5: 2-D Array Data Types Nested Arrays Section 3.6: qw Operator Section 3.7: Array Assignment Section 3.8: push pop Operators Section 3.9: shift unshift Operators Also, more extensive example code has been added to the following sections:

    ... read more
  • Grant Report : RPerl User Documentation #2 - August 2016 Tue, 20-Sep-2016 by Mark A Jensen
    in: Grants

    Will reports progress on Ch. 3 of Learning RPerl during August: "This month we have published content for the chapter 3 opening and its first 4 sub-sections. Start learning how to use arrays in RPerl! CHAPTER 3: ARRAY VALUES VARIABLES Section 3.1: Lists vs Arrays Section 3.2: Array Data Types Section 3.3: How To Access Array Elements Section 3.4: Array Length Negative Indices MAJ

    ... read more
  • Grant Report : RPerl User Documentation #2 - July 2016 Thu, 11-Aug-2016 by Mark A Jensen
    in: Grants

    Will reports on the completion of Chapter 2 of Learning RPerl: "Initial work on chapter 2 of Learning RPerl is finally finished! Hopefully chapters 3 and 4 will not take quite so long to complete. All of the following sections have now been published: Section 2.4: Scalar Variables Section 2.4.1: Choosing Good Variable Names Section 2.4.2: Boolean Data Type Section 2.4.3: Unsigned Integer Data Type

    ... read more
  • Grant Report : RPerl User Documentation #2 - June 2016 Tue, 12-Jul-2016 by Mark A Jensen

    Will Braswell provides this update: "RPerl v2.0 has been officially released, including the long-awaited automatic parallelization feature, which pushes us beyond the everyday speed of serial C++ to the bleeding-edge speed of parallel C++. Accordingly, the following Learning RPerl sections have been added or updated: Section 1.25.2: History Of RPerl Section 1.26: What's New In RPerl v2.0? APPENDIX A: EXERCISE ANSWERS B.8: Modes, Integer Type B.9: Modes, Number Type B.16:

    ... read more
  • Grant Report : RPerl User Documentation #2 - May 2016 Tue, 07-Jun-2016 by Mark A Jensen

    Will Braswell continues his unrestricted production of R -Perl documentation: "May was yet another busy month for Learning RPerl, section 2.3.6 was huge so I split out all the command-line arguments into a new appendix B. We now have documentation for all of RPerl's 15 phases of operation, 27 command-line arguments, and approximately 200 RPerl-specific error messages, with even more coming soon! All of the following sections have now been

    ... read more
  • Grant Report : RPerl User Documentation #2 - April 2016 Fri, 06-May-2016 by Mark A Jensen
    in: Grants

    Will has got a lot done on RPerl in April. Here's his report: "All of section 2.1 and section 2.2 are now completed. RPerl v1.7 codename Tycho was released on April 1st now containing initial capabilities of generating stand-alone binary executable. All of the following sections of Learning RPerl have been published: Section 2.1.9: Truth Values Section 2.1.10: Floating-Point Error Section 2.1.11: Arithmetic Operators Section 2.1.12: Trigonometry Operators Section 2.1.13:

    ... read more
  • Grant Report : RPerl User Documentation #2 - March 2016 Sun, 03-Apr-2016 by Mark A Jensen
    in: Grants

    Will Braswell's first report on the follows. "As planned, I've continued work where we left on in part 1 off the Learning RPerl grant. I've implemented a new mechanism for creating tables in POD, currently supporting 14 output formats, which I believe is significantly more than anyone else has achieved to date. learning_rperl_generate.sh 1. pod2text 2. pod2text color 3. pod2man 4. pod2man postscript 5.

    ... read more
  • Grant Report : RPerl User Documentation - Final (Jan 2016) Sat, 23-Jan-2016 by Mark A Jensen
    in: Grants

    Will Braswell has completed his RPerl Docs grant, submitting the following report: "I have released RPerl v1.51 with all grant work items now completed! 1a. Describe Eyapp EBNF grammar format and Grammar.eyp file sections http://rperl.org/learning_rperl.html#B.1%3A_Eyapp_Grammar_Format_%26_Sections 1b. Describe lexical token types http://rperl.org/learning_rperl.html#B.2%3A_Lexicon_Token_Types 1c. Describe operator precedence and associativity http://rperl.org/learning_rperl.html#B.3%3A_Syntax_Precedence_%26_Associativity 1d. Describe all grammar rules and productions 1e. Provide examples of valid code http://rperl.org/learning_rperl.html#B.4%3A_Syntax_Production_Rules 2a. Complete source code of solutions to chapters

    ... read more
  • Grant Report : RPerl User Documentation - December 2015 Tue, 05-Jan-2016 by Mark A Jensen

    Will Braswell provides the following update on his RPerl doc grant. By my assessment of the inchstones, Will is well past the 60% mark and is doggedly making constant headway. "I've released RPerl v1.4 and v1.5 with updated Learning RPerl content: https://metacpan.org/release/RPerl For work item 2b, I am about halfway through writing the explanations of how to arrive at each code solution for the exercises in chapters 1 6: http://rperl.org/learning_rperl.html#APPENDIX_A%3A_EXERCISE_ANSWERS

    ... read more
  • Grant Report : RPerl User Documentation - November 2015 Fri, 04-Dec-2015 by Mark A Jensen

    Will Braswell provides the following update on his RPerl doc grant: "For the Learning RPerl exercises, I found a way to work around Perlcritic and get chapter 3 exercise 3 to parse properly, which could be considered extra credit toward work item 2a. I've started formally writing the Learning RPerl textbook, which means we are most of the way done with work item 1b, 1e, 3a, and 3b. On Thanksgiving

    ... read more
  • Grant Report : RPerl User Documentation - October 2015 Wed, 28-Oct-2015 by Mark A Jensen

    Will Braswell provides the following report on RPerl documentation efforts in October: 'I have been diligently working on work item 2a, "Complete source code of solutions to chapters 1 6". This month, I have pushed over 30 commits to Github related to this grant, starting with dd57fcfc7cde28a4f6e46c1b3cbe0b751922ed9c. At this time, all exercises from Learning Perl chapters 1 through 6 are implemented in RPerl and parsing properly, with the exception of

    ... read more
  • Grant Report: Modern OO Programming in Perl (Book) - Dec 2014 Sat, 17-Jan-2015 by Mark A Jensen

    Yes, it's January. But we found that Toby did provide a blog post on 2014-12-31 detailing some work on his book, with some new committed material. Looking forward to continued progress in 2015. MAJ

    ... read more
  • Grant Report: Inline::C(PP) - Final (Dec 2014) Sun, 28-Dec-2014 by Mark A Jensen

    Ingy and David have completed work on Inline::Module, or "How to be an XS author without knowing XS". According to the original proposal, the proposed deliverables were: Allow compilation of inlined C code to happen during a module's build time, and then allow Inline to get out of the way to a greater degree than currently happens. Make use Inline not trigger a C compile or a C

    ... read more
  • Grant Report: Inline::C(PP) - December 2014 Mon, 22-Dec-2014 by Mark A Jensen
    in: Grants

    As Ingy says, Christmas is the time when we wrap things up. Inline::Module is nearly an officially-released reality. The last few weeks of progress can be found here. Highlights: "Autostubbing" feature generates Inline-calling stub modules in memory automagically Example module Alt::Acme::Math::XS in many flavors Lots of community interaction and support The committee will soon be tasked to vote on completion and payment. MAJ

    ... read more
  • Grant Report: Modern OO Programming in Perl (Book) - Nov 2014 Sat, 29-Nov-2014 by Mark A Jensen

    Efforts have been made to obtain a report on MOOP book progress during November; unfortunately, Toby has not provided one. No recent commits are in evidence. I will back out of this post on receipt of a report or blog entry. MAJ

    ... read more
  • Grant Report: Inline::C(PP) - November 2014 Mon, 24-Nov-2014 by Mark A Jensen
    in: Grants

    Ingy and David have made great strides this month on Inline::Module. Weekly updates can be found at the Ouistreet Inline blog. Highlights "We now have real, usable, open source software on GitHub, so the roadmap and problems will start being expressed as Issues." Support for ExtUtils::MakeMaker, Dist::Zilla, Zilla::Dist, and Module::Install based distributions for Inline. Well filled out Inline::Module::Tutorial According to David: "In brief, our primary objective now works for four

    ... read more
  • Grant Report: Modern OO Programming in Perl (Book) - Oct 2014 Thu, 30-Oct-2014 by Mark A Jensen

    Toby Inkster reports in his blog that the book took a back seat to other duties this month. He is continuing to develop the basic ideas, most recently in the form of a talk that he will present at the London Perl Workshop. Toby has shared this material . MAJ #oop #moop

    ... read more
  • Grant Report: Inline::C(PP) - October 2014 Mon, 27-Oct-2014 by Mark A Jensen

    Ingy and David report on their Inline:C grant progress in their "joint blog":http://inline.ouistreet.com/page/inline-grant-weekly-report-1.html. Some exciting highlights: All work being done publicly: David and Ingy code in remote PairUpâ„¢ session All realtime communication in IRC Tmux to be termcasted soon Fork 'em on "GitHub":https://github.com/ingydotnet/inline-module-pm Figured out a decent Inline Module API strategy Authors do 3 simple new things to ship Inline code to CPAN No end-user dependency on Inline for these

    ... read more
  • Grant Report: Modern OO Programming in Perl (Book) - Sept 2014 Fri, 26-Sep-2014 by Mark A Jensen
    in: Grants

    Toby Inkster reports on his book-writing progress in his latest blog post Highlights: The material is open and mirrored at GitHub and Bitbucket He welcomes your comments and suggestions. Work on the namespace chapter is beginning. I and I'm sure many others are looking forward to having this great resource. MAJ #oop #moop

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