Re: [perl #35020] Last round of typos

2005-04-17 Thread chromatic
On Sun, 2005-04-17 at 10:14 -0700, Nick Glencross wrote: > These typos were part of a patch in #34989, but I confused everyone with > patch #34988 which got created through an accident. > > This patch supersedes typos3.patch in #34989. I also made reference to > 'rellocation' perhaps being 'rel

Re: [RFC] some doubtable MMDs?

2005-04-17 Thread Larry Wall
On Sun, Apr 17, 2005 at 09:50:28AM +0200, Leopold Toetsch wrote: : Larry Wall <[EMAIL PROTECTED]> wrote: : > Is there a bitarray lookup by native int? : : Yes. All array lookups support a native int index. Good, good. Speaking of bitarrays (uint1 in the Perl panoply of types), is there any built

Re: Parrot bytecode reentrancy

2005-04-17 Thread Martin D Kealey
On Fri, 15 Apr 2005, Nigel Sandever wrote: > I struck me a while back that there is a contradiction in idea of a shared, > 'my' variable. > > I want to say lexical, but a var declared with 'our' is in some sense lexical. Shared-between-threads and shared-between-scopes are orthogonal properties; u

[perl #35020] Last round of typos

2005-04-17 Thread via RT
# New Ticket Created by Nick Glencross # Please include the string: [perl #35020] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35020 > These typos were part of a patch in #34989, but I confused everyone with patch #3498

Re: regular expressions and parrot

2005-04-17 Thread Patrick R. Michaud
On Sun, Apr 17, 2005 at 04:33:57PM +0200, BÁRTHÁZI András wrote: > Hi, > > Just a short question I'm interested in: where will be, and how will > work (I just asking for a general description about it) the regular > expression / rules part of Parrot? The regular expression / rules part of Parro

Re: regular expressions and parrot

2005-04-17 Thread Nick Glencross
BÁRTHÁZI András wrote: Hi, Just a short question I'm interested in: where will be, and how will work (I just asking for a general description about it) the regular expression / rules part of Parrot? I mean, if it will be at the language (Perl 6, Python, etc.) level, or at the virtual machine le

[perl #35018] [PATCH] Recent ASCII changes, Tcl Breakage

2005-04-17 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #35018] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35018 > More of an implied patch. ^_^ The recent conversion to mostly defaulting to ascii has b

Re: rsync has .svn directories?

2005-04-17 Thread Robert Spier
> The rsync off of cvs.perl.org::parrot-HEAD as suggested on parrotcode.org > contains .svn directories. This doesn't seem right. Fixed.

Re: [perl #34959] config/auto/gmp/gmp.in returns "1" instead of "0"

2005-04-17 Thread Leopold Toetsch
Juergen Boemmels <[EMAIL PROTECTED]> wrote: > I changed the test to calculate a mersenne prime number. I have tested it > on amd 64 and it finds amd64. > Ok to commit? Ook? Ook! > boe leo

Re: [svn:parrot] rev 7853 - in trunk: src t/op

2005-04-17 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > On Sunday 17 April 2005 10:11, Leopold Toetsch wrote: >> > Log: >> > - show backtrace in real_exception if debug mode is turned on >> Shouldn't that be on always? > That's the question. There were a some test failures due to the changed > output. I'll simply

Re: [RFC] .local, .syn, etc.

2005-04-17 Thread William Coleda
Matt Diephouse wrote: William Coleda <[EMAIL PROTECTED]> wrote: 6) avoid using ".local" to mean something different based on context (macro or not) I'm not sure what you mean. .local inside a macro is actually a label, not a variable. From the imcc docs: --- Macros support labels, defined using

[perl #35016] [BUG] t/pmc/timer.t

2005-04-17 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #35016] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35016 > Failed TestStat Wstat Total Fail Failed List of Failed ---

regular expressions and parrot

2005-04-17 Thread BÁRTHÁZI András
Hi, Just a short question I'm interested in: where will be, and how will work (I just asking for a general description about it) the regular expression / rules part of Parrot? I mean, if it will be at the language (Perl 6, Python, etc.) level, or at the virtual machine level? Will Parrot has a

help badly needed - PMC compiler

2005-04-17 Thread Leopold Toetsch
I'm still restructuring the MMD infix functions and classes. Divide and floor_divide are done. But there is a problem: * the Float PMC isa(scalar): it inherits almost all mathemtical functions from the abstract "scalar" PMC * But e.g Parrot_Float_subtract_Complex isn't inherited automatically,

Re: [svn:parrot] rev 7853 - in trunk: src t/op

2005-04-17 Thread Jens Rieks
On Sunday 17 April 2005 10:11, Leopold Toetsch wrote: > > Log: > > - show backtrace in real_exception if debug mode is turned on > Shouldn't that be on always? That's the question. There were a some test failures due to the changed output. I'll simply adjust the tests... > > +Null PMC access in i

[MSWin32] Windows Test Results for r7851

2005-04-17 Thread Ron Blaschke
Here are the test results for /trunk r7851 on Windows XP SP2 Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 Activestate Perl 5.8.6 Activestate Python 2.4.0 ANTLR 2.7.5 ICU 3.2 GDBM 1.8.3 GMP 4.1.4 Tested configurations are perl Co

Re: [perl #34959] config/auto/gmp/gmp.in returns "1" instead of "0"

2005-04-17 Thread Adrian Lambeck
> I changed the test to calculate a mersenne prime number. I have tested it > on amd 64 and it finds amd64. > > Ok to commit? > boe It works for me too. Thanks. Adrian pgpyBOWrIZrD3.pgp Description: PGP signature

Re: [RFC] some doubtable MMDs?

2005-04-17 Thread Leopold Toetsch
Larry Wall <[EMAIL PROTECTED]> wrote: > On Sat, Apr 16, 2005 at 10:36:37AM +0200, Leopold Toetsch wrote: >: Above are only the PMC variants. There are optimized forms for array and >: hash lookup by native types: >: >: Px = Py[Iz] >: Px = Py[Sz] > Is there a bitarray lookup by native int? Ye

Re: [svn:parrot] rev 7853 - in trunk: src t/op

2005-04-17 Thread Leopold Toetsch
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Log: > - show backtrace in real_exception if debug mode is turned on Shouldn't that be on always? > +Null PMC access in invoke\(\) > +current instr\.: 'd' pc \d+ > +called from Sub 'c' pc \d+ Good. Could you include source line information here too?

Re: Python on parrot

2005-04-17 Thread Leopold Toetsch
Sam Ruby <[EMAIL PROTECTED]> wrote: Hi Sam, long not hear ;) > ... The overwhelming majority of that work > is in getting the PMCs right. I'm currently working on that. Some of the MMD functions are already rewritten so that they can return new result PMCs. With the now working MMD system I'v a