Re: perl6 test failures

2002-08-27 Thread Steve Fink
On Tue, Aug 27, 2002 at 03:42:18PM -0700, Sean O'Rourke wrote: > On Tue, 27 Aug 2002, Steve Fink wrote: > > Backend ops: > > - Brent's original rx ops > > - The rx ops with Angel's modifications > > - My abandoned implicitly backtracking re ops > > Are these abandoned for good, or just for the

Re: perl6 test failures

2002-08-27 Thread Sean O'Rourke
On Tue, 27 Aug 2002, Steve Fink wrote: > For those following along at home: regex engines seem to be too much > fun for people to resist. I know of at least 5 parsers, 4 compilers, > and 5 backend op sets that have been written over the course of the > Parrot project: > > Parsers: > - My language

Re: perl6 test failures

2002-08-27 Thread Steve Fink
On Tue, Aug 27, 2002 at 01:38:26PM -0700, Sean O'Rourke wrote: > On Tue, 27 Aug 2002, Steve Fink wrote: > > I would like to take a shot at making perl6 front- and backend > > adapters for languages/regex, but so far I have seen all the tests in > > languages/perl6 pass exactly once (and I updated

Re: perl6 test failures

2002-08-27 Thread Steve Fink
On Tue, Aug 27, 2002 at 01:53:06PM -0700, Sean O'Rourke wrote: > On Tue, 27 Aug 2002, Leopold Toetsch wrote: > > Steve Fink wrote: > > On a recent tree try this: > > > > $ perl6 --force --test# force rebuid grammar, run all tests > > s/force/force-grammar/? Yep, that fixed it, thanks. That c

Re: perl6 test failures

2002-08-27 Thread Sean O'Rourke
On Tue, 27 Aug 2002, Leopold Toetsch wrote: > Steve Fink wrote: > On a recent tree try this: > > $ perl6 --force --test# force rebuid grammar, run all tests s/force/force-grammar/? /s

Re: perl6 test failures

2002-08-27 Thread Leopold Toetsch
Steve Fink wrote: > Failed Test Status Wstat Total Fail Failed List of Failed > > t/compiler/8.t 5 1280 65 83.33% 1-5 > t/compiler/builtins.t 1 256 21 50.00% 1 > t

Re: perl6 test failures

2002-08-27 Thread Sean O'Rourke
On Tue, 27 Aug 2002, Steve Fink wrote: > I would like to take a shot at making perl6 front- and backend > adapters for languages/regex, but so far I have seen all the tests in > languages/perl6 pass exactly once (and I updated again immediately > after, and a bunch of them broke again.) So I'm a l