Re: Flunking tests and failing code

2005-12-06 Thread Luke Palmer
On 12/6/05, chromatic <[EMAIL PROTECTED]> wrote: > On Mon, 2005-12-05 at 07:54 +, Luke Palmer wrote: > > > I wonder if there is a macroey thing that we can do here. That is, > > could we make: > > > > ok(1); > > is(1, 1); > > like("foo", /foo/); > > > > Into: > > > > ok(1); > >

Re: Flunking tests and failing code

2005-12-06 Thread Luke Palmer
On 12/6/05, Luke Palmer <[EMAIL PROTECTED]> wrote: > That still leaves the problem of what to do with fail() and is() in > the compiler suite. > > Here's a handwavey crack at what I was talking about: Ack. Accidentally sent the half written message. Let's try again: my $comparators = set <