Re: [perl #23368] [PATCH] make P6C use CPS
by Leopold Toetsch other posts by this author
Aug 19 2003 12:20PM messages near this date
[perl #23368] [PATCH] make P6C use CPS
|
String API
Allison Randal <bugs-parrot@[...].com> wrote:
> This patch switches languages/perl6 over to using CPS. It isn't a
> complete and final solution, just a step in the right direction. My goal
> was to make the smallest number of code changes possible to get it to
> work.
Great, thanks. Applied.
> Switching to the current calling conventions fixed 4 out of 5 failing
> tests with calls to closures and rules (t/compiler/2.t 3-5, and
> t/rx/basic.t 6). The remaining test (t/compiler/1.t 15) fails because
> some architectures return "inf" instead of "Inf" when dividing by zero.
I already tried to use output_like and match /i - but failed,
because output_like isn't exported properly.
> Allison
leo
Thread:
Allison Randal (via RT)
Leopold Toetsch
|