Re: core.ops ARGDIR

2002-09-03 Thread Angel Faus
Hi Leo, This should be - from my (imcc) POV - reflected by these IN/OUT settings: op set(in PMC, in INT) op set(in PMC, in STR) op set(in PMC, in NUM) op set(out PMC, in PMC) # ok, $1 points to $2 now # P[i] = x op set(in PMC, in intkey, in x) # P[KEY] = x op set(in

[perl #16960] [PATCH] assemble.pl dulpicate labels

2002-09-03 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #16960] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16960 imcc and assembler did allow duplicate labels. Fix for imcc is ready and

Perl 6 Summary for week ending 2002-09-01

2002-09-03 Thread Piers Cawley
Perl6 Summary for the week ending 2002-09-01 Well, it's been a week. Damian came to London and made our heads spin; perl6-language erupted in a flurry of interesting, high signal/noise threads; Parrot reached its 0.0.8 release; Larry made many of his wonderfully unexpected but

RE: Perl 6 Summary for week ending 2002-09-01

2002-09-03 Thread Venkata Suresh Babu (STP)
Hi team., thanx in advance Can you provide me a link or a zip file where i can download perl6 or perl 5.6 for solaris 7 or solaris 8 Would be appreciated.. cheers venkat -Original Message- From: Piers Cawley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 4:57 PM

imcc and 0.0.8, should this happen?

2002-09-03 Thread Chris Dutton
Using Mac OS X 10.1.5, on which I've successfully built 0.0.6 and 0.0.7. [localhost:~/parrot.1/languages/imcc] chris% make anyop.o definition of _n_symbols in section (__DATA,__common) make: *** [imcc] Error 1 [localhost:~/parrot.1/languages/imcc] chris% Then when I try to run a simple

Re: core.ops ARGDIR

2002-09-03 Thread Leopold Toetsch
Angel Faus wrote: Hi Leo, This should be - from my (imcc) POV - reflected by these IN/OUT settings: op set(in PMC, in INT) op set(in PMC, in STR) op set(in PMC, in NUM) op set(out PMC, in PMC) # ok, $1 points to $2 now # P[i] = x op set(in PMC, in intkey, in x) # P[KEY] = x

[perl #16962] [PATCH] add ICU to the glossary

2002-09-03 Thread via RT
# New Ticket Created by Kevin Falcone # Please include the string: [perl #16962] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16962 Someone asked on IRC this morning about what ICU is. They mentioned not finding

Re: [perl #16874] [BUG] Concatenation failing

2002-09-03 Thread Leon Brocard
Leon Brocard sent the following bits through the ether: I have a weird bug where concatenation is sometimes failing Well, this bug is still here. I saw some patches fly by but which of them is the right patch and can it be applied please? ;-) Leon -- Leon

Re: imcc and 0.0.8, should this happen?

2002-09-03 Thread Andy Dougherty
On Tue, 3 Sep 2002, Chris Dutton wrote: Using Mac OS X 10.1.5, on which I've successfully built 0.0.6 and 0.0.7. [localhost:~/parrot.1/languages/imcc] chris% make anyop.o definition of _n_symbols in section (__DATA,__common) make: *** [imcc] Error 1 imcc had hard-wired version

[perl #16965] [PATCH] Fix some test_prep dependencies.

2002-09-03 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #16965] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16965 This patch gathers together different testing dependencies into a new test_prep

[perl #16968] [PATCH] Add configuration summary

2002-09-03 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #16968] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16968 The following patch causes Configure to generate a 'myconfig' file that

Parrot: maximizing the audience

2002-09-03 Thread Jerome Quelin
Hi there, As a recent parroter, what striked me most while reading perl6-internals, is that it's very perl-centric. Ok, I agree that: * only Perl (and Larry) has planned its roadmap to include Parrot as its final virtual machine. * the name perl6-internals is really too restrictive (but

Re: Parrot: maximizing the audience

2002-09-03 Thread Markus Laire
On 3 Sep 2002 at 22:17, Jerome Quelin wrote: Hi there, As a recent parroter, what striked me most while reading perl6-internals, is that it's very perl-centric. Ok, I agree that: ... * the name perl6-internals is really too restrictive (but this point has already been discussed last

Re: Parrot: maximizing the audience

2002-09-03 Thread Sean O'Rourke
On Tue, 3 Sep 2002, Markus Laire wrote: On 3 Sep 2002 at 22:17, Jerome Quelin wrote: Hi there, As a recent parroter, what striked me most while reading perl6-internals, is that it's very perl-centric. Ok, I agree that: ... * the name perl6-internals is really too restrictive (but

RE: Parrot: maximizing the audience

2002-09-03 Thread Brent Dax
Sean O'Rourke: # Would it be possible to rename perl6-internals now to something # better like parrot-internals? # # I think aliases can take care of this, though I'm not the # sysadmin. Maybe it makes people feel better to send mail to # parrot-internals instead of perl6-internals, but I

Re: [perl #16968] [PATCH] Add configuration summary

2002-09-03 Thread Steve Fink
On Tue, Sep 03, 2002 at 04:59:44PM +, Andy Dougherty wrote: The following patch causes Configure to generate a 'myconfig' file that summarizes the current parrot configuration (much like perl5's 'myconfig' or perl -V output). This patch also includes makefile targets to generate OK

Re: Parrot: maximizing the audience

2002-09-03 Thread Aaron Sherman
On Tue, 2002-09-03 at 17:03, Sean O'Rourke wrote: On Tue, 3 Sep 2002, Markus Laire wrote: Would it be possible to rename perl6-internals now to something better like parrot-internals? I think aliases can take care of this, though I'm not the sysadmin. Maybe it makes people feel better

Re: [perl #16965] [PATCH] Fix some test_prep dependencies.

2002-09-03 Thread Steve Fink
On Tue, Sep 03, 2002 at 02:55:05PM +, Andy Dougherty wrote: # New Ticket Created by Andy Dougherty # Please include the string: [perl #16965] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16965 This

Re: Parrot: maximizing the audience

2002-09-03 Thread Bryan C. Warnock
IANADan, but he's aware of these issues, and is/has been thinking about them. Separating Parrot isn't as trivial as s/erl/arrot/g, and probably won't be done *completely*. We're not going to fool anyone that this isn't a Pet Perl Project, and while other communities are eyeing us, it's not