Sorry

2008-01-25 Thread NotFound
Hello. I sent to the list the message to parrotbug, and later to parrotbug the apology message to the list, sorry. -- Salu2

[svn meta] sorry

2005-05-03 Thread Leopold Toetsch
Sorry, I forgot to attach necessary legal bits to the last two patches I applied: new n_arithmetics tests Courtesy of Bob Rogers [Patch] Win32 thread primitives Courtesy of Vladimir Lipsky leo

Re: Sorry 'bout the object delay

2003-12-08 Thread Dan Sugalski
At 3:29 PM +0100 12/7/03, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: I got mugged by the flu, [ ... ] [ ... ] Objects'll be the death of me, I swear... I don't hope, that this is anyhow related to my checkins, Nah--objects just hate me. :) --

Re: Sorry 'bout the object delay

2003-12-07 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > I got mugged by the flu, [ ... ] > [ ... ] Objects'll be the death of me, I swear... I don't hope, that this is anyhow related to my checkins, 'cause: "... IS PROVIDED "AS IS" ... IN NO EVENT ... BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL

Sorry 'bout the object delay

2003-12-06 Thread Dan Sugalski
I got mugged by the flu, or something quite like it, on wednesday, and I'm still trying to stay up and running for more than a few hours at a stretch. (And digging out from the rubble of two kids who *aren't* sick :) Objects'll be the death of me, I swear... Anyway, I see there's more than one

Sorry 'bout my missing-ness

2003-08-15 Thread Dan Sugalski
I've started a new job this week, and between finishing the last one and getting this going it's changed my schedule rather a lot. Settling down, though, so I should be in a position to at least trickle out mail again. I'll be draining out the queue tonight and tomorrow morning (GMT-500 if you're

Sorry 'bout the backwards replies

2003-08-04 Thread Dan Sugalski
I'm digging out from under near two-weeks of p6i mail, and taking it from back to front. If there are pending issues I've not gotten to in the next few days (as it's a lunch and evening project) then pop them back to the list and we'll get them addressed. --

sorry

2002-07-21 Thread Tanton Gibbs
> I stated #4 wrong...it should be perlnum.pmc not >perlint.pmc [snip exceedingly long unnecessary repost...] It's late...I didn't mean to take up your bandwidth :( sorry about that.

Printing literal "\0" in parrot: Sorry, forgot the attachment

2002-05-15 Thread Joe Yates
#! perl use Parrot::Test tests => 5; use Test::More; output_is(<<'CODE', <

copy-on-write (sorry if this is a duplicate)

2001-11-30 Thread Jeff 'japhy' Pinyan
I'm writing a simple language to embody the concept of copy-on-write, and so that I can learn how to implement it. The language is called COW and it's at http://japhy.perlmonk.org/COW/ Ben Tilly suggested I contact the Perl6 Internals folk and let you know that this is an important feature th

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Dan Sugalski
At 10:28 AM 10/26/2001 -0500, Brian Wheeler wrote: >On Fri, 2001-10-26 at 09:57, Sam Tregar wrote: > > On Fri, 26 Oct 2001, Brent Dax wrote: > > > > > What if I want my compiler to be lazy? Do you have the right to punish > > > me for my laziness by making me add constant folding to my optimizer

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Dan Sugalski
At 08:32 AM 10/26/2001 -0700, Brent Dax wrote: >Dan Sugalski: ># More importantly, the answer to the preceeding question can be "Yes". > >So why don't we wait until we decide we don't have enough opcodes? >Smells like premature optimization to me. Note the answer was "can be", not "will be"...

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Brent Dax
Brian Wheeler: # I've got a dumb question, and its probably because I've not # been paying # attention, so I apologise in advance. # # How does a program access more than 32 variables simultaneously? In # real CPU architectures you've got main memory storage, but # here we only # have registers.

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Brent Dax
Dan Sugalski: # At 10:51 AM 10/26/2001 -0400, Jason Gloudon wrote: # >On Fri, Oct 26, 2001 at 06:54:32AM -0700, Brent Dax wrote: # > # > > What if I want my compiler to be lazy? Do you have the # right to punish # > > me for my laziness by making me add constant folding to # my optimizer (or # >

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Brent Dax
Sam Tregar: # On Fri, 26 Oct 2001, Brent Dax wrote: # # > What if I want my compiler to be lazy? Do you have the # right to punish # > me for my laziness by making me add constant folding to my # optimizer (or # > perhaps making me *write* an optimizer just to do constant folding)? # # Actually,

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Brian Wheeler
On Fri, 2001-10-26 at 09:57, Sam Tregar wrote: > On Fri, 26 Oct 2001, Brent Dax wrote: > > > What if I want my compiler to be lazy? Do you have the right to punish > > me for my laziness by making me add constant folding to my optimizer (or > > perhaps making me *write* an optimizer just to do c

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Sam Tregar
On Fri, 26 Oct 2001, Brent Dax wrote: > What if I want my compiler to be lazy? Do you have the right to punish > me for my laziness by making me add constant folding to my optimizer (or > perhaps making me *write* an optimizer just to do constant folding)? Actually, a really lazy compiler will

Re: Ooops, sorry for that blank log message.

2001-10-26 Thread Brian Wheeler
On Fri, 2001-10-26 at 01:32, Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > Brian Wheeler <[EMAIL PROTECTED]> wrote: > > > Darn it, I fat fingered the log message. > > > > This is a fix which changes the way op variants are handled. The old > > method "forgot" the last variant,

Re: Ooops, sorry for that blank log message.

2001-10-26 Thread Dan Sugalski
At 10:51 AM 10/26/2001 -0400, Jason Gloudon wrote: >On Fri, Oct 26, 2001 at 06:54:32AM -0700, Brent Dax wrote: > > > What if I want my compiler to be lazy? Do you have the right to punish > > me for my laziness by making me add constant folding to my optimizer (or > > perhaps making me *write* an

Re: Ooops, sorry for that blank log message.

2001-10-26 Thread Jason Gloudon
On Fri, Oct 26, 2001 at 06:54:32AM -0700, Brent Dax wrote: > What if I want my compiler to be lazy? Do you have the right to punish > me for my laziness by making me add constant folding to my optimizer (or > perhaps making me *write* an optimizer just to do constant folding)? You don't have to

RE: Ooops, sorry for that blank log message.

2001-10-26 Thread Brent Dax
Tom Hughes: # In message <[EMAIL PROTECTED]> # Brian Wheeler <[EMAIL PROTECTED]> wrote: # # > Darn it, I fat fingered the log message. # > # > This is a fix which changes the way op variants are # handled. The old # > method "forgot" the last variant, so thing(i,i|ic,i|ic) would # > gen

Re: Ooops, sorry for that blank log message.

2001-10-25 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Brian Wheeler <[EMAIL PROTECTED]> wrote: > Darn it, I fat fingered the log message. > > This is a fix which changes the way op variants are handled. The old > method "forgot" the last variant, so thing(i,i|ic,i|ic) would > generate: > thing(i,i,i) > thin

Ooops, sorry for that blank log message.

2001-10-25 Thread Brian Wheeler
Darn it, I fat fingered the log message. This is a fix which changes the way op variants are handled. The old method "forgot" the last variant, so thing(i,i|ic,i|ic) would generate: thing(i,i,i) thing(i,i,ic) thing(i,ic,i) but not thing(i,ic,ic) The new one does. Brian