http://www.perlmonks.org?node_id=1055533


in reply to Re^5: Perl 5 Optimizing Compiler, Part 8: The Book Of RPerl
in thread Perl 5 Optimizing Compiler, Part 8: The Book Of RPerl

We're tracking the RPerl project using Trello, there's a basic check-list on a card named "Test Suite" on this board:

https://trello.com/b/hQCPeg1d/austin-pm-rperl-development

The in-process test is 05_type_hash.t, which is almost done and is modeled after the working 04_type_array.t. You can see the test file at Github here:

https://github.com/wbraswell/rperl/blob/master/t/05_type_hash.t

After the hash type test is done, then comes the OO inheritance test, the RPerl system functionality for which is already in place, and the basic testing code for which is already largely written in different places around the RPerl codebase.

After the OO inheritance test comes the hand-compiled sorting test, and that's where my RPerl system functionality ends. I'm in the process of choosing a Perl 5 parser now, then comes the automated compiling process.

Wanna help with some test writing? :)
  • Comment on Re^6: Perl 5 Optimizing Compiler, Part 8: The Book Of RPerl