small typo in PBC_COMPAT

2005-05-11 Thread Uwe Voelker
Hello, I fixed a small typo in PBC_COMPAT. Btw. the tests in t/p6rules/*.t have 'no_plan'. Should this be changed to reflect the correct number of tests? I have this patch ready, but I'm too shy to post :-) Bye, Uwe Index: PBC_COMPAT ==

Re: small typo in PBC_COMPAT

2005-05-11 Thread Uwe Voelker
That seems reasonable to me. Please do. Here it is (together with a gentle reminder at the end of the .t file :-) But feel free to leave this line out. Uwe Index: t/p6rules/anchors.t === --- t/p6rules/anchors.t (revision 8065) +++ t/p

[Parrot 0.1.2] examples/assembly/ncurses_life.imc error

2005-03-07 Thread Uwe Voelker
Hello, if I try the ncurses_life.imc demo I get the error "Null PMC access in invoke()". This is the debug output: [EMAIL PROTECTED]:~/tmp/parrot/examples/assembly> parrot -d ncurses_life.imc *** Parrot VM: Setting stack top. *** *** Parrot VM: Slow core *** *** Parrot VM: Setting up ARGV array

Re: [Parrot 0.1.2] examples/assembly/ncurses_life.imc error

2005-03-08 Thread Uwe Voelker
if I try the ncurses_life.imc demo I get the error "Null PMC access in invoke()". Apply this patch, then let me know if it fixes it for you so that I can check it in. Yes it works! It might be better to port the demo to use the ncurses.imc file, as it looks more recent, but this is the quickest p

Re: New language: Parrot Common Lisp

2005-04-22 Thread Uwe Voelker
I'd like to announce the creation of the Parrot Common Lisp project, Let's port emacs to it :-) Bye, Uwe