NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
welcome back! (Score:1)
Great news (and test suite) (Score:1)
But I also have to add that part of the reduced runtime is due to many changes in the tests that leads to parse failures and thus early exists.
The biggest chunk is the changed POD. We're slowly converting the old style POD from
=pod
=cut
to new style POD
=begin description
=end description
Since pugs can't parse that, the number of failing tests rose significantly.
Re: (Score:1)
For example, t/spec/S02-builtin_data_types/subtypes.t has such a block, and pugs passes it just fine (with two unexpected successes).
Is it possible for you to give a single test file for me to try against?
Re: (Score:1)
But there's something different that came to my mind - are you actually using fudge before running the tests? some of the
In the parrot repository languages/perl6/t/harness integrates fudge, and languages/perl6/tools/autounfudge.pl is a script for autotmatically removing fudge markers from passing tests (which br
Re: (Score:1)
In retrospect, I regret the insistence of marking :todo<feature> and making sure that all platforms fails with an equal number with tests before each Pugs release. Much of release engineering effort were spent tracking down platform-specific bugs, while it would make more sense simply to let them fail.
But sure, a fudge script livi
Re: (Score:1)
The fudge and fudgeall scripts already live in t/spec/, so you just have to integrate them into the pugs test harness.
It's the unfudge scripts (that basically writes patches that remove '#?rakudo' or '#?pugs' fudge lines for you) that I considered for moving.
I think that we also need to specify the functionality of Test.pm a bit more since rakudo uses its own (simpler) Test.pm, with slightly different is()
on cygwin (Score:1)
Hi Audrey,
I described the pugs installation on cygwin at
http://use.perl.org/~rurban/journal/36897 [perl.org]
Re: on cygwin (Score:1)
A commit bit is on its way to your mailbox; if you can check out the latest Pugs from subversion and see if "perl Makefile.PL ; make" just works on Cygwin, that'd be excellent.
Re: shameless plug (Score:1)
There are many, many people who wish you well in all things (not only for what you may do with Perl).
Have you considered posting a link to say an Amazon wish list so that those who cannot afford to employ you, can register their appreciation ?
Why not revisit TPF with a proposal to do more on what you obviously love, namely the Haskell implementation of P6 ? I can't think of a better way for the TPF to invest some of the Ian Hague cash than doing this, and, were I to learn that they'd sponsored
Re: (Score:1)