RE: Cygwin problem: -j not working again [x-adr][x-bayes]

2004-05-10 Thread Garrett Goebel
Brent 'Dax' Royal-Gordon wrote: > Joshua Gatcomb wrote: > > I will shut up now. One should not be allowed to > > operate computers when over tired without ample supply > > of caffeine. > > You mean there's another way to operate computers? (After > spending my teenage years caffeinating and hac

Re: Cygwin problem: -j not working again

2004-05-10 Thread Brent 'Dax' Royal-Gordon
Joshua Gatcomb wrote: I will shut up now. One should not be allowed to operate computers when over tired without ample supply of caffeine. You mean there's another way to operate computers? (After spending my teenage years caffeinating and hacking, no caffeine supply is "ample" anymore.) -- Br

build notes (was: Cygwin problem: -j not working again)

2004-05-10 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > --- Leopold Toetsch <[EMAIL PROTECTED]> wrote: >> Dunno. You can follow CVS updates at the cvs mailing >> list or at the news group perl.cvs.parrot. > Thanks - next time I see "fixed" and doing a cvs > update -dP doesn't pick up the change I will know >

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Dunno. You can follow CVS updates at the cvs mailing > list or at the news group perl.cvs.parrot. Just a hunch but I bet it is a timezone problem. I just did a cvs update -dP -D"2004-05-10 23:59", which is in the future for me. It picked up a hand

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Dunno. You can follow CVS updates at the cvs mailing > list or at the news group perl.cvs.parrot. Thanks - next time I see "fixed" and doing a cvs update -dP doesn't pick up the change I will know where to look. > > It was this 1-liner check in be

Re: Cygwin problem: -j not working again

2004-05-10 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > Before I posted, I updated again with the latest > checkout and saw that I am still having the problem. > It has been about an hour since you said it was fixed > and I am not seeing it. Is there some CVS trickery I > should be doing? Dunno. You can fol

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
> Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > Working great now. Not sure why it took so long before > I could see the update in CVS. Thanks and please > disregard earlier message. > > Joshua Gatcomb > a.k.a. Limbic~Region Ok, I am an idiot. I didn't try the -j option. Still not working as of

Re: Cygwin problem: -j not working again

2004-05-10 Thread Dan Sugalski
At 9:39 AM -0700 5/10/04, Joshua Gatcomb wrote: --- Leopold Toetsch <[EMAIL PROTECTED]> wrote: Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > parrot -j examples/benchmarks/primes2.pasm > exists_keyed() not implemented in class 'PerlInt' Ah. yep. Due to eliminating two vtable functions, other ones

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > > > parrot -j examples/benchmarks/primes2.pasm > > exists_keyed() not implemented in class 'PerlInt' > > Ah. yep. Due to eliminating two vtable functions, > other ones after that > moved down in table. JI

Re: Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > > > parrot -j examples/benchmarks/primes2.pasm > > exists_keyed() not implemented in class 'PerlInt' > > Ah. yep. Due to eliminating two vtable functions, > other ones after that > moved down in table. JI

Re: Cygwin problem: -j not working again

2004-05-10 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > parrot -j examples/benchmarks/primes2.pasm > exists_keyed() not implemented in class 'PerlInt' Ah. yep. Due to eliminating two vtable functions, other ones after that moved down in table. JIT needs a small adjustment. Fixed. > Cheers > Joshua Gatcomb

Cygwin problem: -j not working again

2004-05-10 Thread Joshua Gatcomb
The change happened on 2004-05-10 between 07:05 and 07:10 EDT. The files that changed during that time frame are lib/Parrot/Pmc2c.pm lib/Parrot/Vtable.pm classes/ref.pmc classes/sharedref.pmc config/gen/makefiles/root.in Looking at the diffs, the only change I can see is to the bxor MMD stuff Le